//------------------------------------------------------------------------------
//
// 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.admin_const.ws_am_cmcoop_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 CMCOOPCONSTANTDataTable tableCMCOOPCONSTANT;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet1() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["CMCOOPCONSTANT"] != null)) {
base.Tables.Add(new CMCOOPCONSTANTDataTable(ds.Tables["CMCOOPCONSTANT"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public CMCOOPCONSTANTDataTable CMCOOPCONSTANT {
get {
return this.tableCMCOOPCONSTANT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet1 cln = ((DataSet1)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["CMCOOPCONSTANT"] != null)) {
base.Tables.Add(new CMCOOPCONSTANTDataTable(ds.Tables["CMCOOPCONSTANT"]));
}
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.tableCMCOOPCONSTANT = ((CMCOOPCONSTANTDataTable)(base.Tables["CMCOOPCONSTANT"]));
if ((initTable == true)) {
if ((this.tableCMCOOPCONSTANT != null)) {
this.tableCMCOOPCONSTANT.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.tableCMCOOPCONSTANT = new CMCOOPCONSTANTDataTable();
base.Tables.Add(this.tableCMCOOPCONSTANT);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeCMCOOPCONSTANT() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void CMCOOPCONSTANTRowChangeEventHandler(object sender, CMCOOPCONSTANTRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class CMCOOPCONSTANTDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_NO;
private global::System.Data.DataColumn columnCOOP_NAME;
private global::System.Data.DataColumn columnCOOP_ADDR;
private global::System.Data.DataColumn columnTAMBOL;
private global::System.Data.DataColumn columnDISTRICT_CODE;
private global::System.Data.DataColumn columnPROVINCE_CODE;
private global::System.Data.DataColumn columnPOSTCODE;
private global::System.Data.DataColumn columnCOOP_TEL;
private global::System.Data.DataColumn columnCOOP_FAX;
private global::System.Data.DataColumn columnCHAIRMAN;
private global::System.Data.DataColumn columnMANAGER;
private global::System.Data.DataColumn columnVICEMANAGER;
private global::System.Data.DataColumn columnASSISTANT;
private global::System.Data.DataColumn columnOFFICE_ACCOUNT;
private global::System.Data.DataColumn columnOFFICE_FINANCE;
private global::System.Data.DataColumn columnAUDITOR;
private global::System.Data.DataColumn columnAUDITOR_ADDR;
private global::System.Data.DataColumn columnMEMBNO_FORMAT;
private global::System.Data.DataColumn columnRETRY_AGE;
private global::System.Data.DataColumn columnRETRY_MONTH;
private global::System.Data.DataColumn columnDISPLAY_COLL;
private global::System.Data.DataColumn columnPERIOD_MBRETURN;
private global::System.Data.DataColumn columnRECEIPT_REMARK1;
private global::System.Data.DataColumn columnRECEIPT_REMARK2;
private global::System.Data.DataColumn columnMEMNOMAIN_DOCCODE;
private global::System.Data.DataColumn columnMEMNOREF_DOCCODE;
private global::System.Data.DataColumn columnMEMNOMAIN_SUFFIX;
private global::System.Data.DataColumn columnMEMNOREF_SUFFIX;
private global::System.Data.DataColumn columnCOMEMNO_SUFFIX;
private global::System.Data.DataColumn columnCOOP_ROAD;
private global::System.Data.DataColumn columnDIVAVG_PER;
private global::System.Data.DataColumn columnDIVAVG_REMARK1;
private global::System.Data.DataColumn columnDIVAVG_REMARK2;
private global::System.Data.DataColumn columnDIVAVG_REMARK3;
private global::System.Data.DataColumn columnCOOP_TAXID;
private global::System.Data.DataColumn columnFORMOBJECT_CONFIRMBAL;
private global::System.Data.DataColumn columnFORMOBJECT_SLRECEIPT;
private global::System.Data.DataColumn columnAPPROVE_PASSWORD;
private global::System.Data.DataColumn columnCHAIRMAN_PIC;
private global::System.Data.DataColumn columnSITE;
private global::System.Data.DataColumn columnRECEIPT_REMARK3;
private global::System.Data.DataColumn columnDISTRICT_DESC;
private global::System.Data.DataColumn columnPROVINCE_DESC;
private global::System.Data.DataColumn columnRETRY_DAY;
private global::System.Data.DataColumn columnMAXMBAGE_ATM;
private global::System.Data.DataColumn columnMAXMBWORKAGE_ATM;
private global::System.Data.DataColumn columnMAXAPPLNEW_AMT;
private global::System.Data.DataColumn columnLASTDIVAVG_YEAR;
private global::System.Data.DataColumn columnCOOP_CONTROL;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public CMCOOPCONSTANTDataTable() {
this.TableName = "CMCOOPCONSTANT";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal CMCOOPCONSTANTDataTable(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 CMCOOPCONSTANTDataTable(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_NOColumn {
get {
return this.columnCOOP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_NAMEColumn {
get {
return this.columnCOOP_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_ADDRColumn {
get {
return this.columnCOOP_ADDR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAMBOLColumn {
get {
return this.columnTAMBOL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DISTRICT_CODEColumn {
get {
return this.columnDISTRICT_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 POSTCODEColumn {
get {
return this.columnPOSTCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_TELColumn {
get {
return this.columnCOOP_TEL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_FAXColumn {
get {
return this.columnCOOP_FAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CHAIRMANColumn {
get {
return this.columnCHAIRMAN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MANAGERColumn {
get {
return this.columnMANAGER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn VICEMANAGERColumn {
get {
return this.columnVICEMANAGER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ASSISTANTColumn {
get {
return this.columnASSISTANT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OFFICE_ACCOUNTColumn {
get {
return this.columnOFFICE_ACCOUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OFFICE_FINANCEColumn {
get {
return this.columnOFFICE_FINANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AUDITORColumn {
get {
return this.columnAUDITOR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AUDITOR_ADDRColumn {
get {
return this.columnAUDITOR_ADDR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBNO_FORMATColumn {
get {
return this.columnMEMBNO_FORMAT;
}
}
[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 RETRY_MONTHColumn {
get {
return this.columnRETRY_MONTH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DISPLAY_COLLColumn {
get {
return this.columnDISPLAY_COLL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_MBRETURNColumn {
get {
return this.columnPERIOD_MBRETURN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIPT_REMARK1Column {
get {
return this.columnRECEIPT_REMARK1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIPT_REMARK2Column {
get {
return this.columnRECEIPT_REMARK2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMNOMAIN_DOCCODEColumn {
get {
return this.columnMEMNOMAIN_DOCCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMNOREF_DOCCODEColumn {
get {
return this.columnMEMNOREF_DOCCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMNOMAIN_SUFFIXColumn {
get {
return this.columnMEMNOMAIN_SUFFIX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMNOREF_SUFFIXColumn {
get {
return this.columnMEMNOREF_SUFFIX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMEMNO_SUFFIXColumn {
get {
return this.columnCOMEMNO_SUFFIX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_ROADColumn {
get {
return this.columnCOOP_ROAD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DIVAVG_PERColumn {
get {
return this.columnDIVAVG_PER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DIVAVG_REMARK1Column {
get {
return this.columnDIVAVG_REMARK1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DIVAVG_REMARK2Column {
get {
return this.columnDIVAVG_REMARK2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DIVAVG_REMARK3Column {
get {
return this.columnDIVAVG_REMARK3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_TAXIDColumn {
get {
return this.columnCOOP_TAXID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FORMOBJECT_CONFIRMBALColumn {
get {
return this.columnFORMOBJECT_CONFIRMBAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FORMOBJECT_SLRECEIPTColumn {
get {
return this.columnFORMOBJECT_SLRECEIPT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPROVE_PASSWORDColumn {
get {
return this.columnAPPROVE_PASSWORD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CHAIRMAN_PICColumn {
get {
return this.columnCHAIRMAN_PIC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SITEColumn {
get {
return this.columnSITE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIPT_REMARK3Column {
get {
return this.columnRECEIPT_REMARK3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DISTRICT_DESCColumn {
get {
return this.columnDISTRICT_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PROVINCE_DESCColumn {
get {
return this.columnPROVINCE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETRY_DAYColumn {
get {
return this.columnRETRY_DAY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAXMBAGE_ATMColumn {
get {
return this.columnMAXMBAGE_ATM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAXMBWORKAGE_ATMColumn {
get {
return this.columnMAXMBWORKAGE_ATM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAXAPPLNEW_AMTColumn {
get {
return this.columnMAXAPPLNEW_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTDIVAVG_YEARColumn {
get {
return this.columnLASTDIVAVG_YEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_CONTROLColumn {
get {
return this.columnCOOP_CONTROL;
}
}
[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 CMCOOPCONSTANTRow this[int index] {
get {
return ((CMCOOPCONSTANTRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event CMCOOPCONSTANTRowChangeEventHandler CMCOOPCONSTANTRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event CMCOOPCONSTANTRowChangeEventHandler CMCOOPCONSTANTRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event CMCOOPCONSTANTRowChangeEventHandler CMCOOPCONSTANTRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event CMCOOPCONSTANTRowChangeEventHandler CMCOOPCONSTANTRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddCMCOOPCONSTANTRow(CMCOOPCONSTANTRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public CMCOOPCONSTANTRow AddCMCOOPCONSTANTRow(
string COOP_NO,
string COOP_NAME,
string COOP_ADDR,
string TAMBOL,
string DISTRICT_CODE,
string PROVINCE_CODE,
string POSTCODE,
string COOP_TEL,
string COOP_FAX,
string CHAIRMAN,
string MANAGER,
string VICEMANAGER,
string ASSISTANT,
string OFFICE_ACCOUNT,
string OFFICE_FINANCE,
string AUDITOR,
string AUDITOR_ADDR,
string MEMBNO_FORMAT,
decimal RETRY_AGE,
decimal RETRY_MONTH,
decimal DISPLAY_COLL,
decimal PERIOD_MBRETURN,
string RECEIPT_REMARK1,
string RECEIPT_REMARK2,
string MEMNOMAIN_DOCCODE,
string MEMNOREF_DOCCODE,
string MEMNOMAIN_SUFFIX,
string MEMNOREF_SUFFIX,
string COMEMNO_SUFFIX,
string COOP_ROAD,
decimal DIVAVG_PER,
string DIVAVG_REMARK1,
string DIVAVG_REMARK2,
string DIVAVG_REMARK3,
string COOP_TAXID,
string FORMOBJECT_CONFIRMBAL,
string FORMOBJECT_SLRECEIPT,
string APPROVE_PASSWORD,
string CHAIRMAN_PIC,
string SITE,
string RECEIPT_REMARK3,
string DISTRICT_DESC,
string PROVINCE_DESC,
decimal RETRY_DAY,
decimal MAXMBAGE_ATM,
decimal MAXMBWORKAGE_ATM,
decimal MAXAPPLNEW_AMT,
decimal LASTDIVAVG_YEAR,
string COOP_CONTROL) {
CMCOOPCONSTANTRow rowCMCOOPCONSTANTRow = ((CMCOOPCONSTANTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_NO,
COOP_NAME,
COOP_ADDR,
TAMBOL,
DISTRICT_CODE,
PROVINCE_CODE,
POSTCODE,
COOP_TEL,
COOP_FAX,
CHAIRMAN,
MANAGER,
VICEMANAGER,
ASSISTANT,
OFFICE_ACCOUNT,
OFFICE_FINANCE,
AUDITOR,
AUDITOR_ADDR,
MEMBNO_FORMAT,
RETRY_AGE,
RETRY_MONTH,
DISPLAY_COLL,
PERIOD_MBRETURN,
RECEIPT_REMARK1,
RECEIPT_REMARK2,
MEMNOMAIN_DOCCODE,
MEMNOREF_DOCCODE,
MEMNOMAIN_SUFFIX,
MEMNOREF_SUFFIX,
COMEMNO_SUFFIX,
COOP_ROAD,
DIVAVG_PER,
DIVAVG_REMARK1,
DIVAVG_REMARK2,
DIVAVG_REMARK3,
COOP_TAXID,
FORMOBJECT_CONFIRMBAL,
FORMOBJECT_SLRECEIPT,
APPROVE_PASSWORD,
CHAIRMAN_PIC,
SITE,
RECEIPT_REMARK3,
DISTRICT_DESC,
PROVINCE_DESC,
RETRY_DAY,
MAXMBAGE_ATM,
MAXMBWORKAGE_ATM,
MAXAPPLNEW_AMT,
LASTDIVAVG_YEAR,
COOP_CONTROL};
rowCMCOOPCONSTANTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowCMCOOPCONSTANTRow);
return rowCMCOOPCONSTANTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public CMCOOPCONSTANTRow FindByCOOP_NO(string COOP_NO) {
return ((CMCOOPCONSTANTRow)(this.Rows.Find(new object[] {
COOP_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() {
CMCOOPCONSTANTDataTable cln = ((CMCOOPCONSTANTDataTable)(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 CMCOOPCONSTANTDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOOP_NO = base.Columns["COOP_NO"];
this.columnCOOP_NAME = base.Columns["COOP_NAME"];
this.columnCOOP_ADDR = base.Columns["COOP_ADDR"];
this.columnTAMBOL = base.Columns["TAMBOL"];
this.columnDISTRICT_CODE = base.Columns["DISTRICT_CODE"];
this.columnPROVINCE_CODE = base.Columns["PROVINCE_CODE"];
this.columnPOSTCODE = base.Columns["POSTCODE"];
this.columnCOOP_TEL = base.Columns["COOP_TEL"];
this.columnCOOP_FAX = base.Columns["COOP_FAX"];
this.columnCHAIRMAN = base.Columns["CHAIRMAN"];
this.columnMANAGER = base.Columns["MANAGER"];
this.columnVICEMANAGER = base.Columns["VICEMANAGER"];
this.columnASSISTANT = base.Columns["ASSISTANT"];
this.columnOFFICE_ACCOUNT = base.Columns["OFFICE_ACCOUNT"];
this.columnOFFICE_FINANCE = base.Columns["OFFICE_FINANCE"];
this.columnAUDITOR = base.Columns["AUDITOR"];
this.columnAUDITOR_ADDR = base.Columns["AUDITOR_ADDR"];
this.columnMEMBNO_FORMAT = base.Columns["MEMBNO_FORMAT"];
this.columnRETRY_AGE = base.Columns["RETRY_AGE"];
this.columnRETRY_MONTH = base.Columns["RETRY_MONTH"];
this.columnDISPLAY_COLL = base.Columns["DISPLAY_COLL"];
this.columnPERIOD_MBRETURN = base.Columns["PERIOD_MBRETURN"];
this.columnRECEIPT_REMARK1 = base.Columns["RECEIPT_REMARK1"];
this.columnRECEIPT_REMARK2 = base.Columns["RECEIPT_REMARK2"];
this.columnMEMNOMAIN_DOCCODE = base.Columns["MEMNOMAIN_DOCCODE"];
this.columnMEMNOREF_DOCCODE = base.Columns["MEMNOREF_DOCCODE"];
this.columnMEMNOMAIN_SUFFIX = base.Columns["MEMNOMAIN_SUFFIX"];
this.columnMEMNOREF_SUFFIX = base.Columns["MEMNOREF_SUFFIX"];
this.columnCOMEMNO_SUFFIX = base.Columns["COMEMNO_SUFFIX"];
this.columnCOOP_ROAD = base.Columns["COOP_ROAD"];
this.columnDIVAVG_PER = base.Columns["DIVAVG_PER"];
this.columnDIVAVG_REMARK1 = base.Columns["DIVAVG_REMARK1"];
this.columnDIVAVG_REMARK2 = base.Columns["DIVAVG_REMARK2"];
this.columnDIVAVG_REMARK3 = base.Columns["DIVAVG_REMARK3"];
this.columnCOOP_TAXID = base.Columns["COOP_TAXID"];
this.columnFORMOBJECT_CONFIRMBAL = base.Columns["FORMOBJECT_CONFIRMBAL"];
this.columnFORMOBJECT_SLRECEIPT = base.Columns["FORMOBJECT_SLRECEIPT"];
this.columnAPPROVE_PASSWORD = base.Columns["APPROVE_PASSWORD"];
this.columnCHAIRMAN_PIC = base.Columns["CHAIRMAN_PIC"];
this.columnSITE = base.Columns["SITE"];
this.columnRECEIPT_REMARK3 = base.Columns["RECEIPT_REMARK3"];
this.columnDISTRICT_DESC = base.Columns["DISTRICT_DESC"];
this.columnPROVINCE_DESC = base.Columns["PROVINCE_DESC"];
this.columnRETRY_DAY = base.Columns["RETRY_DAY"];
this.columnMAXMBAGE_ATM = base.Columns["MAXMBAGE_ATM"];
this.columnMAXMBWORKAGE_ATM = base.Columns["MAXMBWORKAGE_ATM"];
this.columnMAXAPPLNEW_AMT = base.Columns["MAXAPPLNEW_AMT"];
this.columnLASTDIVAVG_YEAR = base.Columns["LASTDIVAVG_YEAR"];
this.columnCOOP_CONTROL = base.Columns["COOP_CONTROL"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_NO = new global::System.Data.DataColumn("COOP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_NO);
this.columnCOOP_NAME = new global::System.Data.DataColumn("COOP_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_NAME);
this.columnCOOP_ADDR = new global::System.Data.DataColumn("COOP_ADDR", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ADDR);
this.columnTAMBOL = new global::System.Data.DataColumn("TAMBOL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAMBOL);
this.columnDISTRICT_CODE = new global::System.Data.DataColumn("DISTRICT_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDISTRICT_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.columnPOSTCODE = new global::System.Data.DataColumn("POSTCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTCODE);
this.columnCOOP_TEL = new global::System.Data.DataColumn("COOP_TEL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_TEL);
this.columnCOOP_FAX = new global::System.Data.DataColumn("COOP_FAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_FAX);
this.columnCHAIRMAN = new global::System.Data.DataColumn("CHAIRMAN", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCHAIRMAN);
this.columnMANAGER = new global::System.Data.DataColumn("MANAGER", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMANAGER);
this.columnVICEMANAGER = new global::System.Data.DataColumn("VICEMANAGER", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVICEMANAGER);
this.columnASSISTANT = new global::System.Data.DataColumn("ASSISTANT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnASSISTANT);
this.columnOFFICE_ACCOUNT = new global::System.Data.DataColumn("OFFICE_ACCOUNT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOFFICE_ACCOUNT);
this.columnOFFICE_FINANCE = new global::System.Data.DataColumn("OFFICE_FINANCE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOFFICE_FINANCE);
this.columnAUDITOR = new global::System.Data.DataColumn("AUDITOR", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAUDITOR);
this.columnAUDITOR_ADDR = new global::System.Data.DataColumn("AUDITOR_ADDR", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAUDITOR_ADDR);
this.columnMEMBNO_FORMAT = new global::System.Data.DataColumn("MEMBNO_FORMAT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBNO_FORMAT);
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.columnRETRY_MONTH = new global::System.Data.DataColumn("RETRY_MONTH", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETRY_MONTH);
this.columnDISPLAY_COLL = new global::System.Data.DataColumn("DISPLAY_COLL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDISPLAY_COLL);
this.columnPERIOD_MBRETURN = new global::System.Data.DataColumn("PERIOD_MBRETURN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_MBRETURN);
this.columnRECEIPT_REMARK1 = new global::System.Data.DataColumn("RECEIPT_REMARK1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIPT_REMARK1);
this.columnRECEIPT_REMARK2 = new global::System.Data.DataColumn("RECEIPT_REMARK2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIPT_REMARK2);
this.columnMEMNOMAIN_DOCCODE = new global::System.Data.DataColumn("MEMNOMAIN_DOCCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMNOMAIN_DOCCODE);
this.columnMEMNOREF_DOCCODE = new global::System.Data.DataColumn("MEMNOREF_DOCCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMNOREF_DOCCODE);
this.columnMEMNOMAIN_SUFFIX = new global::System.Data.DataColumn("MEMNOMAIN_SUFFIX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMNOMAIN_SUFFIX);
this.columnMEMNOREF_SUFFIX = new global::System.Data.DataColumn("MEMNOREF_SUFFIX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMNOREF_SUFFIX);
this.columnCOMEMNO_SUFFIX = new global::System.Data.DataColumn("COMEMNO_SUFFIX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMEMNO_SUFFIX);
this.columnCOOP_ROAD = new global::System.Data.DataColumn("COOP_ROAD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ROAD);
this.columnDIVAVG_PER = new global::System.Data.DataColumn("DIVAVG_PER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIVAVG_PER);
this.columnDIVAVG_REMARK1 = new global::System.Data.DataColumn("DIVAVG_REMARK1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIVAVG_REMARK1);
this.columnDIVAVG_REMARK2 = new global::System.Data.DataColumn("DIVAVG_REMARK2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIVAVG_REMARK2);
this.columnDIVAVG_REMARK3 = new global::System.Data.DataColumn("DIVAVG_REMARK3", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIVAVG_REMARK3);
this.columnCOOP_TAXID = new global::System.Data.DataColumn("COOP_TAXID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_TAXID);
this.columnFORMOBJECT_CONFIRMBAL = new global::System.Data.DataColumn("FORMOBJECT_CONFIRMBAL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFORMOBJECT_CONFIRMBAL);
this.columnFORMOBJECT_SLRECEIPT = new global::System.Data.DataColumn("FORMOBJECT_SLRECEIPT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFORMOBJECT_SLRECEIPT);
this.columnAPPROVE_PASSWORD = new global::System.Data.DataColumn("APPROVE_PASSWORD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPROVE_PASSWORD);
this.columnCHAIRMAN_PIC = new global::System.Data.DataColumn("CHAIRMAN_PIC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCHAIRMAN_PIC);
this.columnSITE = new global::System.Data.DataColumn("SITE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSITE);
this.columnRECEIPT_REMARK3 = new global::System.Data.DataColumn("RECEIPT_REMARK3", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIPT_REMARK3);
this.columnDISTRICT_DESC = new global::System.Data.DataColumn("DISTRICT_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDISTRICT_DESC);
this.columnPROVINCE_DESC = new global::System.Data.DataColumn("PROVINCE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPROVINCE_DESC);
this.columnRETRY_DAY = new global::System.Data.DataColumn("RETRY_DAY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETRY_DAY);
this.columnMAXMBAGE_ATM = new global::System.Data.DataColumn("MAXMBAGE_ATM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAXMBAGE_ATM);
this.columnMAXMBWORKAGE_ATM = new global::System.Data.DataColumn("MAXMBWORKAGE_ATM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAXMBWORKAGE_ATM);
this.columnMAXAPPLNEW_AMT = new global::System.Data.DataColumn("MAXAPPLNEW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAXAPPLNEW_AMT);
this.columnLASTDIVAVG_YEAR = new global::System.Data.DataColumn("LASTDIVAVG_YEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTDIVAVG_YEAR);
this.columnCOOP_CONTROL = new global::System.Data.DataColumn("COOP_CONTROL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_CONTROL);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_NO}, true));
this.columnCOOP_NO.AllowDBNull = false;
this.columnCOOP_NO.Unique = true;
this.columnCOOP_NO.MaxLength = 10;
this.columnCOOP_NAME.MaxLength = 100;
this.columnCOOP_ADDR.MaxLength = 60;
this.columnTAMBOL.MaxLength = 30;
this.columnDISTRICT_CODE.MaxLength = 4;
this.columnPROVINCE_CODE.MaxLength = 2;
this.columnPOSTCODE.MaxLength = 5;
this.columnCOOP_TEL.MaxLength = 30;
this.columnCOOP_FAX.MaxLength = 30;
this.columnCHAIRMAN.MaxLength = 50;
this.columnMANAGER.MaxLength = 50;
this.columnVICEMANAGER.MaxLength = 50;
this.columnASSISTANT.MaxLength = 50;
this.columnOFFICE_ACCOUNT.MaxLength = 50;
this.columnOFFICE_FINANCE.MaxLength = 50;
this.columnAUDITOR.MaxLength = 50;
this.columnAUDITOR_ADDR.MaxLength = 100;
this.columnMEMBNO_FORMAT.MaxLength = 10;
this.columnRECEIPT_REMARK1.MaxLength = 200;
this.columnRECEIPT_REMARK2.MaxLength = 200;
this.columnMEMNOMAIN_DOCCODE.MaxLength = 20;
this.columnMEMNOREF_DOCCODE.MaxLength = 20;
this.columnMEMNOMAIN_SUFFIX.MaxLength = 1;
this.columnMEMNOREF_SUFFIX.MaxLength = 1;
this.columnCOMEMNO_SUFFIX.MaxLength = 1;
this.columnCOOP_ROAD.MaxLength = 30;
this.columnDIVAVG_REMARK1.MaxLength = 130;
this.columnDIVAVG_REMARK2.MaxLength = 130;
this.columnDIVAVG_REMARK3.MaxLength = 130;
this.columnCOOP_TAXID.MaxLength = 20;
this.columnFORMOBJECT_CONFIRMBAL.MaxLength = 50;
this.columnFORMOBJECT_SLRECEIPT.MaxLength = 50;
this.columnAPPROVE_PASSWORD.MaxLength = 20;
this.columnCHAIRMAN_PIC.MaxLength = 50;
this.columnSITE.MaxLength = 5;
this.columnRECEIPT_REMARK3.MaxLength = 200;
this.columnDISTRICT_DESC.MaxLength = 100;
this.columnPROVINCE_DESC.MaxLength = 100;
this.columnCOOP_CONTROL.MaxLength = 6;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public CMCOOPCONSTANTRow NewCMCOOPCONSTANTRow() {
return ((CMCOOPCONSTANTRow)(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 CMCOOPCONSTANTRow(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(CMCOOPCONSTANTRow);
}
[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.CMCOOPCONSTANTRowChanged != null)) {
this.CMCOOPCONSTANTRowChanged(this, new CMCOOPCONSTANTRowChangeEvent(((CMCOOPCONSTANTRow)(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.CMCOOPCONSTANTRowChanging != null)) {
this.CMCOOPCONSTANTRowChanging(this, new CMCOOPCONSTANTRowChangeEvent(((CMCOOPCONSTANTRow)(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.CMCOOPCONSTANTRowDeleted != null)) {
this.CMCOOPCONSTANTRowDeleted(this, new CMCOOPCONSTANTRowChangeEvent(((CMCOOPCONSTANTRow)(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.CMCOOPCONSTANTRowDeleting != null)) {
this.CMCOOPCONSTANTRowDeleting(this, new CMCOOPCONSTANTRowChangeEvent(((CMCOOPCONSTANTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveCMCOOPCONSTANTRow(CMCOOPCONSTANTRow 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 = "CMCOOPCONSTANTDataTable";
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 CMCOOPCONSTANTRow : global::System.Data.DataRow {
private CMCOOPCONSTANTDataTable tableCMCOOPCONSTANT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal CMCOOPCONSTANTRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableCMCOOPCONSTANT = ((CMCOOPCONSTANTDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_NO {
get {
return ((string)(this[this.tableCMCOOPCONSTANT.COOP_NOColumn]));
}
set {
this[this.tableCMCOOPCONSTANT.COOP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_NAME {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.COOP_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_NAME\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.COOP_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ADDR {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.COOP_ADDRColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_ADDR\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.COOP_ADDRColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TAMBOL {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.TAMBOLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAMBOL\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.TAMBOLColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DISTRICT_CODE {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.DISTRICT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DISTRICT_CODE\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.DISTRICT_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.tableCMCOOPCONSTANT.PROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROVINCE_CODE\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.PROVINCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string POSTCODE {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTCODE\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.POSTCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_TEL {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.COOP_TELColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_TEL\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.COOP_TELColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_FAX {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.COOP_FAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_FAX\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.COOP_FAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CHAIRMAN {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.CHAIRMANColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CHAIRMAN\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.CHAIRMANColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MANAGER {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.MANAGERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MANAGER\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.MANAGERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string VICEMANAGER {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.VICEMANAGERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'VICEMANAGER\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.VICEMANAGERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ASSISTANT {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.ASSISTANTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ASSISTANT\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.ASSISTANTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string OFFICE_ACCOUNT {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.OFFICE_ACCOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OFFICE_ACCOUNT\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.OFFICE_ACCOUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string OFFICE_FINANCE {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.OFFICE_FINANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OFFICE_FINANCE\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.OFFICE_FINANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string AUDITOR {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.AUDITORColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AUDITOR\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.AUDITORColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string AUDITOR_ADDR {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.AUDITOR_ADDRColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AUDITOR_ADDR\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.AUDITOR_ADDRColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBNO_FORMAT {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.MEMBNO_FORMATColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBNO_FORMAT\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.MEMBNO_FORMATColumn] = 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.tableCMCOOPCONSTANT.RETRY_AGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_AGE\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.RETRY_AGEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RETRY_MONTH {
get {
try {
return ((decimal)(this[this.tableCMCOOPCONSTANT.RETRY_MONTHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_MONTH\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.RETRY_MONTHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DISPLAY_COLL {
get {
try {
return ((decimal)(this[this.tableCMCOOPCONSTANT.DISPLAY_COLLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DISPLAY_COLL\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.DISPLAY_COLLColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_MBRETURN {
get {
try {
return ((decimal)(this[this.tableCMCOOPCONSTANT.PERIOD_MBRETURNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_MBRETURN\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.PERIOD_MBRETURNColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RECEIPT_REMARK1 {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.RECEIPT_REMARK1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIPT_REMARK1\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.RECEIPT_REMARK1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RECEIPT_REMARK2 {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.RECEIPT_REMARK2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIPT_REMARK2\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.RECEIPT_REMARK2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMNOMAIN_DOCCODE {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.MEMNOMAIN_DOCCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMNOMAIN_DOCCODE\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.MEMNOMAIN_DOCCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMNOREF_DOCCODE {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.MEMNOREF_DOCCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMNOREF_DOCCODE\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.MEMNOREF_DOCCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMNOMAIN_SUFFIX {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.MEMNOMAIN_SUFFIXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMNOMAIN_SUFFIX\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.MEMNOMAIN_SUFFIXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMNOREF_SUFFIX {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.MEMNOREF_SUFFIXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMNOREF_SUFFIX\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.MEMNOREF_SUFFIXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COMEMNO_SUFFIX {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.COMEMNO_SUFFIXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMEMNO_SUFFIX\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.COMEMNO_SUFFIXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ROAD {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.COOP_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_ROAD\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.COOP_ROADColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DIVAVG_PER {
get {
try {
return ((decimal)(this[this.tableCMCOOPCONSTANT.DIVAVG_PERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DIVAVG_PER\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.DIVAVG_PERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DIVAVG_REMARK1 {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.DIVAVG_REMARK1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DIVAVG_REMARK1\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.DIVAVG_REMARK1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DIVAVG_REMARK2 {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.DIVAVG_REMARK2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DIVAVG_REMARK2\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.DIVAVG_REMARK2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DIVAVG_REMARK3 {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.DIVAVG_REMARK3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DIVAVG_REMARK3\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.DIVAVG_REMARK3Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_TAXID {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.COOP_TAXIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_TAXID\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.COOP_TAXIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FORMOBJECT_CONFIRMBAL {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.FORMOBJECT_CONFIRMBALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FORMOBJECT_CONFIRMBAL\' in table \'CMCOOPCONSTANT\' is DBNull." +
"", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.FORMOBJECT_CONFIRMBALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FORMOBJECT_SLRECEIPT {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.FORMOBJECT_SLRECEIPTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FORMOBJECT_SLRECEIPT\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.FORMOBJECT_SLRECEIPTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPROVE_PASSWORD {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.APPROVE_PASSWORDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_PASSWORD\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.APPROVE_PASSWORDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CHAIRMAN_PIC {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.CHAIRMAN_PICColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CHAIRMAN_PIC\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.CHAIRMAN_PICColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SITE {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.SITEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SITE\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.SITEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RECEIPT_REMARK3 {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.RECEIPT_REMARK3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIPT_REMARK3\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.RECEIPT_REMARK3Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DISTRICT_DESC {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.DISTRICT_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DISTRICT_DESC\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.DISTRICT_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PROVINCE_DESC {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.PROVINCE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROVINCE_DESC\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.PROVINCE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RETRY_DAY {
get {
try {
return ((decimal)(this[this.tableCMCOOPCONSTANT.RETRY_DAYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_DAY\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.RETRY_DAYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MAXMBAGE_ATM {
get {
try {
return ((decimal)(this[this.tableCMCOOPCONSTANT.MAXMBAGE_ATMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAXMBAGE_ATM\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.MAXMBAGE_ATMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MAXMBWORKAGE_ATM {
get {
try {
return ((decimal)(this[this.tableCMCOOPCONSTANT.MAXMBWORKAGE_ATMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAXMBWORKAGE_ATM\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.MAXMBWORKAGE_ATMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MAXAPPLNEW_AMT {
get {
try {
return ((decimal)(this[this.tableCMCOOPCONSTANT.MAXAPPLNEW_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAXAPPLNEW_AMT\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.MAXAPPLNEW_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTDIVAVG_YEAR {
get {
try {
return ((decimal)(this[this.tableCMCOOPCONSTANT.LASTDIVAVG_YEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTDIVAVG_YEAR\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.LASTDIVAVG_YEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_CONTROL {
get {
try {
return ((string)(this[this.tableCMCOOPCONSTANT.COOP_CONTROLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_CONTROL\' in table \'CMCOOPCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableCMCOOPCONSTANT.COOP_CONTROLColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_NAMENull() {
return this.IsNull(this.tableCMCOOPCONSTANT.COOP_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_NAMENull() {
this[this.tableCMCOOPCONSTANT.COOP_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_ADDRNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.COOP_ADDRColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_ADDRNull() {
this[this.tableCMCOOPCONSTANT.COOP_ADDRColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAMBOLNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.TAMBOLColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAMBOLNull() {
this[this.tableCMCOOPCONSTANT.TAMBOLColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDISTRICT_CODENull() {
return this.IsNull(this.tableCMCOOPCONSTANT.DISTRICT_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDISTRICT_CODENull() {
this[this.tableCMCOOPCONSTANT.DISTRICT_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.tableCMCOOPCONSTANT.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.tableCMCOOPCONSTANT.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 IsPOSTCODENull() {
return this.IsNull(this.tableCMCOOPCONSTANT.POSTCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSTCODENull() {
this[this.tableCMCOOPCONSTANT.POSTCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_TELNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.COOP_TELColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_TELNull() {
this[this.tableCMCOOPCONSTANT.COOP_TELColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_FAXNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.COOP_FAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_FAXNull() {
this[this.tableCMCOOPCONSTANT.COOP_FAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCHAIRMANNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.CHAIRMANColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCHAIRMANNull() {
this[this.tableCMCOOPCONSTANT.CHAIRMANColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMANAGERNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.MANAGERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMANAGERNull() {
this[this.tableCMCOOPCONSTANT.MANAGERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsVICEMANAGERNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.VICEMANAGERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetVICEMANAGERNull() {
this[this.tableCMCOOPCONSTANT.VICEMANAGERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsASSISTANTNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.ASSISTANTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetASSISTANTNull() {
this[this.tableCMCOOPCONSTANT.ASSISTANTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOFFICE_ACCOUNTNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.OFFICE_ACCOUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOFFICE_ACCOUNTNull() {
this[this.tableCMCOOPCONSTANT.OFFICE_ACCOUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOFFICE_FINANCENull() {
return this.IsNull(this.tableCMCOOPCONSTANT.OFFICE_FINANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOFFICE_FINANCENull() {
this[this.tableCMCOOPCONSTANT.OFFICE_FINANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAUDITORNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.AUDITORColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAUDITORNull() {
this[this.tableCMCOOPCONSTANT.AUDITORColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAUDITOR_ADDRNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.AUDITOR_ADDRColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAUDITOR_ADDRNull() {
this[this.tableCMCOOPCONSTANT.AUDITOR_ADDRColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBNO_FORMATNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.MEMBNO_FORMATColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBNO_FORMATNull() {
this[this.tableCMCOOPCONSTANT.MEMBNO_FORMATColumn] = 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.tableCMCOOPCONSTANT.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.tableCMCOOPCONSTANT.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 IsRETRY_MONTHNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.RETRY_MONTHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETRY_MONTHNull() {
this[this.tableCMCOOPCONSTANT.RETRY_MONTHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDISPLAY_COLLNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.DISPLAY_COLLColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDISPLAY_COLLNull() {
this[this.tableCMCOOPCONSTANT.DISPLAY_COLLColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_MBRETURNNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.PERIOD_MBRETURNColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_MBRETURNNull() {
this[this.tableCMCOOPCONSTANT.PERIOD_MBRETURNColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIPT_REMARK1Null() {
return this.IsNull(this.tableCMCOOPCONSTANT.RECEIPT_REMARK1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIPT_REMARK1Null() {
this[this.tableCMCOOPCONSTANT.RECEIPT_REMARK1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIPT_REMARK2Null() {
return this.IsNull(this.tableCMCOOPCONSTANT.RECEIPT_REMARK2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIPT_REMARK2Null() {
this[this.tableCMCOOPCONSTANT.RECEIPT_REMARK2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMNOMAIN_DOCCODENull() {
return this.IsNull(this.tableCMCOOPCONSTANT.MEMNOMAIN_DOCCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMNOMAIN_DOCCODENull() {
this[this.tableCMCOOPCONSTANT.MEMNOMAIN_DOCCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMNOREF_DOCCODENull() {
return this.IsNull(this.tableCMCOOPCONSTANT.MEMNOREF_DOCCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMNOREF_DOCCODENull() {
this[this.tableCMCOOPCONSTANT.MEMNOREF_DOCCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMNOMAIN_SUFFIXNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.MEMNOMAIN_SUFFIXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMNOMAIN_SUFFIXNull() {
this[this.tableCMCOOPCONSTANT.MEMNOMAIN_SUFFIXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMNOREF_SUFFIXNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.MEMNOREF_SUFFIXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMNOREF_SUFFIXNull() {
this[this.tableCMCOOPCONSTANT.MEMNOREF_SUFFIXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMEMNO_SUFFIXNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.COMEMNO_SUFFIXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMEMNO_SUFFIXNull() {
this[this.tableCMCOOPCONSTANT.COMEMNO_SUFFIXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_ROADNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.COOP_ROADColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_ROADNull() {
this[this.tableCMCOOPCONSTANT.COOP_ROADColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDIVAVG_PERNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.DIVAVG_PERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDIVAVG_PERNull() {
this[this.tableCMCOOPCONSTANT.DIVAVG_PERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDIVAVG_REMARK1Null() {
return this.IsNull(this.tableCMCOOPCONSTANT.DIVAVG_REMARK1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDIVAVG_REMARK1Null() {
this[this.tableCMCOOPCONSTANT.DIVAVG_REMARK1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDIVAVG_REMARK2Null() {
return this.IsNull(this.tableCMCOOPCONSTANT.DIVAVG_REMARK2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDIVAVG_REMARK2Null() {
this[this.tableCMCOOPCONSTANT.DIVAVG_REMARK2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDIVAVG_REMARK3Null() {
return this.IsNull(this.tableCMCOOPCONSTANT.DIVAVG_REMARK3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDIVAVG_REMARK3Null() {
this[this.tableCMCOOPCONSTANT.DIVAVG_REMARK3Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_TAXIDNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.COOP_TAXIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_TAXIDNull() {
this[this.tableCMCOOPCONSTANT.COOP_TAXIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFORMOBJECT_CONFIRMBALNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.FORMOBJECT_CONFIRMBALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFORMOBJECT_CONFIRMBALNull() {
this[this.tableCMCOOPCONSTANT.FORMOBJECT_CONFIRMBALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFORMOBJECT_SLRECEIPTNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.FORMOBJECT_SLRECEIPTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFORMOBJECT_SLRECEIPTNull() {
this[this.tableCMCOOPCONSTANT.FORMOBJECT_SLRECEIPTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPROVE_PASSWORDNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.APPROVE_PASSWORDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPROVE_PASSWORDNull() {
this[this.tableCMCOOPCONSTANT.APPROVE_PASSWORDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCHAIRMAN_PICNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.CHAIRMAN_PICColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCHAIRMAN_PICNull() {
this[this.tableCMCOOPCONSTANT.CHAIRMAN_PICColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSITENull() {
return this.IsNull(this.tableCMCOOPCONSTANT.SITEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSITENull() {
this[this.tableCMCOOPCONSTANT.SITEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIPT_REMARK3Null() {
return this.IsNull(this.tableCMCOOPCONSTANT.RECEIPT_REMARK3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIPT_REMARK3Null() {
this[this.tableCMCOOPCONSTANT.RECEIPT_REMARK3Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDISTRICT_DESCNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.DISTRICT_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDISTRICT_DESCNull() {
this[this.tableCMCOOPCONSTANT.DISTRICT_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPROVINCE_DESCNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.PROVINCE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPROVINCE_DESCNull() {
this[this.tableCMCOOPCONSTANT.PROVINCE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRETRY_DAYNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.RETRY_DAYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETRY_DAYNull() {
this[this.tableCMCOOPCONSTANT.RETRY_DAYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAXMBAGE_ATMNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.MAXMBAGE_ATMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAXMBAGE_ATMNull() {
this[this.tableCMCOOPCONSTANT.MAXMBAGE_ATMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAXMBWORKAGE_ATMNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.MAXMBWORKAGE_ATMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAXMBWORKAGE_ATMNull() {
this[this.tableCMCOOPCONSTANT.MAXMBWORKAGE_ATMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAXAPPLNEW_AMTNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.MAXAPPLNEW_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAXAPPLNEW_AMTNull() {
this[this.tableCMCOOPCONSTANT.MAXAPPLNEW_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTDIVAVG_YEARNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.LASTDIVAVG_YEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTDIVAVG_YEARNull() {
this[this.tableCMCOOPCONSTANT.LASTDIVAVG_YEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_CONTROLNull() {
return this.IsNull(this.tableCMCOOPCONSTANT.COOP_CONTROLColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_CONTROLNull() {
this[this.tableCMCOOPCONSTANT.COOP_CONTROLColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class CMCOOPCONSTANTRowChangeEvent : global::System.EventArgs {
private CMCOOPCONSTANTRow 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 CMCOOPCONSTANTRowChangeEvent(CMCOOPCONSTANTRow 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 CMCOOPCONSTANTRow 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.admin_const.ws_am_cmcoop_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 CMCOOPCONSTANTTableAdapter : 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 CMCOOPCONSTANTTableAdapter() {
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 = "CMCOOPCONSTANT";
tableMapping.ColumnMappings.Add("COOP_NO", "COOP_NO");
tableMapping.ColumnMappings.Add("COOP_NAME", "COOP_NAME");
tableMapping.ColumnMappings.Add("COOP_ADDR", "COOP_ADDR");
tableMapping.ColumnMappings.Add("TAMBOL", "TAMBOL");
tableMapping.ColumnMappings.Add("DISTRICT_CODE", "DISTRICT_CODE");
tableMapping.ColumnMappings.Add("PROVINCE_CODE", "PROVINCE_CODE");
tableMapping.ColumnMappings.Add("POSTCODE", "POSTCODE");
tableMapping.ColumnMappings.Add("COOP_TEL", "COOP_TEL");
tableMapping.ColumnMappings.Add("COOP_FAX", "COOP_FAX");
tableMapping.ColumnMappings.Add("CHAIRMAN", "CHAIRMAN");
tableMapping.ColumnMappings.Add("MANAGER", "MANAGER");
tableMapping.ColumnMappings.Add("VICEMANAGER", "VICEMANAGER");
tableMapping.ColumnMappings.Add("ASSISTANT", "ASSISTANT");
tableMapping.ColumnMappings.Add("OFFICE_ACCOUNT", "OFFICE_ACCOUNT");
tableMapping.ColumnMappings.Add("OFFICE_FINANCE", "OFFICE_FINANCE");
tableMapping.ColumnMappings.Add("AUDITOR", "AUDITOR");
tableMapping.ColumnMappings.Add("AUDITOR_ADDR", "AUDITOR_ADDR");
tableMapping.ColumnMappings.Add("MEMBNO_FORMAT", "MEMBNO_FORMAT");
tableMapping.ColumnMappings.Add("RETRY_AGE", "RETRY_AGE");
tableMapping.ColumnMappings.Add("RETRY_MONTH", "RETRY_MONTH");
tableMapping.ColumnMappings.Add("DISPLAY_COLL", "DISPLAY_COLL");
tableMapping.ColumnMappings.Add("PERIOD_MBRETURN", "PERIOD_MBRETURN");
tableMapping.ColumnMappings.Add("RECEIPT_REMARK1", "RECEIPT_REMARK1");
tableMapping.ColumnMappings.Add("RECEIPT_REMARK2", "RECEIPT_REMARK2");
tableMapping.ColumnMappings.Add("MEMNOMAIN_DOCCODE", "MEMNOMAIN_DOCCODE");
tableMapping.ColumnMappings.Add("MEMNOREF_DOCCODE", "MEMNOREF_DOCCODE");
tableMapping.ColumnMappings.Add("MEMNOMAIN_SUFFIX", "MEMNOMAIN_SUFFIX");
tableMapping.ColumnMappings.Add("MEMNOREF_SUFFIX", "MEMNOREF_SUFFIX");
tableMapping.ColumnMappings.Add("COMEMNO_SUFFIX", "COMEMNO_SUFFIX");
tableMapping.ColumnMappings.Add("COOP_ROAD", "COOP_ROAD");
tableMapping.ColumnMappings.Add("DIVAVG_PER", "DIVAVG_PER");
tableMapping.ColumnMappings.Add("DIVAVG_REMARK1", "DIVAVG_REMARK1");
tableMapping.ColumnMappings.Add("DIVAVG_REMARK2", "DIVAVG_REMARK2");
tableMapping.ColumnMappings.Add("DIVAVG_REMARK3", "DIVAVG_REMARK3");
tableMapping.ColumnMappings.Add("COOP_TAXID", "COOP_TAXID");
tableMapping.ColumnMappings.Add("FORMOBJECT_CONFIRMBAL", "FORMOBJECT_CONFIRMBAL");
tableMapping.ColumnMappings.Add("FORMOBJECT_SLRECEIPT", "FORMOBJECT_SLRECEIPT");
tableMapping.ColumnMappings.Add("APPROVE_PASSWORD", "APPROVE_PASSWORD");
tableMapping.ColumnMappings.Add("CHAIRMAN_PIC", "CHAIRMAN_PIC");
tableMapping.ColumnMappings.Add("SITE", "SITE");
tableMapping.ColumnMappings.Add("RECEIPT_REMARK3", "RECEIPT_REMARK3");
tableMapping.ColumnMappings.Add("DISTRICT_DESC", "DISTRICT_DESC");
tableMapping.ColumnMappings.Add("PROVINCE_DESC", "PROVINCE_DESC");
tableMapping.ColumnMappings.Add("RETRY_DAY", "RETRY_DAY");
tableMapping.ColumnMappings.Add("MAXMBAGE_ATM", "MAXMBAGE_ATM");
tableMapping.ColumnMappings.Add("MAXMBWORKAGE_ATM", "MAXMBWORKAGE_ATM");
tableMapping.ColumnMappings.Add("MAXAPPLNEW_AMT", "MAXAPPLNEW_AMT");
tableMapping.ColumnMappings.Add("LASTDIVAVG_YEAR", "LASTDIVAVG_YEAR");
tableMapping.ColumnMappings.Add("COOP_CONTROL", "COOP_CONTROL");
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 \"CMCOOPCONSTANT\" WHERE ((\"COOP_NO\" = :Original_COOP_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_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 \"CMCOOPCONSTANT\" (\"COOP_NO\", \"COOP_NAME\", \"COOP_ADDR\", \"TAMBOL\", \"DIS" +
"TRICT_CODE\", \"PROVINCE_CODE\", \"POSTCODE\", \"COOP_TEL\", \"COOP_FAX\", \"CHAIRMAN\", \"M" +
"ANAGER\", \"VICEMANAGER\", \"ASSISTANT\", \"OFFICE_ACCOUNT\", \"OFFICE_FINANCE\", \"AUDITO" +
"R\", \"AUDITOR_ADDR\", \"MEMBNO_FORMAT\", \"RETRY_AGE\", \"RETRY_MONTH\", \"DISPLAY_COLL\"," +
" \"PERIOD_MBRETURN\", \"RECEIPT_REMARK1\", \"RECEIPT_REMARK2\", \"MEMNOMAIN_DOCCODE\", \"" +
"MEMNOREF_DOCCODE\", \"MEMNOMAIN_SUFFIX\", \"MEMNOREF_SUFFIX\", \"COMEMNO_SUFFIX\", \"COO" +
"P_ROAD\", \"DIVAVG_PER\", \"DIVAVG_REMARK1\", \"DIVAVG_REMARK2\", \"DIVAVG_REMARK3\", \"CO" +
"OP_TAXID\", \"FORMOBJECT_CONFIRMBAL\", \"FORMOBJECT_SLRECEIPT\", \"APPROVE_PASSWORD\", " +
"\"CHAIRMAN_PIC\", \"SITE\", \"RECEIPT_REMARK3\", \"DISTRICT_DESC\", \"PROVINCE_DESC\", \"RE" +
"TRY_DAY\", \"MAXMBAGE_ATM\", \"MAXMBWORKAGE_ATM\", \"MAXAPPLNEW_AMT\", \"LASTDIVAVG_YEAR" +
"\", \"COOP_CONTROL\") VALUES (:COOP_NO, :COOP_NAME, :COOP_ADDR, :TAMBOL, :DISTRICT_" +
"CODE, :PROVINCE_CODE, :POSTCODE, :COOP_TEL, :COOP_FAX, :CHAIRMAN, :MANAGER, :VIC" +
"EMANAGER, :ASSISTANT, :OFFICE_ACCOUNT, :OFFICE_FINANCE, :AUDITOR, :AUDITOR_ADDR," +
" :MEMBNO_FORMAT, :RETRY_AGE, :RETRY_MONTH, :DISPLAY_COLL, :PERIOD_MBRETURN, :REC" +
"EIPT_REMARK1, :RECEIPT_REMARK2, :MEMNOMAIN_DOCCODE, :MEMNOREF_DOCCODE, :MEMNOMAI" +
"N_SUFFIX, :MEMNOREF_SUFFIX, :COMEMNO_SUFFIX, :COOP_ROAD, :DIVAVG_PER, :DIVAVG_RE" +
"MARK1, :DIVAVG_REMARK2, :DIVAVG_REMARK3, :COOP_TAXID, :FORMOBJECT_CONFIRMBAL, :F" +
"ORMOBJECT_SLRECEIPT, :APPROVE_PASSWORD, :CHAIRMAN_PIC, :SITE, :RECEIPT_REMARK3, " +
":DISTRICT_DESC, :PROVINCE_DESC, :RETRY_DAY, :MAXMBAGE_ATM, :MAXMBWORKAGE_ATM, :M" +
"AXAPPLNEW_AMT, :LASTDIVAVG_YEAR, :COOP_CONTROL)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ADDR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_ADDR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAMBOL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DISTRICT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DISTRICT_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("POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_TEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_TEL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_FAX", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_FAX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHAIRMAN", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CHAIRMAN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MANAGER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MANAGER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("VICEMANAGER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "VICEMANAGER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ASSISTANT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ASSISTANT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OFFICE_ACCOUNT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OFFICE_ACCOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OFFICE_FINANCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OFFICE_FINANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AUDITOR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "AUDITOR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AUDITOR_ADDR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "AUDITOR_ADDR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBNO_FORMAT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBNO_FORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_AGE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_AGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_MONTH", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_MONTH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DISPLAY_COLL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DISPLAY_COLL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_MBRETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_MBRETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_REMARK1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_REMARK1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_REMARK2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_REMARK2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOMAIN_DOCCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMNOMAIN_DOCCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOREF_DOCCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMNOREF_DOCCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOMAIN_SUFFIX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMNOMAIN_SUFFIX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOREF_SUFFIX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMNOREF_SUFFIX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMEMNO_SUFFIX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMEMNO_SUFFIX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVG_PER", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVAVG_PER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVG_REMARK1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DIVAVG_REMARK1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVG_REMARK2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DIVAVG_REMARK2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVG_REMARK3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DIVAVG_REMARK3", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_TAXID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_TAXID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORMOBJECT_CONFIRMBAL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FORMOBJECT_CONFIRMBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORMOBJECT_SLRECEIPT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FORMOBJECT_SLRECEIPT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_PASSWORD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APPROVE_PASSWORD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHAIRMAN_PIC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CHAIRMAN_PIC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SITE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SITE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_REMARK3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_REMARK3", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DISTRICT_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DISTRICT_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVINCE_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PROVINCE_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_DAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_DAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAXMBAGE_ATM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXMBAGE_ATM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAXMBWORKAGE_ATM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXMBWORKAGE_ATM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAXAPPLNEW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXAPPLNEW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTDIVAVG_YEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTDIVAVG_YEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_CONTROL", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_CONTROL", 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 \"CMCOOPCONSTANT\" SET \"COOP_NO\" = :COOP_NO, \"COOP_NAME\" = :COOP_NAME, \"COOP" +
"_ADDR\" = :COOP_ADDR, \"TAMBOL\" = :TAMBOL, \"DISTRICT_CODE\" = :DISTRICT_CODE, \"PROV" +
"INCE_CODE\" = :PROVINCE_CODE, \"POSTCODE\" = :POSTCODE, \"COOP_TEL\" = :COOP_TEL, \"CO" +
"OP_FAX\" = :COOP_FAX, \"CHAIRMAN\" = :CHAIRMAN, \"MANAGER\" = :MANAGER, \"VICEMANAGER\"" +
" = :VICEMANAGER, \"ASSISTANT\" = :ASSISTANT, \"OFFICE_ACCOUNT\" = :OFFICE_ACCOUNT, \"" +
"OFFICE_FINANCE\" = :OFFICE_FINANCE, \"AUDITOR\" = :AUDITOR, \"AUDITOR_ADDR\" = :AUDIT" +
"OR_ADDR, \"MEMBNO_FORMAT\" = :MEMBNO_FORMAT, \"RETRY_AGE\" = :RETRY_AGE, \"RETRY_MONT" +
"H\" = :RETRY_MONTH, \"DISPLAY_COLL\" = :DISPLAY_COLL, \"PERIOD_MBRETURN\" = :PERIOD_M" +
"BRETURN, \"RECEIPT_REMARK1\" = :RECEIPT_REMARK1, \"RECEIPT_REMARK2\" = :RECEIPT_REMA" +
"RK2, \"MEMNOMAIN_DOCCODE\" = :MEMNOMAIN_DOCCODE, \"MEMNOREF_DOCCODE\" = :MEMNOREF_DO" +
"CCODE, \"MEMNOMAIN_SUFFIX\" = :MEMNOMAIN_SUFFIX, \"MEMNOREF_SUFFIX\" = :MEMNOREF_SUF" +
"FIX, \"COMEMNO_SUFFIX\" = :COMEMNO_SUFFIX, \"COOP_ROAD\" = :COOP_ROAD, \"DIVAVG_PER\" " +
"= :DIVAVG_PER, \"DIVAVG_REMARK1\" = :DIVAVG_REMARK1, \"DIVAVG_REMARK2\" = :DIVAVG_RE" +
"MARK2, \"DIVAVG_REMARK3\" = :DIVAVG_REMARK3, \"COOP_TAXID\" = :COOP_TAXID, \"FORMOBJE" +
"CT_CONFIRMBAL\" = :FORMOBJECT_CONFIRMBAL, \"FORMOBJECT_SLRECEIPT\" = :FORMOBJECT_SL" +
"RECEIPT, \"APPROVE_PASSWORD\" = :APPROVE_PASSWORD, \"CHAIRMAN_PIC\" = :CHAIRMAN_PIC," +
" \"SITE\" = :SITE, \"RECEIPT_REMARK3\" = :RECEIPT_REMARK3, \"DISTRICT_DESC\" = :DISTRI" +
"CT_DESC, \"PROVINCE_DESC\" = :PROVINCE_DESC, \"RETRY_DAY\" = :RETRY_DAY, \"MAXMBAGE_A" +
"TM\" = :MAXMBAGE_ATM, \"MAXMBWORKAGE_ATM\" = :MAXMBWORKAGE_ATM, \"MAXAPPLNEW_AMT\" = " +
":MAXAPPLNEW_AMT, \"LASTDIVAVG_YEAR\" = :LASTDIVAVG_YEAR, \"COOP_CONTROL\" = :COOP_CO" +
"NTROL WHERE ((\"COOP_NO\" = :Original_COOP_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ADDR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_ADDR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAMBOL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DISTRICT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DISTRICT_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("POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_TEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_TEL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_FAX", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_FAX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHAIRMAN", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CHAIRMAN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MANAGER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MANAGER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("VICEMANAGER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "VICEMANAGER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ASSISTANT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ASSISTANT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OFFICE_ACCOUNT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OFFICE_ACCOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OFFICE_FINANCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OFFICE_FINANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AUDITOR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "AUDITOR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AUDITOR_ADDR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "AUDITOR_ADDR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBNO_FORMAT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBNO_FORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_AGE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_AGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_MONTH", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_MONTH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DISPLAY_COLL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DISPLAY_COLL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_MBRETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_MBRETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_REMARK1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_REMARK1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_REMARK2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_REMARK2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOMAIN_DOCCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMNOMAIN_DOCCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOREF_DOCCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMNOREF_DOCCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOMAIN_SUFFIX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMNOMAIN_SUFFIX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOREF_SUFFIX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMNOREF_SUFFIX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMEMNO_SUFFIX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMEMNO_SUFFIX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVG_PER", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVAVG_PER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVG_REMARK1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DIVAVG_REMARK1", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVG_REMARK2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DIVAVG_REMARK2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVG_REMARK3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DIVAVG_REMARK3", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_TAXID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_TAXID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORMOBJECT_CONFIRMBAL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FORMOBJECT_CONFIRMBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORMOBJECT_SLRECEIPT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FORMOBJECT_SLRECEIPT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_PASSWORD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APPROVE_PASSWORD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHAIRMAN_PIC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CHAIRMAN_PIC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SITE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SITE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_REMARK3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_REMARK3", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DISTRICT_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DISTRICT_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVINCE_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PROVINCE_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_DAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_DAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAXMBAGE_ATM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXMBAGE_ATM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAXMBWORKAGE_ATM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXMBWORKAGE_ATM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAXAPPLNEW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXAPPLNEW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTDIVAVG_YEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTDIVAVG_YEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_CONTROL", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_CONTROL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select * from cmcoopconstant";
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.CMCOOPCONSTANTDataTable 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.CMCOOPCONSTANTDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.CMCOOPCONSTANTDataTable dataTable = new DataSet1.CMCOOPCONSTANTDataTable();
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.CMCOOPCONSTANTDataTable 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, "CMCOOPCONSTANT");
}
[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_NO) {
if ((Original_COOP_NO == null)) {
throw new global::System.ArgumentNullException("Original_COOP_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_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_NO,
string COOP_NAME,
string COOP_ADDR,
string TAMBOL,
string DISTRICT_CODE,
string PROVINCE_CODE,
string POSTCODE,
string COOP_TEL,
string COOP_FAX,
string CHAIRMAN,
string MANAGER,
string VICEMANAGER,
string ASSISTANT,
string OFFICE_ACCOUNT,
string OFFICE_FINANCE,
string AUDITOR,
string AUDITOR_ADDR,
string MEMBNO_FORMAT,
global::System.Nullable RETRY_AGE,
global::System.Nullable RETRY_MONTH,
global::System.Nullable DISPLAY_COLL,
global::System.Nullable PERIOD_MBRETURN,
string RECEIPT_REMARK1,
string RECEIPT_REMARK2,
string MEMNOMAIN_DOCCODE,
string MEMNOREF_DOCCODE,
string MEMNOMAIN_SUFFIX,
string MEMNOREF_SUFFIX,
string COMEMNO_SUFFIX,
string COOP_ROAD,
global::System.Nullable DIVAVG_PER,
string DIVAVG_REMARK1,
string DIVAVG_REMARK2,
string DIVAVG_REMARK3,
string COOP_TAXID,
string FORMOBJECT_CONFIRMBAL,
string FORMOBJECT_SLRECEIPT,
string APPROVE_PASSWORD,
string CHAIRMAN_PIC,
string SITE,
string RECEIPT_REMARK3,
string DISTRICT_DESC,
string PROVINCE_DESC,
global::System.Nullable RETRY_DAY,
global::System.Nullable MAXMBAGE_ATM,
global::System.Nullable MAXMBWORKAGE_ATM,
global::System.Nullable MAXAPPLNEW_AMT,
global::System.Nullable LASTDIVAVG_YEAR,
string COOP_CONTROL) {
if ((COOP_NO == null)) {
throw new global::System.ArgumentNullException("COOP_NO");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_NO));
}
if ((COOP_NAME == null)) {
this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(COOP_NAME));
}
if ((COOP_ADDR == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(COOP_ADDR));
}
if ((TAMBOL == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(TAMBOL));
}
if ((DISTRICT_CODE == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(DISTRICT_CODE));
}
if ((PROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(PROVINCE_CODE));
}
if ((POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(POSTCODE));
}
if ((COOP_TEL == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(COOP_TEL));
}
if ((COOP_FAX == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(COOP_FAX));
}
if ((CHAIRMAN == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(CHAIRMAN));
}
if ((MANAGER == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(MANAGER));
}
if ((VICEMANAGER == null)) {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(VICEMANAGER));
}
if ((ASSISTANT == null)) {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(ASSISTANT));
}
if ((OFFICE_ACCOUNT == null)) {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(OFFICE_ACCOUNT));
}
if ((OFFICE_FINANCE == null)) {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(OFFICE_FINANCE));
}
if ((AUDITOR == null)) {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(AUDITOR));
}
if ((AUDITOR_ADDR == null)) {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(AUDITOR_ADDR));
}
if ((MEMBNO_FORMAT == null)) {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(MEMBNO_FORMAT));
}
if ((RETRY_AGE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(RETRY_AGE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((RETRY_MONTH.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(RETRY_MONTH.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((DISPLAY_COLL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(DISPLAY_COLL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((PERIOD_MBRETURN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(PERIOD_MBRETURN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((RECEIPT_REMARK1 == null)) {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = ((string)(RECEIPT_REMARK1));
}
if ((RECEIPT_REMARK2 == null)) {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(RECEIPT_REMARK2));
}
if ((MEMNOMAIN_DOCCODE == null)) {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = ((string)(MEMNOMAIN_DOCCODE));
}
if ((MEMNOREF_DOCCODE == null)) {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = ((string)(MEMNOREF_DOCCODE));
}
if ((MEMNOMAIN_SUFFIX == null)) {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = ((string)(MEMNOMAIN_SUFFIX));
}
if ((MEMNOREF_SUFFIX == null)) {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = ((string)(MEMNOREF_SUFFIX));
}
if ((COMEMNO_SUFFIX == null)) {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = ((string)(COMEMNO_SUFFIX));
}
if ((COOP_ROAD == null)) {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = ((string)(COOP_ROAD));
}
if ((DIVAVG_PER.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(DIVAVG_PER.Value));
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((DIVAVG_REMARK1 == null)) {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = ((string)(DIVAVG_REMARK1));
}
if ((DIVAVG_REMARK2 == null)) {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = ((string)(DIVAVG_REMARK2));
}
if ((DIVAVG_REMARK3 == null)) {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = ((string)(DIVAVG_REMARK3));
}
if ((COOP_TAXID == null)) {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = ((string)(COOP_TAXID));
}
if ((FORMOBJECT_CONFIRMBAL == null)) {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = ((string)(FORMOBJECT_CONFIRMBAL));
}
if ((FORMOBJECT_SLRECEIPT == null)) {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(FORMOBJECT_SLRECEIPT));
}
if ((APPROVE_PASSWORD == null)) {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = ((string)(APPROVE_PASSWORD));
}
if ((CHAIRMAN_PIC == null)) {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = ((string)(CHAIRMAN_PIC));
}
if ((SITE == null)) {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = ((string)(SITE));
}
if ((RECEIPT_REMARK3 == null)) {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = ((string)(RECEIPT_REMARK3));
}
if ((DISTRICT_DESC == null)) {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = ((string)(DISTRICT_DESC));
}
if ((PROVINCE_DESC == null)) {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = ((string)(PROVINCE_DESC));
}
if ((RETRY_DAY.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[43].Value = ((decimal)(RETRY_DAY.Value));
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
if ((MAXMBAGE_ATM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(MAXMBAGE_ATM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
}
if ((MAXMBWORKAGE_ATM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(MAXMBWORKAGE_ATM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
}
if ((MAXAPPLNEW_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[46].Value = ((decimal)(MAXAPPLNEW_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((LASTDIVAVG_YEAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(LASTDIVAVG_YEAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
}
if ((COOP_CONTROL == null)) {
this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[48].Value = ((string)(COOP_CONTROL));
}
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_NO,
string COOP_NAME,
string COOP_ADDR,
string TAMBOL,
string DISTRICT_CODE,
string PROVINCE_CODE,
string POSTCODE,
string COOP_TEL,
string COOP_FAX,
string CHAIRMAN,
string MANAGER,
string VICEMANAGER,
string ASSISTANT,
string OFFICE_ACCOUNT,
string OFFICE_FINANCE,
string AUDITOR,
string AUDITOR_ADDR,
string MEMBNO_FORMAT,
global::System.Nullable RETRY_AGE,
global::System.Nullable RETRY_MONTH,
global::System.Nullable DISPLAY_COLL,
global::System.Nullable PERIOD_MBRETURN,
string RECEIPT_REMARK1,
string RECEIPT_REMARK2,
string MEMNOMAIN_DOCCODE,
string MEMNOREF_DOCCODE,
string MEMNOMAIN_SUFFIX,
string MEMNOREF_SUFFIX,
string COMEMNO_SUFFIX,
string COOP_ROAD,
global::System.Nullable DIVAVG_PER,
string DIVAVG_REMARK1,
string DIVAVG_REMARK2,
string DIVAVG_REMARK3,
string COOP_TAXID,
string FORMOBJECT_CONFIRMBAL,
string FORMOBJECT_SLRECEIPT,
string APPROVE_PASSWORD,
string CHAIRMAN_PIC,
string SITE,
string RECEIPT_REMARK3,
string DISTRICT_DESC,
string PROVINCE_DESC,
global::System.Nullable RETRY_DAY,
global::System.Nullable MAXMBAGE_ATM,
global::System.Nullable MAXMBWORKAGE_ATM,
global::System.Nullable MAXAPPLNEW_AMT,
global::System.Nullable LASTDIVAVG_YEAR,
string COOP_CONTROL,
string Original_COOP_NO) {
if ((COOP_NO == null)) {
throw new global::System.ArgumentNullException("COOP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_NO));
}
if ((COOP_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(COOP_NAME));
}
if ((COOP_ADDR == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(COOP_ADDR));
}
if ((TAMBOL == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(TAMBOL));
}
if ((DISTRICT_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(DISTRICT_CODE));
}
if ((PROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(PROVINCE_CODE));
}
if ((POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(POSTCODE));
}
if ((COOP_TEL == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(COOP_TEL));
}
if ((COOP_FAX == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(COOP_FAX));
}
if ((CHAIRMAN == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(CHAIRMAN));
}
if ((MANAGER == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(MANAGER));
}
if ((VICEMANAGER == null)) {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(VICEMANAGER));
}
if ((ASSISTANT == null)) {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(ASSISTANT));
}
if ((OFFICE_ACCOUNT == null)) {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(OFFICE_ACCOUNT));
}
if ((OFFICE_FINANCE == null)) {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(OFFICE_FINANCE));
}
if ((AUDITOR == null)) {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(AUDITOR));
}
if ((AUDITOR_ADDR == null)) {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(AUDITOR_ADDR));
}
if ((MEMBNO_FORMAT == null)) {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(MEMBNO_FORMAT));
}
if ((RETRY_AGE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(RETRY_AGE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((RETRY_MONTH.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(RETRY_MONTH.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((DISPLAY_COLL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(DISPLAY_COLL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((PERIOD_MBRETURN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(PERIOD_MBRETURN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((RECEIPT_REMARK1 == null)) {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(RECEIPT_REMARK1));
}
if ((RECEIPT_REMARK2 == null)) {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(RECEIPT_REMARK2));
}
if ((MEMNOMAIN_DOCCODE == null)) {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(MEMNOMAIN_DOCCODE));
}
if ((MEMNOREF_DOCCODE == null)) {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(MEMNOREF_DOCCODE));
}
if ((MEMNOMAIN_SUFFIX == null)) {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(MEMNOMAIN_SUFFIX));
}
if ((MEMNOREF_SUFFIX == null)) {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(MEMNOREF_SUFFIX));
}
if ((COMEMNO_SUFFIX == null)) {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(COMEMNO_SUFFIX));
}
if ((COOP_ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(COOP_ROAD));
}
if ((DIVAVG_PER.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(DIVAVG_PER.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((DIVAVG_REMARK1 == null)) {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(DIVAVG_REMARK1));
}
if ((DIVAVG_REMARK2 == null)) {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(DIVAVG_REMARK2));
}
if ((DIVAVG_REMARK3 == null)) {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(DIVAVG_REMARK3));
}
if ((COOP_TAXID == null)) {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(COOP_TAXID));
}
if ((FORMOBJECT_CONFIRMBAL == null)) {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(FORMOBJECT_CONFIRMBAL));
}
if ((FORMOBJECT_SLRECEIPT == null)) {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(FORMOBJECT_SLRECEIPT));
}
if ((APPROVE_PASSWORD == null)) {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(APPROVE_PASSWORD));
}
if ((CHAIRMAN_PIC == null)) {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(CHAIRMAN_PIC));
}
if ((SITE == null)) {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(SITE));
}
if ((RECEIPT_REMARK3 == null)) {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(RECEIPT_REMARK3));
}
if ((DISTRICT_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(DISTRICT_DESC));
}
if ((PROVINCE_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(PROVINCE_DESC));
}
if ((RETRY_DAY.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(RETRY_DAY.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
if ((MAXMBAGE_ATM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(MAXMBAGE_ATM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
if ((MAXMBWORKAGE_ATM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(MAXMBWORKAGE_ATM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
}
if ((MAXAPPLNEW_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(MAXAPPLNEW_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((LASTDIVAVG_YEAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(LASTDIVAVG_YEAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
}
if ((COOP_CONTROL == null)) {
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(COOP_CONTROL));
}
if ((Original_COOP_NO == null)) {
throw new global::System.ArgumentNullException("Original_COOP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(Original_COOP_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 COOP_NAME,
string COOP_ADDR,
string TAMBOL,
string DISTRICT_CODE,
string PROVINCE_CODE,
string POSTCODE,
string COOP_TEL,
string COOP_FAX,
string CHAIRMAN,
string MANAGER,
string VICEMANAGER,
string ASSISTANT,
string OFFICE_ACCOUNT,
string OFFICE_FINANCE,
string AUDITOR,
string AUDITOR_ADDR,
string MEMBNO_FORMAT,
global::System.Nullable RETRY_AGE,
global::System.Nullable RETRY_MONTH,
global::System.Nullable DISPLAY_COLL,
global::System.Nullable PERIOD_MBRETURN,
string RECEIPT_REMARK1,
string RECEIPT_REMARK2,
string MEMNOMAIN_DOCCODE,
string MEMNOREF_DOCCODE,
string MEMNOMAIN_SUFFIX,
string MEMNOREF_SUFFIX,
string COMEMNO_SUFFIX,
string COOP_ROAD,
global::System.Nullable DIVAVG_PER,
string DIVAVG_REMARK1,
string DIVAVG_REMARK2,
string DIVAVG_REMARK3,
string COOP_TAXID,
string FORMOBJECT_CONFIRMBAL,
string FORMOBJECT_SLRECEIPT,
string APPROVE_PASSWORD,
string CHAIRMAN_PIC,
string SITE,
string RECEIPT_REMARK3,
string DISTRICT_DESC,
string PROVINCE_DESC,
global::System.Nullable RETRY_DAY,
global::System.Nullable MAXMBAGE_ATM,
global::System.Nullable MAXMBWORKAGE_ATM,
global::System.Nullable MAXAPPLNEW_AMT,
global::System.Nullable LASTDIVAVG_YEAR,
string COOP_CONTROL,
string Original_COOP_NO) {
return this.Update(Original_COOP_NO, COOP_NAME, COOP_ADDR, TAMBOL, DISTRICT_CODE, PROVINCE_CODE, POSTCODE, COOP_TEL, COOP_FAX, CHAIRMAN, MANAGER, VICEMANAGER, ASSISTANT, OFFICE_ACCOUNT, OFFICE_FINANCE, AUDITOR, AUDITOR_ADDR, MEMBNO_FORMAT, RETRY_AGE, RETRY_MONTH, DISPLAY_COLL, PERIOD_MBRETURN, RECEIPT_REMARK1, RECEIPT_REMARK2, MEMNOMAIN_DOCCODE, MEMNOREF_DOCCODE, MEMNOMAIN_SUFFIX, MEMNOREF_SUFFIX, COMEMNO_SUFFIX, COOP_ROAD, DIVAVG_PER, DIVAVG_REMARK1, DIVAVG_REMARK2, DIVAVG_REMARK3, COOP_TAXID, FORMOBJECT_CONFIRMBAL, FORMOBJECT_SLRECEIPT, APPROVE_PASSWORD, CHAIRMAN_PIC, SITE, RECEIPT_REMARK3, DISTRICT_DESC, PROVINCE_DESC, RETRY_DAY, MAXMBAGE_ATM, MAXMBWORKAGE_ATM, MAXAPPLNEW_AMT, LASTDIVAVG_YEAR, COOP_CONTROL, Original_COOP_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 CMCOOPCONSTANTTableAdapter _cMCOOPCONSTANTTableAdapter;
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 CMCOOPCONSTANTTableAdapter CMCOOPCONSTANTTableAdapter {
get {
return this._cMCOOPCONSTANTTableAdapter;
}
set {
this._cMCOOPCONSTANTTableAdapter = 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._cMCOOPCONSTANTTableAdapter != null)
&& (this._cMCOOPCONSTANTTableAdapter.Connection != null))) {
return this._cMCOOPCONSTANTTableAdapter.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._cMCOOPCONSTANTTableAdapter != 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._cMCOOPCONSTANTTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.CMCOOPCONSTANT.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._cMCOOPCONSTANTTableAdapter.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._cMCOOPCONSTANTTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.CMCOOPCONSTANT.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._cMCOOPCONSTANTTableAdapter.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._cMCOOPCONSTANTTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.CMCOOPCONSTANT.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._cMCOOPCONSTANTTableAdapter.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._cMCOOPCONSTANTTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._cMCOOPCONSTANTTableAdapter.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