//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.shrlon.ws_sl_loan_requestment_baac_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 dsmainDataTable tabledsmain;
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["dsmain"] != null)) {
base.Tables.Add(new dsmainDataTable(ds.Tables["dsmain"]));
}
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 dsmainDataTable dsmain {
get {
return this.tabledsmain;
}
}
[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["dsmain"] != null)) {
base.Tables.Add(new dsmainDataTable(ds.Tables["dsmain"]));
}
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.tabledsmain = ((dsmainDataTable)(base.Tables["dsmain"]));
if ((initTable == true)) {
if ((this.tabledsmain != null)) {
this.tabledsmain.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.tabledsmain = new dsmainDataTable();
base.Tables.Add(this.tabledsmain);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializedsmain() {
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 dsmainRowChangeEventHandler(object sender, dsmainRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class dsmainDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMEMBTYPE_CODE;
private global::System.Data.DataColumn columnBIRTH_DATE;
private global::System.Data.DataColumn columnWORK_DATE;
private global::System.Data.DataColumn columnMEMBER_DATE;
private global::System.Data.DataColumn columnRETRY_DATE;
private global::System.Data.DataColumn columnSALARY_ID;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnMEMBGROUP_DESC;
private global::System.Data.DataColumn columnMEMBTYPE_DESC;
private global::System.Data.DataColumn columnLOANREQUEST_DOCNO;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnLOANTYPE_CODE;
private global::System.Data.DataColumn columnLOANREQUEST_DATE;
private global::System.Data.DataColumn columnLOANREQUEST_TYPE;
private global::System.Data.DataColumn columnREF_CONTMASTNO;
private global::System.Data.DataColumn columnREF_REGISTERNO;
private global::System.Data.DataColumn columnLOANCREDIT_AMT;
private global::System.Data.DataColumn columnLOANGRPCREDIT_AMT;
private global::System.Data.DataColumn columnLOANGRPUSE_AMT;
private global::System.Data.DataColumn columnLOANMAXREQ_AMT;
private global::System.Data.DataColumn columnLOANPERMISS_AMT;
private global::System.Data.DataColumn columnLOANREQUEST_AMT;
private global::System.Data.DataColumn columnRECEIVEPERIOD_FLAG;
private global::System.Data.DataColumn columnCUSTOMPAYMENT_FLAG;
private global::System.Data.DataColumn columnLOANPAYMENT_TYPE;
private global::System.Data.DataColumn columnMAXPERIOD_PAYAMT;
private global::System.Data.DataColumn columnMAXSEND_PAYAMT;
private global::System.Data.DataColumn columnPERIOD_PAYAMT;
private global::System.Data.DataColumn columnPERIOD_PAYMENT;
private global::System.Data.DataColumn columnCONTRACT_TIME;
private global::System.Data.DataColumn columnBUYSHARE_FLAG;
private global::System.Data.DataColumn columnBUYSHARE_AMT;
private global::System.Data.DataColumn columnCLEARLOAN_FLAG;
private global::System.Data.DataColumn columnSUM_CLEAR;
private global::System.Data.DataColumn columnCONTRACTINT_TYPE;
private global::System.Data.DataColumn columnCONTRACTINT_TIME;
private global::System.Data.DataColumn columnCONTRACT_INTEREST;
private global::System.Data.DataColumn columnLOANOBJECTIVE_CODE;
private global::System.Data.DataColumn columnSHARESTK_VALUE;
private global::System.Data.DataColumn columnPERIODSHARE_VALUE;
private global::System.Data.DataColumn columnSHARE_LASTPERIOD;
private global::System.Data.DataColumn columnSALARY_AMT;
private global::System.Data.DataColumn columnMINSALARY_PERC;
private global::System.Data.DataColumn columnMINSALARY_AMT;
private global::System.Data.DataColumn columnPAYMONTH_OTHER;
private global::System.Data.DataColumn columnPAYMONTH_COOP;
private global::System.Data.DataColumn columnLOANREQUEST_STATUS;
private global::System.Data.DataColumn columnEXPENSE_CODE;
private global::System.Data.DataColumn columnEXPENSE_BANK;
private global::System.Data.DataColumn columnEXPENSE_BRANCH;
private global::System.Data.DataColumn columnEXPENSE_ACCID;
private global::System.Data.DataColumn columnAPPROVE_DATE;
private global::System.Data.DataColumn columnAPPROVE_ID;
private global::System.Data.DataColumn columnLOANAPPROVE_AMT;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnINTESTIMATE_AMT;
private global::System.Data.DataColumn columnAPVIMMEDIATE_FLAG;
private global::System.Data.DataColumn columnOD_FLAG;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnREMARK;
private global::System.Data.DataColumn columnLOANREQREGIS_AMT;
private global::System.Data.DataColumn columnPAYMONTH_EXP;
private global::System.Data.DataColumn columnSHAREPAY_STATUS;
private global::System.Data.DataColumn columnINCOMEMONTH_OTHER;
private global::System.Data.DataColumn columnINCOMEMONTH_FIXED;
private global::System.Data.DataColumn columnMINSALARY_INC;
private global::System.Data.DataColumn columnOTHERCLR_FLAG;
private global::System.Data.DataColumn columnOTHERCLR_AMT;
private global::System.Data.DataColumn columnLOANRCVFIX_FLAG;
private global::System.Data.DataColumn columnLOANRCVFIX_DATE;
private global::System.Data.DataColumn columnOWNCLEAR_FLAG;
private global::System.Data.DataColumn columnCOMMITTEE_TIME;
private global::System.Data.DataColumn columnCOMMITTEE_GROUP;
private global::System.Data.DataColumn columnINSPAYMENT_AMT;
private global::System.Data.DataColumn columnINSTYPE_CODE;
private global::System.Data.DataColumn columnSTARTKEEP_DATE;
private global::System.Data.DataColumn columnCANCEL_ID;
private global::System.Data.DataColumn columnLOANRCV_DATE;
private global::System.Data.DataColumn columnINT_CONTINTTYPE;
private global::System.Data.DataColumn columnINT_CONTINTRATE;
private global::System.Data.DataColumn columnINT_CONTINTTABCODE;
private global::System.Data.DataColumn columnINT_CONTINTINCREASE;
private global::System.Data.DataColumn columnINT_INTSTEPTYPE;
private global::System.Data.DataColumn columnLOANINS_AMT;
private global::System.Data.DataColumn columnMEMBER_REMARK;
private global::System.Data.DataColumn columnBANKFEE_AMT;
private global::System.Data.DataColumn columnBANKSRV_AMT;
private global::System.Data.DataColumn columnPOSTAGEFEE_AMT;
private global::System.Data.DataColumn columnEMSFEE_AMT;
private global::System.Data.DataColumn columnTAX_AMT;
private global::System.Data.DataColumn columnONLINEFEE_AMT;
private global::System.Data.DataColumn columnPOSTAGESRV_AMT;
private global::System.Data.DataColumn columnPAYTOORDER_DESC;
private global::System.Data.DataColumn columnPERIOD_LASTPAYMENT;
private global::System.Data.DataColumn columnCANCEL_DATE;
private global::System.Data.DataColumn columnAGENCYCLR_AMT;
private global::System.Data.DataColumn columnGUNPRICE_AMT;
private global::System.Data.DataColumn columnMANAGE_AMT;
private global::System.Data.DataColumn columnLOANOBJECTIVE_DESC;
private global::System.Data.DataColumn columnSALARYBAL_AMT;
private global::System.Data.DataColumn columnCOOP_ID1;
private global::System.Data.DataColumn columnMEMCOOP_ID;
private global::System.Data.DataColumn columnINTCERTIFICATE_STATUS;
private global::System.Data.DataColumn columnINTENDORSE_AMT;
private global::System.Data.DataColumn columnLOANPAYMENT_STATUS;
private global::System.Data.DataColumn columnLOANRIGHTTYPE_CODE;
private global::System.Data.DataColumn columnNETINCOME_AMT;
private global::System.Data.DataColumn columnRETURN_COOP;
private global::System.Data.DataColumn columnRETURN_OTHER;
private global::System.Data.DataColumn columnSALARYBAL_FLAG;
private global::System.Data.DataColumn columnLOANRIGHT_PERCSHARE;
private global::System.Data.DataColumn columnLOANRIGHT_PERCSALARY;
private global::System.Data.DataColumn columnCLEAR_AMT;
private global::System.Data.DataColumn columnSHARE_PERIODVALUE;
private global::System.Data.DataColumn columnSHARE_PAYSTATUS;
private global::System.Data.DataColumn columnAPVIMMEDIATE_STATUS;
private global::System.Data.DataColumn columnLOANPAY_CODE;
private global::System.Data.DataColumn columnLOANPAY_BANK;
private global::System.Data.DataColumn columnLOANPAY_BRANCH;
private global::System.Data.DataColumn columnLOANPAY_ACCID;
private global::System.Data.DataColumn columnINTFUTURE_AMT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dsmainDataTable() {
this.TableName = "dsmain";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal dsmainDataTable(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 dsmainDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_IDColumn {
get {
return this.columnCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBTYPE_CODEColumn {
get {
return this.columnMEMBTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BIRTH_DATEColumn {
get {
return this.columnBIRTH_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WORK_DATEColumn {
get {
return this.columnWORK_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_DATEColumn {
get {
return this.columnMEMBER_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETRY_DATEColumn {
get {
return this.columnRETRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALARY_IDColumn {
get {
return this.columnSALARY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_CODEColumn {
get {
return this.columnMEMBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_DESCColumn {
get {
return this.columnMEMBGROUP_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBTYPE_DESCColumn {
get {
return this.columnMEMBTYPE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANREQUEST_DOCNOColumn {
get {
return this.columnLOANREQUEST_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANTYPE_CODEColumn {
get {
return this.columnLOANTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANREQUEST_DATEColumn {
get {
return this.columnLOANREQUEST_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANREQUEST_TYPEColumn {
get {
return this.columnLOANREQUEST_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_CONTMASTNOColumn {
get {
return this.columnREF_CONTMASTNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_REGISTERNOColumn {
get {
return this.columnREF_REGISTERNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCREDIT_AMTColumn {
get {
return this.columnLOANCREDIT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANGRPCREDIT_AMTColumn {
get {
return this.columnLOANGRPCREDIT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANGRPUSE_AMTColumn {
get {
return this.columnLOANGRPUSE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANMAXREQ_AMTColumn {
get {
return this.columnLOANMAXREQ_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPERMISS_AMTColumn {
get {
return this.columnLOANPERMISS_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANREQUEST_AMTColumn {
get {
return this.columnLOANREQUEST_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIVEPERIOD_FLAGColumn {
get {
return this.columnRECEIVEPERIOD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CUSTOMPAYMENT_FLAGColumn {
get {
return this.columnCUSTOMPAYMENT_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAYMENT_TYPEColumn {
get {
return this.columnLOANPAYMENT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAXPERIOD_PAYAMTColumn {
get {
return this.columnMAXPERIOD_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAXSEND_PAYAMTColumn {
get {
return this.columnMAXSEND_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_PAYAMTColumn {
get {
return this.columnPERIOD_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_PAYMENTColumn {
get {
return this.columnPERIOD_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACT_TIMEColumn {
get {
return this.columnCONTRACT_TIME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BUYSHARE_FLAGColumn {
get {
return this.columnBUYSHARE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BUYSHARE_AMTColumn {
get {
return this.columnBUYSHARE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLEARLOAN_FLAGColumn {
get {
return this.columnCLEARLOAN_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUM_CLEARColumn {
get {
return this.columnSUM_CLEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACTINT_TYPEColumn {
get {
return this.columnCONTRACTINT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACTINT_TIMEColumn {
get {
return this.columnCONTRACTINT_TIME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACT_INTERESTColumn {
get {
return this.columnCONTRACT_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANOBJECTIVE_CODEColumn {
get {
return this.columnLOANOBJECTIVE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTK_VALUEColumn {
get {
return this.columnSHARESTK_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODSHARE_VALUEColumn {
get {
return this.columnPERIODSHARE_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARE_LASTPERIODColumn {
get {
return this.columnSHARE_LASTPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALARY_AMTColumn {
get {
return this.columnSALARY_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MINSALARY_PERCColumn {
get {
return this.columnMINSALARY_PERC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MINSALARY_AMTColumn {
get {
return this.columnMINSALARY_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMONTH_OTHERColumn {
get {
return this.columnPAYMONTH_OTHER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMONTH_COOPColumn {
get {
return this.columnPAYMONTH_COOP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANREQUEST_STATUSColumn {
get {
return this.columnLOANREQUEST_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_CODEColumn {
get {
return this.columnEXPENSE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BANKColumn {
get {
return this.columnEXPENSE_BANK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BRANCHColumn {
get {
return this.columnEXPENSE_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_ACCIDColumn {
get {
return this.columnEXPENSE_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPROVE_DATEColumn {
get {
return this.columnAPPROVE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPROVE_IDColumn {
get {
return this.columnAPPROVE_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANAPPROVE_AMTColumn {
get {
return this.columnLOANAPPROVE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTESTIMATE_AMTColumn {
get {
return this.columnINTESTIMATE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APVIMMEDIATE_FLAGColumn {
get {
return this.columnAPVIMMEDIATE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OD_FLAGColumn {
get {
return this.columnOD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_IDColumn {
get {
return this.columnENTRY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_DATEColumn {
get {
return this.columnENTRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REMARKColumn {
get {
return this.columnREMARK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANREQREGIS_AMTColumn {
get {
return this.columnLOANREQREGIS_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMONTH_EXPColumn {
get {
return this.columnPAYMONTH_EXP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREPAY_STATUSColumn {
get {
return this.columnSHAREPAY_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INCOMEMONTH_OTHERColumn {
get {
return this.columnINCOMEMONTH_OTHER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INCOMEMONTH_FIXEDColumn {
get {
return this.columnINCOMEMONTH_FIXED;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MINSALARY_INCColumn {
get {
return this.columnMINSALARY_INC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OTHERCLR_FLAGColumn {
get {
return this.columnOTHERCLR_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OTHERCLR_AMTColumn {
get {
return this.columnOTHERCLR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANRCVFIX_FLAGColumn {
get {
return this.columnLOANRCVFIX_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANRCVFIX_DATEColumn {
get {
return this.columnLOANRCVFIX_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OWNCLEAR_FLAGColumn {
get {
return this.columnOWNCLEAR_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMMITTEE_TIMEColumn {
get {
return this.columnCOMMITTEE_TIME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMMITTEE_GROUPColumn {
get {
return this.columnCOMMITTEE_GROUP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSPAYMENT_AMTColumn {
get {
return this.columnINSPAYMENT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSTYPE_CODEColumn {
get {
return this.columnINSTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STARTKEEP_DATEColumn {
get {
return this.columnSTARTKEEP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_IDColumn {
get {
return this.columnCANCEL_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANRCV_DATEColumn {
get {
return this.columnLOANRCV_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_CONTINTTYPEColumn {
get {
return this.columnINT_CONTINTTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_CONTINTRATEColumn {
get {
return this.columnINT_CONTINTRATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_CONTINTTABCODEColumn {
get {
return this.columnINT_CONTINTTABCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_CONTINTINCREASEColumn {
get {
return this.columnINT_CONTINTINCREASE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_INTSTEPTYPEColumn {
get {
return this.columnINT_INTSTEPTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANINS_AMTColumn {
get {
return this.columnLOANINS_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_REMARKColumn {
get {
return this.columnMEMBER_REMARK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANKFEE_AMTColumn {
get {
return this.columnBANKFEE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANKSRV_AMTColumn {
get {
return this.columnBANKSRV_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSTAGEFEE_AMTColumn {
get {
return this.columnPOSTAGEFEE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EMSFEE_AMTColumn {
get {
return this.columnEMSFEE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAX_AMTColumn {
get {
return this.columnTAX_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ONLINEFEE_AMTColumn {
get {
return this.columnONLINEFEE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSTAGESRV_AMTColumn {
get {
return this.columnPOSTAGESRV_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYTOORDER_DESCColumn {
get {
return this.columnPAYTOORDER_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_LASTPAYMENTColumn {
get {
return this.columnPERIOD_LASTPAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_DATEColumn {
get {
return this.columnCANCEL_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AGENCYCLR_AMTColumn {
get {
return this.columnAGENCYCLR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GUNPRICE_AMTColumn {
get {
return this.columnGUNPRICE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MANAGE_AMTColumn {
get {
return this.columnMANAGE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANOBJECTIVE_DESCColumn {
get {
return this.columnLOANOBJECTIVE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALARYBAL_AMTColumn {
get {
return this.columnSALARYBAL_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_ID1Column {
get {
return this.columnCOOP_ID1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMCOOP_IDColumn {
get {
return this.columnMEMCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTCERTIFICATE_STATUSColumn {
get {
return this.columnINTCERTIFICATE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTENDORSE_AMTColumn {
get {
return this.columnINTENDORSE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAYMENT_STATUSColumn {
get {
return this.columnLOANPAYMENT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANRIGHTTYPE_CODEColumn {
get {
return this.columnLOANRIGHTTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NETINCOME_AMTColumn {
get {
return this.columnNETINCOME_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETURN_COOPColumn {
get {
return this.columnRETURN_COOP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETURN_OTHERColumn {
get {
return this.columnRETURN_OTHER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALARYBAL_FLAGColumn {
get {
return this.columnSALARYBAL_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANRIGHT_PERCSHAREColumn {
get {
return this.columnLOANRIGHT_PERCSHARE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANRIGHT_PERCSALARYColumn {
get {
return this.columnLOANRIGHT_PERCSALARY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLEAR_AMTColumn {
get {
return this.columnCLEAR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARE_PERIODVALUEColumn {
get {
return this.columnSHARE_PERIODVALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARE_PAYSTATUSColumn {
get {
return this.columnSHARE_PAYSTATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APVIMMEDIATE_STATUSColumn {
get {
return this.columnAPVIMMEDIATE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAY_CODEColumn {
get {
return this.columnLOANPAY_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAY_BANKColumn {
get {
return this.columnLOANPAY_BANK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAY_BRANCHColumn {
get {
return this.columnLOANPAY_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAY_ACCIDColumn {
get {
return this.columnLOANPAY_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTFUTURE_AMTColumn {
get {
return this.columnINTFUTURE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dsmainRow this[int index] {
get {
return ((dsmainRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event dsmainRowChangeEventHandler dsmainRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event dsmainRowChangeEventHandler dsmainRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event dsmainRowChangeEventHandler dsmainRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event dsmainRowChangeEventHandler dsmainRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AdddsmainRow(dsmainRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dsmainRow AdddsmainRow(
string COOP_ID,
string MEMBTYPE_CODE,
System.DateTime BIRTH_DATE,
System.DateTime WORK_DATE,
System.DateTime MEMBER_DATE,
System.DateTime RETRY_DATE,
string SALARY_ID,
string MEMBGROUP_CODE,
string MEMBGROUP_DESC,
string MEMBTYPE_DESC,
string LOANREQUEST_DOCNO,
string MEMBER_NO,
string LOANTYPE_CODE,
System.DateTime LOANREQUEST_DATE,
decimal LOANREQUEST_TYPE,
string REF_CONTMASTNO,
string REF_REGISTERNO,
decimal LOANCREDIT_AMT,
decimal LOANGRPCREDIT_AMT,
decimal LOANGRPUSE_AMT,
decimal LOANMAXREQ_AMT,
decimal LOANPERMISS_AMT,
decimal LOANREQUEST_AMT,
decimal RECEIVEPERIOD_FLAG,
decimal CUSTOMPAYMENT_FLAG,
decimal LOANPAYMENT_TYPE,
decimal MAXPERIOD_PAYAMT,
decimal MAXSEND_PAYAMT,
decimal PERIOD_PAYAMT,
decimal PERIOD_PAYMENT,
decimal CONTRACT_TIME,
decimal BUYSHARE_FLAG,
decimal BUYSHARE_AMT,
decimal CLEARLOAN_FLAG,
decimal SUM_CLEAR,
decimal CONTRACTINT_TYPE,
decimal CONTRACTINT_TIME,
decimal CONTRACT_INTEREST,
string LOANOBJECTIVE_CODE,
decimal SHARESTK_VALUE,
decimal PERIODSHARE_VALUE,
decimal SHARE_LASTPERIOD,
decimal SALARY_AMT,
decimal MINSALARY_PERC,
decimal MINSALARY_AMT,
decimal PAYMONTH_OTHER,
decimal PAYMONTH_COOP,
decimal LOANREQUEST_STATUS,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
System.DateTime APPROVE_DATE,
string APPROVE_ID,
decimal LOANAPPROVE_AMT,
string LOANCONTRACT_NO,
decimal INTESTIMATE_AMT,
decimal APVIMMEDIATE_FLAG,
decimal OD_FLAG,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string REMARK,
decimal LOANREQREGIS_AMT,
decimal PAYMONTH_EXP,
decimal SHAREPAY_STATUS,
decimal INCOMEMONTH_OTHER,
decimal INCOMEMONTH_FIXED,
decimal MINSALARY_INC,
decimal OTHERCLR_FLAG,
decimal OTHERCLR_AMT,
decimal LOANRCVFIX_FLAG,
System.DateTime LOANRCVFIX_DATE,
decimal OWNCLEAR_FLAG,
decimal COMMITTEE_TIME,
decimal COMMITTEE_GROUP,
decimal INSPAYMENT_AMT,
string INSTYPE_CODE,
System.DateTime STARTKEEP_DATE,
string CANCEL_ID,
System.DateTime LOANRCV_DATE,
decimal INT_CONTINTTYPE,
decimal INT_CONTINTRATE,
string INT_CONTINTTABCODE,
decimal INT_CONTINTINCREASE,
decimal INT_INTSTEPTYPE,
decimal LOANINS_AMT,
string MEMBER_REMARK,
decimal BANKFEE_AMT,
decimal BANKSRV_AMT,
decimal POSTAGEFEE_AMT,
decimal EMSFEE_AMT,
decimal TAX_AMT,
decimal ONLINEFEE_AMT,
decimal POSTAGESRV_AMT,
string PAYTOORDER_DESC,
decimal PERIOD_LASTPAYMENT,
System.DateTime CANCEL_DATE,
decimal AGENCYCLR_AMT,
decimal GUNPRICE_AMT,
decimal MANAGE_AMT,
string LOANOBJECTIVE_DESC,
decimal SALARYBAL_AMT,
string COOP_ID1,
string MEMCOOP_ID,
decimal INTCERTIFICATE_STATUS,
decimal INTENDORSE_AMT,
decimal LOANPAYMENT_STATUS,
string LOANRIGHTTYPE_CODE,
decimal NETINCOME_AMT,
decimal RETURN_COOP,
decimal RETURN_OTHER,
decimal SALARYBAL_FLAG,
decimal LOANRIGHT_PERCSHARE,
decimal LOANRIGHT_PERCSALARY,
decimal CLEAR_AMT,
decimal SHARE_PERIODVALUE,
decimal SHARE_PAYSTATUS,
decimal APVIMMEDIATE_STATUS,
string LOANPAY_CODE,
string LOANPAY_BANK,
string LOANPAY_BRANCH,
string LOANPAY_ACCID,
decimal INTFUTURE_AMT) {
dsmainRow rowdsmainRow = ((dsmainRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MEMBTYPE_CODE,
BIRTH_DATE,
WORK_DATE,
MEMBER_DATE,
RETRY_DATE,
SALARY_ID,
MEMBGROUP_CODE,
MEMBGROUP_DESC,
MEMBTYPE_DESC,
LOANREQUEST_DOCNO,
MEMBER_NO,
LOANTYPE_CODE,
LOANREQUEST_DATE,
LOANREQUEST_TYPE,
REF_CONTMASTNO,
REF_REGISTERNO,
LOANCREDIT_AMT,
LOANGRPCREDIT_AMT,
LOANGRPUSE_AMT,
LOANMAXREQ_AMT,
LOANPERMISS_AMT,
LOANREQUEST_AMT,
RECEIVEPERIOD_FLAG,
CUSTOMPAYMENT_FLAG,
LOANPAYMENT_TYPE,
MAXPERIOD_PAYAMT,
MAXSEND_PAYAMT,
PERIOD_PAYAMT,
PERIOD_PAYMENT,
CONTRACT_TIME,
BUYSHARE_FLAG,
BUYSHARE_AMT,
CLEARLOAN_FLAG,
SUM_CLEAR,
CONTRACTINT_TYPE,
CONTRACTINT_TIME,
CONTRACT_INTEREST,
LOANOBJECTIVE_CODE,
SHARESTK_VALUE,
PERIODSHARE_VALUE,
SHARE_LASTPERIOD,
SALARY_AMT,
MINSALARY_PERC,
MINSALARY_AMT,
PAYMONTH_OTHER,
PAYMONTH_COOP,
LOANREQUEST_STATUS,
EXPENSE_CODE,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
APPROVE_DATE,
APPROVE_ID,
LOANAPPROVE_AMT,
LOANCONTRACT_NO,
INTESTIMATE_AMT,
APVIMMEDIATE_FLAG,
OD_FLAG,
ENTRY_ID,
ENTRY_DATE,
REMARK,
LOANREQREGIS_AMT,
PAYMONTH_EXP,
SHAREPAY_STATUS,
INCOMEMONTH_OTHER,
INCOMEMONTH_FIXED,
MINSALARY_INC,
OTHERCLR_FLAG,
OTHERCLR_AMT,
LOANRCVFIX_FLAG,
LOANRCVFIX_DATE,
OWNCLEAR_FLAG,
COMMITTEE_TIME,
COMMITTEE_GROUP,
INSPAYMENT_AMT,
INSTYPE_CODE,
STARTKEEP_DATE,
CANCEL_ID,
LOANRCV_DATE,
INT_CONTINTTYPE,
INT_CONTINTRATE,
INT_CONTINTTABCODE,
INT_CONTINTINCREASE,
INT_INTSTEPTYPE,
LOANINS_AMT,
MEMBER_REMARK,
BANKFEE_AMT,
BANKSRV_AMT,
POSTAGEFEE_AMT,
EMSFEE_AMT,
TAX_AMT,
ONLINEFEE_AMT,
POSTAGESRV_AMT,
PAYTOORDER_DESC,
PERIOD_LASTPAYMENT,
CANCEL_DATE,
AGENCYCLR_AMT,
GUNPRICE_AMT,
MANAGE_AMT,
LOANOBJECTIVE_DESC,
SALARYBAL_AMT,
COOP_ID1,
MEMCOOP_ID,
INTCERTIFICATE_STATUS,
INTENDORSE_AMT,
LOANPAYMENT_STATUS,
LOANRIGHTTYPE_CODE,
NETINCOME_AMT,
RETURN_COOP,
RETURN_OTHER,
SALARYBAL_FLAG,
LOANRIGHT_PERCSHARE,
LOANRIGHT_PERCSALARY,
CLEAR_AMT,
SHARE_PERIODVALUE,
SHARE_PAYSTATUS,
APVIMMEDIATE_STATUS,
LOANPAY_CODE,
LOANPAY_BANK,
LOANPAY_BRANCH,
LOANPAY_ACCID,
INTFUTURE_AMT};
rowdsmainRow.ItemArray = columnValuesArray;
this.Rows.Add(rowdsmainRow);
return rowdsmainRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dsmainRow FindByLOANREQUEST_DOCNOCOOP_ID1(string LOANREQUEST_DOCNO, string COOP_ID1) {
return ((dsmainRow)(this.Rows.Find(new object[] {
LOANREQUEST_DOCNO,
COOP_ID1})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
dsmainDataTable cln = ((dsmainDataTable)(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 dsmainDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnMEMBTYPE_CODE = base.Columns["MEMBTYPE_CODE"];
this.columnBIRTH_DATE = base.Columns["BIRTH_DATE"];
this.columnWORK_DATE = base.Columns["WORK_DATE"];
this.columnMEMBER_DATE = base.Columns["MEMBER_DATE"];
this.columnRETRY_DATE = base.Columns["RETRY_DATE"];
this.columnSALARY_ID = base.Columns["SALARY_ID"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"];
this.columnMEMBTYPE_DESC = base.Columns["MEMBTYPE_DESC"];
this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"];
this.columnLOANREQUEST_DATE = base.Columns["LOANREQUEST_DATE"];
this.columnLOANREQUEST_TYPE = base.Columns["LOANREQUEST_TYPE"];
this.columnREF_CONTMASTNO = base.Columns["REF_CONTMASTNO"];
this.columnREF_REGISTERNO = base.Columns["REF_REGISTERNO"];
this.columnLOANCREDIT_AMT = base.Columns["LOANCREDIT_AMT"];
this.columnLOANGRPCREDIT_AMT = base.Columns["LOANGRPCREDIT_AMT"];
this.columnLOANGRPUSE_AMT = base.Columns["LOANGRPUSE_AMT"];
this.columnLOANMAXREQ_AMT = base.Columns["LOANMAXREQ_AMT"];
this.columnLOANPERMISS_AMT = base.Columns["LOANPERMISS_AMT"];
this.columnLOANREQUEST_AMT = base.Columns["LOANREQUEST_AMT"];
this.columnRECEIVEPERIOD_FLAG = base.Columns["RECEIVEPERIOD_FLAG"];
this.columnCUSTOMPAYMENT_FLAG = base.Columns["CUSTOMPAYMENT_FLAG"];
this.columnLOANPAYMENT_TYPE = base.Columns["LOANPAYMENT_TYPE"];
this.columnMAXPERIOD_PAYAMT = base.Columns["MAXPERIOD_PAYAMT"];
this.columnMAXSEND_PAYAMT = base.Columns["MAXSEND_PAYAMT"];
this.columnPERIOD_PAYAMT = base.Columns["PERIOD_PAYAMT"];
this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"];
this.columnCONTRACT_TIME = base.Columns["CONTRACT_TIME"];
this.columnBUYSHARE_FLAG = base.Columns["BUYSHARE_FLAG"];
this.columnBUYSHARE_AMT = base.Columns["BUYSHARE_AMT"];
this.columnCLEARLOAN_FLAG = base.Columns["CLEARLOAN_FLAG"];
this.columnSUM_CLEAR = base.Columns["SUM_CLEAR"];
this.columnCONTRACTINT_TYPE = base.Columns["CONTRACTINT_TYPE"];
this.columnCONTRACTINT_TIME = base.Columns["CONTRACTINT_TIME"];
this.columnCONTRACT_INTEREST = base.Columns["CONTRACT_INTEREST"];
this.columnLOANOBJECTIVE_CODE = base.Columns["LOANOBJECTIVE_CODE"];
this.columnSHARESTK_VALUE = base.Columns["SHARESTK_VALUE"];
this.columnPERIODSHARE_VALUE = base.Columns["PERIODSHARE_VALUE"];
this.columnSHARE_LASTPERIOD = base.Columns["SHARE_LASTPERIOD"];
this.columnSALARY_AMT = base.Columns["SALARY_AMT"];
this.columnMINSALARY_PERC = base.Columns["MINSALARY_PERC"];
this.columnMINSALARY_AMT = base.Columns["MINSALARY_AMT"];
this.columnPAYMONTH_OTHER = base.Columns["PAYMONTH_OTHER"];
this.columnPAYMONTH_COOP = base.Columns["PAYMONTH_COOP"];
this.columnLOANREQUEST_STATUS = base.Columns["LOANREQUEST_STATUS"];
this.columnEXPENSE_CODE = base.Columns["EXPENSE_CODE"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnAPPROVE_DATE = base.Columns["APPROVE_DATE"];
this.columnAPPROVE_ID = base.Columns["APPROVE_ID"];
this.columnLOANAPPROVE_AMT = base.Columns["LOANAPPROVE_AMT"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnINTESTIMATE_AMT = base.Columns["INTESTIMATE_AMT"];
this.columnAPVIMMEDIATE_FLAG = base.Columns["APVIMMEDIATE_FLAG"];
this.columnOD_FLAG = base.Columns["OD_FLAG"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnREMARK = base.Columns["REMARK"];
this.columnLOANREQREGIS_AMT = base.Columns["LOANREQREGIS_AMT"];
this.columnPAYMONTH_EXP = base.Columns["PAYMONTH_EXP"];
this.columnSHAREPAY_STATUS = base.Columns["SHAREPAY_STATUS"];
this.columnINCOMEMONTH_OTHER = base.Columns["INCOMEMONTH_OTHER"];
this.columnINCOMEMONTH_FIXED = base.Columns["INCOMEMONTH_FIXED"];
this.columnMINSALARY_INC = base.Columns["MINSALARY_INC"];
this.columnOTHERCLR_FLAG = base.Columns["OTHERCLR_FLAG"];
this.columnOTHERCLR_AMT = base.Columns["OTHERCLR_AMT"];
this.columnLOANRCVFIX_FLAG = base.Columns["LOANRCVFIX_FLAG"];
this.columnLOANRCVFIX_DATE = base.Columns["LOANRCVFIX_DATE"];
this.columnOWNCLEAR_FLAG = base.Columns["OWNCLEAR_FLAG"];
this.columnCOMMITTEE_TIME = base.Columns["COMMITTEE_TIME"];
this.columnCOMMITTEE_GROUP = base.Columns["COMMITTEE_GROUP"];
this.columnINSPAYMENT_AMT = base.Columns["INSPAYMENT_AMT"];
this.columnINSTYPE_CODE = base.Columns["INSTYPE_CODE"];
this.columnSTARTKEEP_DATE = base.Columns["STARTKEEP_DATE"];
this.columnCANCEL_ID = base.Columns["CANCEL_ID"];
this.columnLOANRCV_DATE = base.Columns["LOANRCV_DATE"];
this.columnINT_CONTINTTYPE = base.Columns["INT_CONTINTTYPE"];
this.columnINT_CONTINTRATE = base.Columns["INT_CONTINTRATE"];
this.columnINT_CONTINTTABCODE = base.Columns["INT_CONTINTTABCODE"];
this.columnINT_CONTINTINCREASE = base.Columns["INT_CONTINTINCREASE"];
this.columnINT_INTSTEPTYPE = base.Columns["INT_INTSTEPTYPE"];
this.columnLOANINS_AMT = base.Columns["LOANINS_AMT"];
this.columnMEMBER_REMARK = base.Columns["MEMBER_REMARK"];
this.columnBANKFEE_AMT = base.Columns["BANKFEE_AMT"];
this.columnBANKSRV_AMT = base.Columns["BANKSRV_AMT"];
this.columnPOSTAGEFEE_AMT = base.Columns["POSTAGEFEE_AMT"];
this.columnEMSFEE_AMT = base.Columns["EMSFEE_AMT"];
this.columnTAX_AMT = base.Columns["TAX_AMT"];
this.columnONLINEFEE_AMT = base.Columns["ONLINEFEE_AMT"];
this.columnPOSTAGESRV_AMT = base.Columns["POSTAGESRV_AMT"];
this.columnPAYTOORDER_DESC = base.Columns["PAYTOORDER_DESC"];
this.columnPERIOD_LASTPAYMENT = base.Columns["PERIOD_LASTPAYMENT"];
this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"];
this.columnAGENCYCLR_AMT = base.Columns["AGENCYCLR_AMT"];
this.columnGUNPRICE_AMT = base.Columns["GUNPRICE_AMT"];
this.columnMANAGE_AMT = base.Columns["MANAGE_AMT"];
this.columnLOANOBJECTIVE_DESC = base.Columns["LOANOBJECTIVE_DESC"];
this.columnSALARYBAL_AMT = base.Columns["SALARYBAL_AMT"];
this.columnCOOP_ID1 = base.Columns["COOP_ID1"];
this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"];
this.columnINTCERTIFICATE_STATUS = base.Columns["INTCERTIFICATE_STATUS"];
this.columnINTENDORSE_AMT = base.Columns["INTENDORSE_AMT"];
this.columnLOANPAYMENT_STATUS = base.Columns["LOANPAYMENT_STATUS"];
this.columnLOANRIGHTTYPE_CODE = base.Columns["LOANRIGHTTYPE_CODE"];
this.columnNETINCOME_AMT = base.Columns["NETINCOME_AMT"];
this.columnRETURN_COOP = base.Columns["RETURN_COOP"];
this.columnRETURN_OTHER = base.Columns["RETURN_OTHER"];
this.columnSALARYBAL_FLAG = base.Columns["SALARYBAL_FLAG"];
this.columnLOANRIGHT_PERCSHARE = base.Columns["LOANRIGHT_PERCSHARE"];
this.columnLOANRIGHT_PERCSALARY = base.Columns["LOANRIGHT_PERCSALARY"];
this.columnCLEAR_AMT = base.Columns["CLEAR_AMT"];
this.columnSHARE_PERIODVALUE = base.Columns["SHARE_PERIODVALUE"];
this.columnSHARE_PAYSTATUS = base.Columns["SHARE_PAYSTATUS"];
this.columnAPVIMMEDIATE_STATUS = base.Columns["APVIMMEDIATE_STATUS"];
this.columnLOANPAY_CODE = base.Columns["LOANPAY_CODE"];
this.columnLOANPAY_BANK = base.Columns["LOANPAY_BANK"];
this.columnLOANPAY_BRANCH = base.Columns["LOANPAY_BRANCH"];
this.columnLOANPAY_ACCID = base.Columns["LOANPAY_ACCID"];
this.columnINTFUTURE_AMT = base.Columns["INTFUTURE_AMT"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnMEMBTYPE_CODE = new global::System.Data.DataColumn("MEMBTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTYPE_CODE);
this.columnBIRTH_DATE = new global::System.Data.DataColumn("BIRTH_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBIRTH_DATE);
this.columnWORK_DATE = new global::System.Data.DataColumn("WORK_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWORK_DATE);
this.columnMEMBER_DATE = new global::System.Data.DataColumn("MEMBER_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_DATE);
this.columnRETRY_DATE = new global::System.Data.DataColumn("RETRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETRY_DATE);
this.columnSALARY_ID = new global::System.Data.DataColumn("SALARY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARY_ID);
this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE);
this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_DESC);
this.columnMEMBTYPE_DESC = new global::System.Data.DataColumn("MEMBTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTYPE_DESC);
this.columnLOANREQUEST_DOCNO = new global::System.Data.DataColumn("LOANREQUEST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANREQUEST_DOCNO);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE_CODE);
this.columnLOANREQUEST_DATE = new global::System.Data.DataColumn("LOANREQUEST_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANREQUEST_DATE);
this.columnLOANREQUEST_TYPE = new global::System.Data.DataColumn("LOANREQUEST_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANREQUEST_TYPE);
this.columnREF_CONTMASTNO = new global::System.Data.DataColumn("REF_CONTMASTNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_CONTMASTNO);
this.columnREF_REGISTERNO = new global::System.Data.DataColumn("REF_REGISTERNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_REGISTERNO);
this.columnLOANCREDIT_AMT = new global::System.Data.DataColumn("LOANCREDIT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCREDIT_AMT);
this.columnLOANGRPCREDIT_AMT = new global::System.Data.DataColumn("LOANGRPCREDIT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANGRPCREDIT_AMT);
this.columnLOANGRPUSE_AMT = new global::System.Data.DataColumn("LOANGRPUSE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANGRPUSE_AMT);
this.columnLOANMAXREQ_AMT = new global::System.Data.DataColumn("LOANMAXREQ_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANMAXREQ_AMT);
this.columnLOANPERMISS_AMT = new global::System.Data.DataColumn("LOANPERMISS_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPERMISS_AMT);
this.columnLOANREQUEST_AMT = new global::System.Data.DataColumn("LOANREQUEST_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANREQUEST_AMT);
this.columnRECEIVEPERIOD_FLAG = new global::System.Data.DataColumn("RECEIVEPERIOD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIVEPERIOD_FLAG);
this.columnCUSTOMPAYMENT_FLAG = new global::System.Data.DataColumn("CUSTOMPAYMENT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCUSTOMPAYMENT_FLAG);
this.columnLOANPAYMENT_TYPE = new global::System.Data.DataColumn("LOANPAYMENT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAYMENT_TYPE);
this.columnMAXPERIOD_PAYAMT = new global::System.Data.DataColumn("MAXPERIOD_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAXPERIOD_PAYAMT);
this.columnMAXSEND_PAYAMT = new global::System.Data.DataColumn("MAXSEND_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAXSEND_PAYAMT);
this.columnPERIOD_PAYAMT = new global::System.Data.DataColumn("PERIOD_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_PAYAMT);
this.columnPERIOD_PAYMENT = new global::System.Data.DataColumn("PERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_PAYMENT);
this.columnCONTRACT_TIME = new global::System.Data.DataColumn("CONTRACT_TIME", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACT_TIME);
this.columnBUYSHARE_FLAG = new global::System.Data.DataColumn("BUYSHARE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBUYSHARE_FLAG);
this.columnBUYSHARE_AMT = new global::System.Data.DataColumn("BUYSHARE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBUYSHARE_AMT);
this.columnCLEARLOAN_FLAG = new global::System.Data.DataColumn("CLEARLOAN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLEARLOAN_FLAG);
this.columnSUM_CLEAR = new global::System.Data.DataColumn("SUM_CLEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUM_CLEAR);
this.columnCONTRACTINT_TYPE = new global::System.Data.DataColumn("CONTRACTINT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACTINT_TYPE);
this.columnCONTRACTINT_TIME = new global::System.Data.DataColumn("CONTRACTINT_TIME", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACTINT_TIME);
this.columnCONTRACT_INTEREST = new global::System.Data.DataColumn("CONTRACT_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACT_INTEREST);
this.columnLOANOBJECTIVE_CODE = new global::System.Data.DataColumn("LOANOBJECTIVE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANOBJECTIVE_CODE);
this.columnSHARESTK_VALUE = new global::System.Data.DataColumn("SHARESTK_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTK_VALUE);
this.columnPERIODSHARE_VALUE = new global::System.Data.DataColumn("PERIODSHARE_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODSHARE_VALUE);
this.columnSHARE_LASTPERIOD = new global::System.Data.DataColumn("SHARE_LASTPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARE_LASTPERIOD);
this.columnSALARY_AMT = new global::System.Data.DataColumn("SALARY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARY_AMT);
this.columnMINSALARY_PERC = new global::System.Data.DataColumn("MINSALARY_PERC", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMINSALARY_PERC);
this.columnMINSALARY_AMT = new global::System.Data.DataColumn("MINSALARY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMINSALARY_AMT);
this.columnPAYMONTH_OTHER = new global::System.Data.DataColumn("PAYMONTH_OTHER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMONTH_OTHER);
this.columnPAYMONTH_COOP = new global::System.Data.DataColumn("PAYMONTH_COOP", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMONTH_COOP);
this.columnLOANREQUEST_STATUS = new global::System.Data.DataColumn("LOANREQUEST_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANREQUEST_STATUS);
this.columnEXPENSE_CODE = new global::System.Data.DataColumn("EXPENSE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_CODE);
this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BANK);
this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BRANCH);
this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_ACCID);
this.columnAPPROVE_DATE = new global::System.Data.DataColumn("APPROVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPROVE_DATE);
this.columnAPPROVE_ID = new global::System.Data.DataColumn("APPROVE_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPROVE_ID);
this.columnLOANAPPROVE_AMT = new global::System.Data.DataColumn("LOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANAPPROVE_AMT);
this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnINTESTIMATE_AMT = new global::System.Data.DataColumn("INTESTIMATE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTESTIMATE_AMT);
this.columnAPVIMMEDIATE_FLAG = new global::System.Data.DataColumn("APVIMMEDIATE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPVIMMEDIATE_FLAG);
this.columnOD_FLAG = new global::System.Data.DataColumn("OD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOD_FLAG);
this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID);
this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_DATE);
this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARK);
this.columnLOANREQREGIS_AMT = new global::System.Data.DataColumn("LOANREQREGIS_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANREQREGIS_AMT);
this.columnPAYMONTH_EXP = new global::System.Data.DataColumn("PAYMONTH_EXP", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMONTH_EXP);
this.columnSHAREPAY_STATUS = new global::System.Data.DataColumn("SHAREPAY_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREPAY_STATUS);
this.columnINCOMEMONTH_OTHER = new global::System.Data.DataColumn("INCOMEMONTH_OTHER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINCOMEMONTH_OTHER);
this.columnINCOMEMONTH_FIXED = new global::System.Data.DataColumn("INCOMEMONTH_FIXED", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINCOMEMONTH_FIXED);
this.columnMINSALARY_INC = new global::System.Data.DataColumn("MINSALARY_INC", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMINSALARY_INC);
this.columnOTHERCLR_FLAG = new global::System.Data.DataColumn("OTHERCLR_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOTHERCLR_FLAG);
this.columnOTHERCLR_AMT = new global::System.Data.DataColumn("OTHERCLR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOTHERCLR_AMT);
this.columnLOANRCVFIX_FLAG = new global::System.Data.DataColumn("LOANRCVFIX_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANRCVFIX_FLAG);
this.columnLOANRCVFIX_DATE = new global::System.Data.DataColumn("LOANRCVFIX_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANRCVFIX_DATE);
this.columnOWNCLEAR_FLAG = new global::System.Data.DataColumn("OWNCLEAR_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOWNCLEAR_FLAG);
this.columnCOMMITTEE_TIME = new global::System.Data.DataColumn("COMMITTEE_TIME", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMMITTEE_TIME);
this.columnCOMMITTEE_GROUP = new global::System.Data.DataColumn("COMMITTEE_GROUP", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMMITTEE_GROUP);
this.columnINSPAYMENT_AMT = new global::System.Data.DataColumn("INSPAYMENT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSPAYMENT_AMT);
this.columnINSTYPE_CODE = new global::System.Data.DataColumn("INSTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSTYPE_CODE);
this.columnSTARTKEEP_DATE = new global::System.Data.DataColumn("STARTKEEP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTARTKEEP_DATE);
this.columnCANCEL_ID = new global::System.Data.DataColumn("CANCEL_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_ID);
this.columnLOANRCV_DATE = new global::System.Data.DataColumn("LOANRCV_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANRCV_DATE);
this.columnINT_CONTINTTYPE = new global::System.Data.DataColumn("INT_CONTINTTYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_CONTINTTYPE);
this.columnINT_CONTINTRATE = new global::System.Data.DataColumn("INT_CONTINTRATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_CONTINTRATE);
this.columnINT_CONTINTTABCODE = new global::System.Data.DataColumn("INT_CONTINTTABCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_CONTINTTABCODE);
this.columnINT_CONTINTINCREASE = new global::System.Data.DataColumn("INT_CONTINTINCREASE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_CONTINTINCREASE);
this.columnINT_INTSTEPTYPE = new global::System.Data.DataColumn("INT_INTSTEPTYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_INTSTEPTYPE);
this.columnLOANINS_AMT = new global::System.Data.DataColumn("LOANINS_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANINS_AMT);
this.columnMEMBER_REMARK = new global::System.Data.DataColumn("MEMBER_REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_REMARK);
this.columnBANKFEE_AMT = new global::System.Data.DataColumn("BANKFEE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANKFEE_AMT);
this.columnBANKSRV_AMT = new global::System.Data.DataColumn("BANKSRV_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANKSRV_AMT);
this.columnPOSTAGEFEE_AMT = new global::System.Data.DataColumn("POSTAGEFEE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTAGEFEE_AMT);
this.columnEMSFEE_AMT = new global::System.Data.DataColumn("EMSFEE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEMSFEE_AMT);
this.columnTAX_AMT = new global::System.Data.DataColumn("TAX_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAX_AMT);
this.columnONLINEFEE_AMT = new global::System.Data.DataColumn("ONLINEFEE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnONLINEFEE_AMT);
this.columnPOSTAGESRV_AMT = new global::System.Data.DataColumn("POSTAGESRV_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTAGESRV_AMT);
this.columnPAYTOORDER_DESC = new global::System.Data.DataColumn("PAYTOORDER_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYTOORDER_DESC);
this.columnPERIOD_LASTPAYMENT = new global::System.Data.DataColumn("PERIOD_LASTPAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_LASTPAYMENT);
this.columnCANCEL_DATE = new global::System.Data.DataColumn("CANCEL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_DATE);
this.columnAGENCYCLR_AMT = new global::System.Data.DataColumn("AGENCYCLR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAGENCYCLR_AMT);
this.columnGUNPRICE_AMT = new global::System.Data.DataColumn("GUNPRICE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGUNPRICE_AMT);
this.columnMANAGE_AMT = new global::System.Data.DataColumn("MANAGE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMANAGE_AMT);
this.columnLOANOBJECTIVE_DESC = new global::System.Data.DataColumn("LOANOBJECTIVE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANOBJECTIVE_DESC);
this.columnSALARYBAL_AMT = new global::System.Data.DataColumn("SALARYBAL_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARYBAL_AMT);
this.columnCOOP_ID1 = new global::System.Data.DataColumn("COOP_ID1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID1);
this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMCOOP_ID);
this.columnINTCERTIFICATE_STATUS = new global::System.Data.DataColumn("INTCERTIFICATE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTCERTIFICATE_STATUS);
this.columnINTENDORSE_AMT = new global::System.Data.DataColumn("INTENDORSE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTENDORSE_AMT);
this.columnLOANPAYMENT_STATUS = new global::System.Data.DataColumn("LOANPAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAYMENT_STATUS);
this.columnLOANRIGHTTYPE_CODE = new global::System.Data.DataColumn("LOANRIGHTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANRIGHTTYPE_CODE);
this.columnNETINCOME_AMT = new global::System.Data.DataColumn("NETINCOME_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNETINCOME_AMT);
this.columnRETURN_COOP = new global::System.Data.DataColumn("RETURN_COOP", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETURN_COOP);
this.columnRETURN_OTHER = new global::System.Data.DataColumn("RETURN_OTHER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETURN_OTHER);
this.columnSALARYBAL_FLAG = new global::System.Data.DataColumn("SALARYBAL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARYBAL_FLAG);
this.columnLOANRIGHT_PERCSHARE = new global::System.Data.DataColumn("LOANRIGHT_PERCSHARE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANRIGHT_PERCSHARE);
this.columnLOANRIGHT_PERCSALARY = new global::System.Data.DataColumn("LOANRIGHT_PERCSALARY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANRIGHT_PERCSALARY);
this.columnCLEAR_AMT = new global::System.Data.DataColumn("CLEAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLEAR_AMT);
this.columnSHARE_PERIODVALUE = new global::System.Data.DataColumn("SHARE_PERIODVALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARE_PERIODVALUE);
this.columnSHARE_PAYSTATUS = new global::System.Data.DataColumn("SHARE_PAYSTATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARE_PAYSTATUS);
this.columnAPVIMMEDIATE_STATUS = new global::System.Data.DataColumn("APVIMMEDIATE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPVIMMEDIATE_STATUS);
this.columnLOANPAY_CODE = new global::System.Data.DataColumn("LOANPAY_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAY_CODE);
this.columnLOANPAY_BANK = new global::System.Data.DataColumn("LOANPAY_BANK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAY_BANK);
this.columnLOANPAY_BRANCH = new global::System.Data.DataColumn("LOANPAY_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAY_BRANCH);
this.columnLOANPAY_ACCID = new global::System.Data.DataColumn("LOANPAY_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAY_ACCID);
this.columnINTFUTURE_AMT = new global::System.Data.DataColumn("INTFUTURE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTFUTURE_AMT);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnLOANREQUEST_DOCNO,
this.columnCOOP_ID1}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnMEMBTYPE_CODE.MaxLength = 2;
this.columnSALARY_ID.MaxLength = 15;
this.columnMEMBGROUP_CODE.MaxLength = 14;
this.columnMEMBGROUP_DESC.MaxLength = 100;
this.columnMEMBTYPE_DESC.MaxLength = 60;
this.columnLOANREQUEST_DOCNO.AllowDBNull = false;
this.columnLOANREQUEST_DOCNO.MaxLength = 10;
this.columnMEMBER_NO.MaxLength = 8;
this.columnLOANTYPE_CODE.MaxLength = 2;
this.columnREF_CONTMASTNO.MaxLength = 15;
this.columnREF_REGISTERNO.MaxLength = 15;
this.columnLOANOBJECTIVE_CODE.MaxLength = 3;
this.columnEXPENSE_CODE.MaxLength = 3;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnAPPROVE_ID.MaxLength = 32;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnENTRY_ID.MaxLength = 32;
this.columnREMARK.MaxLength = 2000;
this.columnINSTYPE_CODE.MaxLength = 2;
this.columnCANCEL_ID.MaxLength = 20;
this.columnINT_CONTINTTABCODE.MaxLength = 5;
this.columnMEMBER_REMARK.MaxLength = 500;
this.columnPAYTOORDER_DESC.MaxLength = 100;
this.columnLOANOBJECTIVE_DESC.MaxLength = 100;
this.columnCOOP_ID1.AllowDBNull = false;
this.columnCOOP_ID1.MaxLength = 6;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnLOANRIGHTTYPE_CODE.MaxLength = 2;
this.columnLOANPAY_CODE.MaxLength = 3;
this.columnLOANPAY_BANK.MaxLength = 3;
this.columnLOANPAY_BRANCH.MaxLength = 4;
this.columnLOANPAY_ACCID.MaxLength = 15;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dsmainRow NewdsmainRow() {
return ((dsmainRow)(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 dsmainRow(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(dsmainRow);
}
[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.dsmainRowChanged != null)) {
this.dsmainRowChanged(this, new dsmainRowChangeEvent(((dsmainRow)(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.dsmainRowChanging != null)) {
this.dsmainRowChanging(this, new dsmainRowChangeEvent(((dsmainRow)(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.dsmainRowDeleted != null)) {
this.dsmainRowDeleted(this, new dsmainRowChangeEvent(((dsmainRow)(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.dsmainRowDeleting != null)) {
this.dsmainRowDeleting(this, new dsmainRowChangeEvent(((dsmainRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemovedsmainRow(dsmainRow 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 = "dsmainDataTable";
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 dsmainRow : global::System.Data.DataRow {
private dsmainDataTable tabledsmain;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal dsmainRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tabledsmain = ((dsmainDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tabledsmain.COOP_IDColumn]));
}
set {
this[this.tabledsmain.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBTYPE_CODE {
get {
try {
return ((string)(this[this.tabledsmain.MEMBTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_CODE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MEMBTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BIRTH_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.BIRTH_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BIRTH_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.BIRTH_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime WORK_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.WORK_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WORK_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.WORK_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MEMBER_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.MEMBER_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MEMBER_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime RETRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.RETRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.RETRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SALARY_ID {
get {
try {
return ((string)(this[this.tabledsmain.SALARY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_ID\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SALARY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE {
get {
try {
return ((string)(this[this.tabledsmain.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_DESC {
get {
try {
return ((string)(this[this.tabledsmain.MEMBGROUP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MEMBGROUP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBTYPE_DESC {
get {
try {
return ((string)(this[this.tabledsmain.MEMBTYPE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_DESC\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MEMBTYPE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANREQUEST_DOCNO {
get {
return ((string)(this[this.tabledsmain.LOANREQUEST_DOCNOColumn]));
}
set {
this[this.tabledsmain.LOANREQUEST_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
try {
return ((string)(this[this.tabledsmain.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE_CODE {
get {
try {
return ((string)(this[this.tabledsmain.LOANTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LOANREQUEST_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.LOANREQUEST_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANREQUEST_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANREQUEST_TYPE {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANREQUEST_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_TYPE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANREQUEST_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_CONTMASTNO {
get {
try {
return ((string)(this[this.tabledsmain.REF_CONTMASTNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_CONTMASTNO\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.REF_CONTMASTNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_REGISTERNO {
get {
try {
return ((string)(this[this.tabledsmain.REF_REGISTERNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_REGISTERNO\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.REF_REGISTERNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANCREDIT_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANCREDIT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCREDIT_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANCREDIT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANGRPCREDIT_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANGRPCREDIT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANGRPCREDIT_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANGRPCREDIT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANGRPUSE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANGRPUSE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANGRPUSE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANGRPUSE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANMAXREQ_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANMAXREQ_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANMAXREQ_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANMAXREQ_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANPERMISS_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANPERMISS_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPERMISS_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANPERMISS_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANREQUEST_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANREQUEST_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANREQUEST_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RECEIVEPERIOD_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.RECEIVEPERIOD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIVEPERIOD_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.RECEIVEPERIOD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CUSTOMPAYMENT_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.CUSTOMPAYMENT_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CUSTOMPAYMENT_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.CUSTOMPAYMENT_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANPAYMENT_TYPE {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANPAYMENT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYMENT_TYPE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANPAYMENT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MAXPERIOD_PAYAMT {
get {
try {
return ((decimal)(this[this.tabledsmain.MAXPERIOD_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAXPERIOD_PAYAMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MAXPERIOD_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MAXSEND_PAYAMT {
get {
try {
return ((decimal)(this[this.tabledsmain.MAXSEND_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAXSEND_PAYAMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MAXSEND_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_PAYAMT {
get {
try {
return ((decimal)(this[this.tabledsmain.PERIOD_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYAMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.PERIOD_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_PAYMENT {
get {
try {
return ((decimal)(this[this.tabledsmain.PERIOD_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.PERIOD_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTRACT_TIME {
get {
try {
return ((decimal)(this[this.tabledsmain.CONTRACT_TIMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_TIME\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.CONTRACT_TIMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BUYSHARE_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.BUYSHARE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BUYSHARE_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.BUYSHARE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BUYSHARE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.BUYSHARE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BUYSHARE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.BUYSHARE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CLEARLOAN_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.CLEARLOAN_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLEARLOAN_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.CLEARLOAN_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SUM_CLEAR {
get {
try {
return ((decimal)(this[this.tabledsmain.SUM_CLEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUM_CLEAR\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SUM_CLEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTRACTINT_TYPE {
get {
try {
return ((decimal)(this[this.tabledsmain.CONTRACTINT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACTINT_TYPE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.CONTRACTINT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTRACTINT_TIME {
get {
try {
return ((decimal)(this[this.tabledsmain.CONTRACTINT_TIMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACTINT_TIME\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.CONTRACTINT_TIMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTRACT_INTEREST {
get {
try {
return ((decimal)(this[this.tabledsmain.CONTRACT_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_INTEREST\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.CONTRACT_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANOBJECTIVE_CODE {
get {
try {
return ((string)(this[this.tabledsmain.LOANOBJECTIVE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANOBJECTIVE_CODE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANOBJECTIVE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTK_VALUE {
get {
try {
return ((decimal)(this[this.tabledsmain.SHARESTK_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_VALUE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SHARESTK_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODSHARE_VALUE {
get {
try {
return ((decimal)(this[this.tabledsmain.PERIODSHARE_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODSHARE_VALUE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.PERIODSHARE_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARE_LASTPERIOD {
get {
try {
return ((decimal)(this[this.tabledsmain.SHARE_LASTPERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARE_LASTPERIOD\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SHARE_LASTPERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SALARY_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.SALARY_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SALARY_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MINSALARY_PERC {
get {
try {
return ((decimal)(this[this.tabledsmain.MINSALARY_PERCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MINSALARY_PERC\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MINSALARY_PERCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MINSALARY_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.MINSALARY_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MINSALARY_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MINSALARY_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYMONTH_OTHER {
get {
try {
return ((decimal)(this[this.tabledsmain.PAYMONTH_OTHERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMONTH_OTHER\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.PAYMONTH_OTHERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYMONTH_COOP {
get {
try {
return ((decimal)(this[this.tabledsmain.PAYMONTH_COOPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMONTH_COOP\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.PAYMONTH_COOPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANREQUEST_STATUS {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANREQUEST_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_STATUS\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANREQUEST_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_CODE {
get {
try {
return ((string)(this[this.tabledsmain.EXPENSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.EXPENSE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BANK {
get {
try {
return ((string)(this[this.tabledsmain.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.EXPENSE_BANKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BRANCH {
get {
try {
return ((string)(this[this.tabledsmain.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.EXPENSE_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_ACCID {
get {
try {
return ((string)(this[this.tabledsmain.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.EXPENSE_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime APPROVE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.APPROVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.APPROVE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPROVE_ID {
get {
try {
return ((string)(this[this.tabledsmain.APPROVE_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_ID\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.APPROVE_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANAPPROVE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANAPPROVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANAPPROVE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
try {
return ((string)(this[this.tabledsmain.LOANCONTRACT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTESTIMATE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.INTESTIMATE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTESTIMATE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INTESTIMATE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal APVIMMEDIATE_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.APVIMMEDIATE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APVIMMEDIATE_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.APVIMMEDIATE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal OD_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.OD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OD_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.OD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID {
get {
try {
return ((string)(this[this.tabledsmain.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.ENTRY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime ENTRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.ENTRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REMARK {
get {
try {
return ((string)(this[this.tabledsmain.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANREQREGIS_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANREQREGIS_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQREGIS_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANREQREGIS_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYMONTH_EXP {
get {
try {
return ((decimal)(this[this.tabledsmain.PAYMONTH_EXPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMONTH_EXP\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.PAYMONTH_EXPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREPAY_STATUS {
get {
try {
return ((decimal)(this[this.tabledsmain.SHAREPAY_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREPAY_STATUS\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SHAREPAY_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INCOMEMONTH_OTHER {
get {
try {
return ((decimal)(this[this.tabledsmain.INCOMEMONTH_OTHERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INCOMEMONTH_OTHER\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INCOMEMONTH_OTHERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INCOMEMONTH_FIXED {
get {
try {
return ((decimal)(this[this.tabledsmain.INCOMEMONTH_FIXEDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INCOMEMONTH_FIXED\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INCOMEMONTH_FIXEDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MINSALARY_INC {
get {
try {
return ((decimal)(this[this.tabledsmain.MINSALARY_INCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MINSALARY_INC\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MINSALARY_INCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal OTHERCLR_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.OTHERCLR_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OTHERCLR_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.OTHERCLR_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal OTHERCLR_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.OTHERCLR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OTHERCLR_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.OTHERCLR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANRCVFIX_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANRCVFIX_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANRCVFIX_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANRCVFIX_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LOANRCVFIX_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.LOANRCVFIX_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANRCVFIX_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANRCVFIX_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal OWNCLEAR_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.OWNCLEAR_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OWNCLEAR_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.OWNCLEAR_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMMITTEE_TIME {
get {
try {
return ((decimal)(this[this.tabledsmain.COMMITTEE_TIMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMMITTEE_TIME\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.COMMITTEE_TIMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMMITTEE_GROUP {
get {
try {
return ((decimal)(this[this.tabledsmain.COMMITTEE_GROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMMITTEE_GROUP\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.COMMITTEE_GROUPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSPAYMENT_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.INSPAYMENT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSPAYMENT_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INSPAYMENT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INSTYPE_CODE {
get {
try {
return ((string)(this[this.tabledsmain.INSTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSTYPE_CODE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INSTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime STARTKEEP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.STARTKEEP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STARTKEEP_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.STARTKEEP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCEL_ID {
get {
try {
return ((string)(this[this.tabledsmain.CANCEL_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.CANCEL_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LOANRCV_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.LOANRCV_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANRCV_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANRCV_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_CONTINTTYPE {
get {
try {
return ((decimal)(this[this.tabledsmain.INT_CONTINTTYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTYPE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INT_CONTINTTYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_CONTINTRATE {
get {
try {
return ((decimal)(this[this.tabledsmain.INT_CONTINTRATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTRATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INT_CONTINTRATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INT_CONTINTTABCODE {
get {
try {
return ((string)(this[this.tabledsmain.INT_CONTINTTABCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTABCODE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INT_CONTINTTABCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_CONTINTINCREASE {
get {
try {
return ((decimal)(this[this.tabledsmain.INT_CONTINTINCREASEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTINCREASE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INT_CONTINTINCREASEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_INTSTEPTYPE {
get {
try {
return ((decimal)(this[this.tabledsmain.INT_INTSTEPTYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_INTSTEPTYPE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INT_INTSTEPTYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANINS_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANINS_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANINS_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANINS_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_REMARK {
get {
try {
return ((string)(this[this.tabledsmain.MEMBER_REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_REMARK\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MEMBER_REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BANKFEE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.BANKFEE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKFEE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.BANKFEE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BANKSRV_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.BANKSRV_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKSRV_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.BANKSRV_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal POSTAGEFEE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.POSTAGEFEE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTAGEFEE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.POSTAGEFEE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal EMSFEE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.EMSFEE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EMSFEE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.EMSFEE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TAX_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.TAX_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAX_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.TAX_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ONLINEFEE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.ONLINEFEE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ONLINEFEE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.ONLINEFEE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal POSTAGESRV_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.POSTAGESRV_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTAGESRV_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.POSTAGESRV_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYTOORDER_DESC {
get {
try {
return ((string)(this[this.tabledsmain.PAYTOORDER_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYTOORDER_DESC\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.PAYTOORDER_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_LASTPAYMENT {
get {
try {
return ((decimal)(this[this.tabledsmain.PERIOD_LASTPAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_LASTPAYMENT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.PERIOD_LASTPAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CANCEL_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tabledsmain.CANCEL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.CANCEL_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal AGENCYCLR_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.AGENCYCLR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AGENCYCLR_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.AGENCYCLR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GUNPRICE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.GUNPRICE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GUNPRICE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.GUNPRICE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MANAGE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.MANAGE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MANAGE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MANAGE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANOBJECTIVE_DESC {
get {
try {
return ((string)(this[this.tabledsmain.LOANOBJECTIVE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANOBJECTIVE_DESC\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANOBJECTIVE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SALARYBAL_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.SALARYBAL_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARYBAL_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SALARYBAL_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID1 {
get {
return ((string)(this[this.tabledsmain.COOP_ID1Column]));
}
set {
this[this.tabledsmain.COOP_ID1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMCOOP_ID {
get {
try {
return ((string)(this[this.tabledsmain.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.MEMCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTCERTIFICATE_STATUS {
get {
try {
return ((decimal)(this[this.tabledsmain.INTCERTIFICATE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTCERTIFICATE_STATUS\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INTCERTIFICATE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTENDORSE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.INTENDORSE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTENDORSE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INTENDORSE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANPAYMENT_STATUS {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANPAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYMENT_STATUS\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANPAYMENT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANRIGHTTYPE_CODE {
get {
try {
return ((string)(this[this.tabledsmain.LOANRIGHTTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANRIGHTTYPE_CODE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANRIGHTTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal NETINCOME_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.NETINCOME_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NETINCOME_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.NETINCOME_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RETURN_COOP {
get {
try {
return ((decimal)(this[this.tabledsmain.RETURN_COOPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETURN_COOP\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.RETURN_COOPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RETURN_OTHER {
get {
try {
return ((decimal)(this[this.tabledsmain.RETURN_OTHERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETURN_OTHER\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.RETURN_OTHERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SALARYBAL_FLAG {
get {
try {
return ((decimal)(this[this.tabledsmain.SALARYBAL_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARYBAL_FLAG\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SALARYBAL_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANRIGHT_PERCSHARE {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANRIGHT_PERCSHAREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANRIGHT_PERCSHARE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANRIGHT_PERCSHAREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANRIGHT_PERCSALARY {
get {
try {
return ((decimal)(this[this.tabledsmain.LOANRIGHT_PERCSALARYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANRIGHT_PERCSALARY\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANRIGHT_PERCSALARYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CLEAR_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.CLEAR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLEAR_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.CLEAR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARE_PERIODVALUE {
get {
try {
return ((decimal)(this[this.tabledsmain.SHARE_PERIODVALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARE_PERIODVALUE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SHARE_PERIODVALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARE_PAYSTATUS {
get {
try {
return ((decimal)(this[this.tabledsmain.SHARE_PAYSTATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARE_PAYSTATUS\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.SHARE_PAYSTATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal APVIMMEDIATE_STATUS {
get {
try {
return ((decimal)(this[this.tabledsmain.APVIMMEDIATE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APVIMMEDIATE_STATUS\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.APVIMMEDIATE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANPAY_CODE {
get {
try {
return ((string)(this[this.tabledsmain.LOANPAY_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_CODE\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANPAY_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANPAY_BANK {
get {
try {
return ((string)(this[this.tabledsmain.LOANPAY_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_BANK\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANPAY_BANKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANPAY_BRANCH {
get {
try {
return ((string)(this[this.tabledsmain.LOANPAY_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_BRANCH\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANPAY_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANPAY_ACCID {
get {
try {
return ((string)(this[this.tabledsmain.LOANPAY_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_ACCID\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.LOANPAY_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTFUTURE_AMT {
get {
try {
return ((decimal)(this[this.tabledsmain.INTFUTURE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTFUTURE_AMT\' in table \'dsmain\' is DBNull.", e);
}
}
set {
this[this.tabledsmain.INTFUTURE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBTYPE_CODENull() {
return this.IsNull(this.tabledsmain.MEMBTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBTYPE_CODENull() {
this[this.tabledsmain.MEMBTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBIRTH_DATENull() {
return this.IsNull(this.tabledsmain.BIRTH_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBIRTH_DATENull() {
this[this.tabledsmain.BIRTH_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWORK_DATENull() {
return this.IsNull(this.tabledsmain.WORK_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWORK_DATENull() {
this[this.tabledsmain.WORK_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_DATENull() {
return this.IsNull(this.tabledsmain.MEMBER_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_DATENull() {
this[this.tabledsmain.MEMBER_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRETRY_DATENull() {
return this.IsNull(this.tabledsmain.RETRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETRY_DATENull() {
this[this.tabledsmain.RETRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALARY_IDNull() {
return this.IsNull(this.tabledsmain.SALARY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARY_IDNull() {
this[this.tabledsmain.SALARY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODENull() {
return this.IsNull(this.tabledsmain.MEMBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_CODENull() {
this[this.tabledsmain.MEMBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_DESCNull() {
return this.IsNull(this.tabledsmain.MEMBGROUP_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_DESCNull() {
this[this.tabledsmain.MEMBGROUP_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBTYPE_DESCNull() {
return this.IsNull(this.tabledsmain.MEMBTYPE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBTYPE_DESCNull() {
this[this.tabledsmain.MEMBTYPE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_NONull() {
return this.IsNull(this.tabledsmain.MEMBER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_NONull() {
this[this.tabledsmain.MEMBER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANTYPE_CODENull() {
return this.IsNull(this.tabledsmain.LOANTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPE_CODENull() {
this[this.tabledsmain.LOANTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANREQUEST_DATENull() {
return this.IsNull(this.tabledsmain.LOANREQUEST_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQUEST_DATENull() {
this[this.tabledsmain.LOANREQUEST_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANREQUEST_TYPENull() {
return this.IsNull(this.tabledsmain.LOANREQUEST_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQUEST_TYPENull() {
this[this.tabledsmain.LOANREQUEST_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_CONTMASTNONull() {
return this.IsNull(this.tabledsmain.REF_CONTMASTNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_CONTMASTNONull() {
this[this.tabledsmain.REF_CONTMASTNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_REGISTERNONull() {
return this.IsNull(this.tabledsmain.REF_REGISTERNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_REGISTERNONull() {
this[this.tabledsmain.REF_REGISTERNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCREDIT_AMTNull() {
return this.IsNull(this.tabledsmain.LOANCREDIT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANCREDIT_AMTNull() {
this[this.tabledsmain.LOANCREDIT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANGRPCREDIT_AMTNull() {
return this.IsNull(this.tabledsmain.LOANGRPCREDIT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANGRPCREDIT_AMTNull() {
this[this.tabledsmain.LOANGRPCREDIT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANGRPUSE_AMTNull() {
return this.IsNull(this.tabledsmain.LOANGRPUSE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANGRPUSE_AMTNull() {
this[this.tabledsmain.LOANGRPUSE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANMAXREQ_AMTNull() {
return this.IsNull(this.tabledsmain.LOANMAXREQ_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANMAXREQ_AMTNull() {
this[this.tabledsmain.LOANMAXREQ_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPERMISS_AMTNull() {
return this.IsNull(this.tabledsmain.LOANPERMISS_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPERMISS_AMTNull() {
this[this.tabledsmain.LOANPERMISS_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANREQUEST_AMTNull() {
return this.IsNull(this.tabledsmain.LOANREQUEST_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQUEST_AMTNull() {
this[this.tabledsmain.LOANREQUEST_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIVEPERIOD_FLAGNull() {
return this.IsNull(this.tabledsmain.RECEIVEPERIOD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIVEPERIOD_FLAGNull() {
this[this.tabledsmain.RECEIVEPERIOD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCUSTOMPAYMENT_FLAGNull() {
return this.IsNull(this.tabledsmain.CUSTOMPAYMENT_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCUSTOMPAYMENT_FLAGNull() {
this[this.tabledsmain.CUSTOMPAYMENT_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAYMENT_TYPENull() {
return this.IsNull(this.tabledsmain.LOANPAYMENT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAYMENT_TYPENull() {
this[this.tabledsmain.LOANPAYMENT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAXPERIOD_PAYAMTNull() {
return this.IsNull(this.tabledsmain.MAXPERIOD_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAXPERIOD_PAYAMTNull() {
this[this.tabledsmain.MAXPERIOD_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAXSEND_PAYAMTNull() {
return this.IsNull(this.tabledsmain.MAXSEND_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAXSEND_PAYAMTNull() {
this[this.tabledsmain.MAXSEND_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_PAYAMTNull() {
return this.IsNull(this.tabledsmain.PERIOD_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_PAYAMTNull() {
this[this.tabledsmain.PERIOD_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_PAYMENTNull() {
return this.IsNull(this.tabledsmain.PERIOD_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_PAYMENTNull() {
this[this.tabledsmain.PERIOD_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACT_TIMENull() {
return this.IsNull(this.tabledsmain.CONTRACT_TIMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACT_TIMENull() {
this[this.tabledsmain.CONTRACT_TIMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBUYSHARE_FLAGNull() {
return this.IsNull(this.tabledsmain.BUYSHARE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBUYSHARE_FLAGNull() {
this[this.tabledsmain.BUYSHARE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBUYSHARE_AMTNull() {
return this.IsNull(this.tabledsmain.BUYSHARE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBUYSHARE_AMTNull() {
this[this.tabledsmain.BUYSHARE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLEARLOAN_FLAGNull() {
return this.IsNull(this.tabledsmain.CLEARLOAN_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLEARLOAN_FLAGNull() {
this[this.tabledsmain.CLEARLOAN_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUM_CLEARNull() {
return this.IsNull(this.tabledsmain.SUM_CLEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUM_CLEARNull() {
this[this.tabledsmain.SUM_CLEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACTINT_TYPENull() {
return this.IsNull(this.tabledsmain.CONTRACTINT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACTINT_TYPENull() {
this[this.tabledsmain.CONTRACTINT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACTINT_TIMENull() {
return this.IsNull(this.tabledsmain.CONTRACTINT_TIMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACTINT_TIMENull() {
this[this.tabledsmain.CONTRACTINT_TIMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACT_INTERESTNull() {
return this.IsNull(this.tabledsmain.CONTRACT_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACT_INTERESTNull() {
this[this.tabledsmain.CONTRACT_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANOBJECTIVE_CODENull() {
return this.IsNull(this.tabledsmain.LOANOBJECTIVE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANOBJECTIVE_CODENull() {
this[this.tabledsmain.LOANOBJECTIVE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTK_VALUENull() {
return this.IsNull(this.tabledsmain.SHARESTK_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTK_VALUENull() {
this[this.tabledsmain.SHARESTK_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODSHARE_VALUENull() {
return this.IsNull(this.tabledsmain.PERIODSHARE_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODSHARE_VALUENull() {
this[this.tabledsmain.PERIODSHARE_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARE_LASTPERIODNull() {
return this.IsNull(this.tabledsmain.SHARE_LASTPERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARE_LASTPERIODNull() {
this[this.tabledsmain.SHARE_LASTPERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALARY_AMTNull() {
return this.IsNull(this.tabledsmain.SALARY_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARY_AMTNull() {
this[this.tabledsmain.SALARY_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMINSALARY_PERCNull() {
return this.IsNull(this.tabledsmain.MINSALARY_PERCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMINSALARY_PERCNull() {
this[this.tabledsmain.MINSALARY_PERCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMINSALARY_AMTNull() {
return this.IsNull(this.tabledsmain.MINSALARY_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMINSALARY_AMTNull() {
this[this.tabledsmain.MINSALARY_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMONTH_OTHERNull() {
return this.IsNull(this.tabledsmain.PAYMONTH_OTHERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMONTH_OTHERNull() {
this[this.tabledsmain.PAYMONTH_OTHERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMONTH_COOPNull() {
return this.IsNull(this.tabledsmain.PAYMONTH_COOPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMONTH_COOPNull() {
this[this.tabledsmain.PAYMONTH_COOPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANREQUEST_STATUSNull() {
return this.IsNull(this.tabledsmain.LOANREQUEST_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQUEST_STATUSNull() {
this[this.tabledsmain.LOANREQUEST_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_CODENull() {
return this.IsNull(this.tabledsmain.EXPENSE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_CODENull() {
this[this.tabledsmain.EXPENSE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BANKNull() {
return this.IsNull(this.tabledsmain.EXPENSE_BANKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BANKNull() {
this[this.tabledsmain.EXPENSE_BANKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BRANCHNull() {
return this.IsNull(this.tabledsmain.EXPENSE_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BRANCHNull() {
this[this.tabledsmain.EXPENSE_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_ACCIDNull() {
return this.IsNull(this.tabledsmain.EXPENSE_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_ACCIDNull() {
this[this.tabledsmain.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPROVE_DATENull() {
return this.IsNull(this.tabledsmain.APPROVE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPROVE_DATENull() {
this[this.tabledsmain.APPROVE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPROVE_IDNull() {
return this.IsNull(this.tabledsmain.APPROVE_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPROVE_IDNull() {
this[this.tabledsmain.APPROVE_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANAPPROVE_AMTNull() {
return this.IsNull(this.tabledsmain.LOANAPPROVE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANAPPROVE_AMTNull() {
this[this.tabledsmain.LOANAPPROVE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCONTRACT_NONull() {
return this.IsNull(this.tabledsmain.LOANCONTRACT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANCONTRACT_NONull() {
this[this.tabledsmain.LOANCONTRACT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTESTIMATE_AMTNull() {
return this.IsNull(this.tabledsmain.INTESTIMATE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTESTIMATE_AMTNull() {
this[this.tabledsmain.INTESTIMATE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPVIMMEDIATE_FLAGNull() {
return this.IsNull(this.tabledsmain.APVIMMEDIATE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPVIMMEDIATE_FLAGNull() {
this[this.tabledsmain.APVIMMEDIATE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOD_FLAGNull() {
return this.IsNull(this.tabledsmain.OD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOD_FLAGNull() {
this[this.tabledsmain.OD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tabledsmain.ENTRY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_IDNull() {
this[this.tabledsmain.ENTRY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_DATENull() {
return this.IsNull(this.tabledsmain.ENTRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_DATENull() {
this[this.tabledsmain.ENTRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREMARKNull() {
return this.IsNull(this.tabledsmain.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tabledsmain.REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANREQREGIS_AMTNull() {
return this.IsNull(this.tabledsmain.LOANREQREGIS_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQREGIS_AMTNull() {
this[this.tabledsmain.LOANREQREGIS_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMONTH_EXPNull() {
return this.IsNull(this.tabledsmain.PAYMONTH_EXPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMONTH_EXPNull() {
this[this.tabledsmain.PAYMONTH_EXPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREPAY_STATUSNull() {
return this.IsNull(this.tabledsmain.SHAREPAY_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREPAY_STATUSNull() {
this[this.tabledsmain.SHAREPAY_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINCOMEMONTH_OTHERNull() {
return this.IsNull(this.tabledsmain.INCOMEMONTH_OTHERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINCOMEMONTH_OTHERNull() {
this[this.tabledsmain.INCOMEMONTH_OTHERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINCOMEMONTH_FIXEDNull() {
return this.IsNull(this.tabledsmain.INCOMEMONTH_FIXEDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINCOMEMONTH_FIXEDNull() {
this[this.tabledsmain.INCOMEMONTH_FIXEDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMINSALARY_INCNull() {
return this.IsNull(this.tabledsmain.MINSALARY_INCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMINSALARY_INCNull() {
this[this.tabledsmain.MINSALARY_INCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOTHERCLR_FLAGNull() {
return this.IsNull(this.tabledsmain.OTHERCLR_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOTHERCLR_FLAGNull() {
this[this.tabledsmain.OTHERCLR_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOTHERCLR_AMTNull() {
return this.IsNull(this.tabledsmain.OTHERCLR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOTHERCLR_AMTNull() {
this[this.tabledsmain.OTHERCLR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANRCVFIX_FLAGNull() {
return this.IsNull(this.tabledsmain.LOANRCVFIX_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANRCVFIX_FLAGNull() {
this[this.tabledsmain.LOANRCVFIX_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANRCVFIX_DATENull() {
return this.IsNull(this.tabledsmain.LOANRCVFIX_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANRCVFIX_DATENull() {
this[this.tabledsmain.LOANRCVFIX_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOWNCLEAR_FLAGNull() {
return this.IsNull(this.tabledsmain.OWNCLEAR_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOWNCLEAR_FLAGNull() {
this[this.tabledsmain.OWNCLEAR_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMMITTEE_TIMENull() {
return this.IsNull(this.tabledsmain.COMMITTEE_TIMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMMITTEE_TIMENull() {
this[this.tabledsmain.COMMITTEE_TIMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMMITTEE_GROUPNull() {
return this.IsNull(this.tabledsmain.COMMITTEE_GROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMMITTEE_GROUPNull() {
this[this.tabledsmain.COMMITTEE_GROUPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSPAYMENT_AMTNull() {
return this.IsNull(this.tabledsmain.INSPAYMENT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSPAYMENT_AMTNull() {
this[this.tabledsmain.INSPAYMENT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSTYPE_CODENull() {
return this.IsNull(this.tabledsmain.INSTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSTYPE_CODENull() {
this[this.tabledsmain.INSTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTARTKEEP_DATENull() {
return this.IsNull(this.tabledsmain.STARTKEEP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTARTKEEP_DATENull() {
this[this.tabledsmain.STARTKEEP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_IDNull() {
return this.IsNull(this.tabledsmain.CANCEL_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_IDNull() {
this[this.tabledsmain.CANCEL_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANRCV_DATENull() {
return this.IsNull(this.tabledsmain.LOANRCV_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANRCV_DATENull() {
this[this.tabledsmain.LOANRCV_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_CONTINTTYPENull() {
return this.IsNull(this.tabledsmain.INT_CONTINTTYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_CONTINTTYPENull() {
this[this.tabledsmain.INT_CONTINTTYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_CONTINTRATENull() {
return this.IsNull(this.tabledsmain.INT_CONTINTRATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_CONTINTRATENull() {
this[this.tabledsmain.INT_CONTINTRATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_CONTINTTABCODENull() {
return this.IsNull(this.tabledsmain.INT_CONTINTTABCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_CONTINTTABCODENull() {
this[this.tabledsmain.INT_CONTINTTABCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_CONTINTINCREASENull() {
return this.IsNull(this.tabledsmain.INT_CONTINTINCREASEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_CONTINTINCREASENull() {
this[this.tabledsmain.INT_CONTINTINCREASEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_INTSTEPTYPENull() {
return this.IsNull(this.tabledsmain.INT_INTSTEPTYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_INTSTEPTYPENull() {
this[this.tabledsmain.INT_INTSTEPTYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANINS_AMTNull() {
return this.IsNull(this.tabledsmain.LOANINS_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANINS_AMTNull() {
this[this.tabledsmain.LOANINS_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_REMARKNull() {
return this.IsNull(this.tabledsmain.MEMBER_REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_REMARKNull() {
this[this.tabledsmain.MEMBER_REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANKFEE_AMTNull() {
return this.IsNull(this.tabledsmain.BANKFEE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANKFEE_AMTNull() {
this[this.tabledsmain.BANKFEE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANKSRV_AMTNull() {
return this.IsNull(this.tabledsmain.BANKSRV_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANKSRV_AMTNull() {
this[this.tabledsmain.BANKSRV_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSTAGEFEE_AMTNull() {
return this.IsNull(this.tabledsmain.POSTAGEFEE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSTAGEFEE_AMTNull() {
this[this.tabledsmain.POSTAGEFEE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEMSFEE_AMTNull() {
return this.IsNull(this.tabledsmain.EMSFEE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEMSFEE_AMTNull() {
this[this.tabledsmain.EMSFEE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAX_AMTNull() {
return this.IsNull(this.tabledsmain.TAX_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAX_AMTNull() {
this[this.tabledsmain.TAX_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsONLINEFEE_AMTNull() {
return this.IsNull(this.tabledsmain.ONLINEFEE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetONLINEFEE_AMTNull() {
this[this.tabledsmain.ONLINEFEE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSTAGESRV_AMTNull() {
return this.IsNull(this.tabledsmain.POSTAGESRV_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSTAGESRV_AMTNull() {
this[this.tabledsmain.POSTAGESRV_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYTOORDER_DESCNull() {
return this.IsNull(this.tabledsmain.PAYTOORDER_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYTOORDER_DESCNull() {
this[this.tabledsmain.PAYTOORDER_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_LASTPAYMENTNull() {
return this.IsNull(this.tabledsmain.PERIOD_LASTPAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_LASTPAYMENTNull() {
this[this.tabledsmain.PERIOD_LASTPAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_DATENull() {
return this.IsNull(this.tabledsmain.CANCEL_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_DATENull() {
this[this.tabledsmain.CANCEL_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAGENCYCLR_AMTNull() {
return this.IsNull(this.tabledsmain.AGENCYCLR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAGENCYCLR_AMTNull() {
this[this.tabledsmain.AGENCYCLR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGUNPRICE_AMTNull() {
return this.IsNull(this.tabledsmain.GUNPRICE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGUNPRICE_AMTNull() {
this[this.tabledsmain.GUNPRICE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMANAGE_AMTNull() {
return this.IsNull(this.tabledsmain.MANAGE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMANAGE_AMTNull() {
this[this.tabledsmain.MANAGE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANOBJECTIVE_DESCNull() {
return this.IsNull(this.tabledsmain.LOANOBJECTIVE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANOBJECTIVE_DESCNull() {
this[this.tabledsmain.LOANOBJECTIVE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALARYBAL_AMTNull() {
return this.IsNull(this.tabledsmain.SALARYBAL_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARYBAL_AMTNull() {
this[this.tabledsmain.SALARYBAL_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMCOOP_IDNull() {
return this.IsNull(this.tabledsmain.MEMCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMCOOP_IDNull() {
this[this.tabledsmain.MEMCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTCERTIFICATE_STATUSNull() {
return this.IsNull(this.tabledsmain.INTCERTIFICATE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTCERTIFICATE_STATUSNull() {
this[this.tabledsmain.INTCERTIFICATE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTENDORSE_AMTNull() {
return this.IsNull(this.tabledsmain.INTENDORSE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTENDORSE_AMTNull() {
this[this.tabledsmain.INTENDORSE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAYMENT_STATUSNull() {
return this.IsNull(this.tabledsmain.LOANPAYMENT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAYMENT_STATUSNull() {
this[this.tabledsmain.LOANPAYMENT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANRIGHTTYPE_CODENull() {
return this.IsNull(this.tabledsmain.LOANRIGHTTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANRIGHTTYPE_CODENull() {
this[this.tabledsmain.LOANRIGHTTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNETINCOME_AMTNull() {
return this.IsNull(this.tabledsmain.NETINCOME_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNETINCOME_AMTNull() {
this[this.tabledsmain.NETINCOME_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRETURN_COOPNull() {
return this.IsNull(this.tabledsmain.RETURN_COOPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETURN_COOPNull() {
this[this.tabledsmain.RETURN_COOPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRETURN_OTHERNull() {
return this.IsNull(this.tabledsmain.RETURN_OTHERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETURN_OTHERNull() {
this[this.tabledsmain.RETURN_OTHERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALARYBAL_FLAGNull() {
return this.IsNull(this.tabledsmain.SALARYBAL_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARYBAL_FLAGNull() {
this[this.tabledsmain.SALARYBAL_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANRIGHT_PERCSHARENull() {
return this.IsNull(this.tabledsmain.LOANRIGHT_PERCSHAREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANRIGHT_PERCSHARENull() {
this[this.tabledsmain.LOANRIGHT_PERCSHAREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANRIGHT_PERCSALARYNull() {
return this.IsNull(this.tabledsmain.LOANRIGHT_PERCSALARYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANRIGHT_PERCSALARYNull() {
this[this.tabledsmain.LOANRIGHT_PERCSALARYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLEAR_AMTNull() {
return this.IsNull(this.tabledsmain.CLEAR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLEAR_AMTNull() {
this[this.tabledsmain.CLEAR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARE_PERIODVALUENull() {
return this.IsNull(this.tabledsmain.SHARE_PERIODVALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARE_PERIODVALUENull() {
this[this.tabledsmain.SHARE_PERIODVALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARE_PAYSTATUSNull() {
return this.IsNull(this.tabledsmain.SHARE_PAYSTATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARE_PAYSTATUSNull() {
this[this.tabledsmain.SHARE_PAYSTATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPVIMMEDIATE_STATUSNull() {
return this.IsNull(this.tabledsmain.APVIMMEDIATE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPVIMMEDIATE_STATUSNull() {
this[this.tabledsmain.APVIMMEDIATE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAY_CODENull() {
return this.IsNull(this.tabledsmain.LOANPAY_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAY_CODENull() {
this[this.tabledsmain.LOANPAY_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAY_BANKNull() {
return this.IsNull(this.tabledsmain.LOANPAY_BANKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAY_BANKNull() {
this[this.tabledsmain.LOANPAY_BANKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAY_BRANCHNull() {
return this.IsNull(this.tabledsmain.LOANPAY_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAY_BRANCHNull() {
this[this.tabledsmain.LOANPAY_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAY_ACCIDNull() {
return this.IsNull(this.tabledsmain.LOANPAY_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAY_ACCIDNull() {
this[this.tabledsmain.LOANPAY_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTFUTURE_AMTNull() {
return this.IsNull(this.tabledsmain.INTFUTURE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTFUTURE_AMTNull() {
this[this.tabledsmain.INTFUTURE_AMTColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class dsmainRowChangeEvent : global::System.EventArgs {
private dsmainRow 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 dsmainRowChangeEvent(dsmainRow 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 dsmainRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Saving.Applications.shrlon.ws_sl_loan_requestment_baac_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 dsmainTableAdapter : 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 dsmainTableAdapter() {
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 = "dsmain";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("MEMBTYPE_CODE", "MEMBTYPE_CODE");
tableMapping.ColumnMappings.Add("BIRTH_DATE", "BIRTH_DATE");
tableMapping.ColumnMappings.Add("WORK_DATE", "WORK_DATE");
tableMapping.ColumnMappings.Add("MEMBER_DATE", "MEMBER_DATE");
tableMapping.ColumnMappings.Add("RETRY_DATE", "RETRY_DATE");
tableMapping.ColumnMappings.Add("SALARY_ID", "SALARY_ID");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("MEMBGROUP_DESC", "MEMBGROUP_DESC");
tableMapping.ColumnMappings.Add("MEMBTYPE_DESC", "MEMBTYPE_DESC");
tableMapping.ColumnMappings.Add("LOANREQUEST_DOCNO", "LOANREQUEST_DOCNO");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("LOANTYPE_CODE", "LOANTYPE_CODE");
tableMapping.ColumnMappings.Add("LOANREQUEST_DATE", "LOANREQUEST_DATE");
tableMapping.ColumnMappings.Add("LOANREQUEST_TYPE", "LOANREQUEST_TYPE");
tableMapping.ColumnMappings.Add("REF_CONTMASTNO", "REF_CONTMASTNO");
tableMapping.ColumnMappings.Add("REF_REGISTERNO", "REF_REGISTERNO");
tableMapping.ColumnMappings.Add("LOANCREDIT_AMT", "LOANCREDIT_AMT");
tableMapping.ColumnMappings.Add("LOANGRPCREDIT_AMT", "LOANGRPCREDIT_AMT");
tableMapping.ColumnMappings.Add("LOANGRPUSE_AMT", "LOANGRPUSE_AMT");
tableMapping.ColumnMappings.Add("LOANMAXREQ_AMT", "LOANMAXREQ_AMT");
tableMapping.ColumnMappings.Add("LOANPERMISS_AMT", "LOANPERMISS_AMT");
tableMapping.ColumnMappings.Add("LOANREQUEST_AMT", "LOANREQUEST_AMT");
tableMapping.ColumnMappings.Add("RECEIVEPERIOD_FLAG", "RECEIVEPERIOD_FLAG");
tableMapping.ColumnMappings.Add("CUSTOMPAYMENT_FLAG", "CUSTOMPAYMENT_FLAG");
tableMapping.ColumnMappings.Add("LOANPAYMENT_TYPE", "LOANPAYMENT_TYPE");
tableMapping.ColumnMappings.Add("MAXPERIOD_PAYAMT", "MAXPERIOD_PAYAMT");
tableMapping.ColumnMappings.Add("MAXSEND_PAYAMT", "MAXSEND_PAYAMT");
tableMapping.ColumnMappings.Add("PERIOD_PAYAMT", "PERIOD_PAYAMT");
tableMapping.ColumnMappings.Add("PERIOD_PAYMENT", "PERIOD_PAYMENT");
tableMapping.ColumnMappings.Add("CONTRACT_TIME", "CONTRACT_TIME");
tableMapping.ColumnMappings.Add("BUYSHARE_FLAG", "BUYSHARE_FLAG");
tableMapping.ColumnMappings.Add("BUYSHARE_AMT", "BUYSHARE_AMT");
tableMapping.ColumnMappings.Add("CLEARLOAN_FLAG", "CLEARLOAN_FLAG");
tableMapping.ColumnMappings.Add("SUM_CLEAR", "SUM_CLEAR");
tableMapping.ColumnMappings.Add("CONTRACTINT_TYPE", "CONTRACTINT_TYPE");
tableMapping.ColumnMappings.Add("CONTRACTINT_TIME", "CONTRACTINT_TIME");
tableMapping.ColumnMappings.Add("CONTRACT_INTEREST", "CONTRACT_INTEREST");
tableMapping.ColumnMappings.Add("LOANOBJECTIVE_CODE", "LOANOBJECTIVE_CODE");
tableMapping.ColumnMappings.Add("SHARESTK_VALUE", "SHARESTK_VALUE");
tableMapping.ColumnMappings.Add("PERIODSHARE_VALUE", "PERIODSHARE_VALUE");
tableMapping.ColumnMappings.Add("SHARE_LASTPERIOD", "SHARE_LASTPERIOD");
tableMapping.ColumnMappings.Add("SALARY_AMT", "SALARY_AMT");
tableMapping.ColumnMappings.Add("MINSALARY_PERC", "MINSALARY_PERC");
tableMapping.ColumnMappings.Add("MINSALARY_AMT", "MINSALARY_AMT");
tableMapping.ColumnMappings.Add("PAYMONTH_OTHER", "PAYMONTH_OTHER");
tableMapping.ColumnMappings.Add("PAYMONTH_COOP", "PAYMONTH_COOP");
tableMapping.ColumnMappings.Add("LOANREQUEST_STATUS", "LOANREQUEST_STATUS");
tableMapping.ColumnMappings.Add("EXPENSE_CODE", "EXPENSE_CODE");
tableMapping.ColumnMappings.Add("EXPENSE_BANK", "EXPENSE_BANK");
tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH");
tableMapping.ColumnMappings.Add("EXPENSE_ACCID", "EXPENSE_ACCID");
tableMapping.ColumnMappings.Add("APPROVE_DATE", "APPROVE_DATE");
tableMapping.ColumnMappings.Add("APPROVE_ID", "APPROVE_ID");
tableMapping.ColumnMappings.Add("LOANAPPROVE_AMT", "LOANAPPROVE_AMT");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("INTESTIMATE_AMT", "INTESTIMATE_AMT");
tableMapping.ColumnMappings.Add("APVIMMEDIATE_FLAG", "APVIMMEDIATE_FLAG");
tableMapping.ColumnMappings.Add("OD_FLAG", "OD_FLAG");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE");
tableMapping.ColumnMappings.Add("REMARK", "REMARK");
tableMapping.ColumnMappings.Add("LOANREQREGIS_AMT", "LOANREQREGIS_AMT");
tableMapping.ColumnMappings.Add("PAYMONTH_EXP", "PAYMONTH_EXP");
tableMapping.ColumnMappings.Add("SHAREPAY_STATUS", "SHAREPAY_STATUS");
tableMapping.ColumnMappings.Add("INCOMEMONTH_OTHER", "INCOMEMONTH_OTHER");
tableMapping.ColumnMappings.Add("INCOMEMONTH_FIXED", "INCOMEMONTH_FIXED");
tableMapping.ColumnMappings.Add("MINSALARY_INC", "MINSALARY_INC");
tableMapping.ColumnMappings.Add("OTHERCLR_FLAG", "OTHERCLR_FLAG");
tableMapping.ColumnMappings.Add("OTHERCLR_AMT", "OTHERCLR_AMT");
tableMapping.ColumnMappings.Add("LOANRCVFIX_FLAG", "LOANRCVFIX_FLAG");
tableMapping.ColumnMappings.Add("LOANRCVFIX_DATE", "LOANRCVFIX_DATE");
tableMapping.ColumnMappings.Add("OWNCLEAR_FLAG", "OWNCLEAR_FLAG");
tableMapping.ColumnMappings.Add("COMMITTEE_TIME", "COMMITTEE_TIME");
tableMapping.ColumnMappings.Add("COMMITTEE_GROUP", "COMMITTEE_GROUP");
tableMapping.ColumnMappings.Add("INSPAYMENT_AMT", "INSPAYMENT_AMT");
tableMapping.ColumnMappings.Add("INSTYPE_CODE", "INSTYPE_CODE");
tableMapping.ColumnMappings.Add("STARTKEEP_DATE", "STARTKEEP_DATE");
tableMapping.ColumnMappings.Add("CANCEL_ID", "CANCEL_ID");
tableMapping.ColumnMappings.Add("LOANRCV_DATE", "LOANRCV_DATE");
tableMapping.ColumnMappings.Add("INT_CONTINTTYPE", "INT_CONTINTTYPE");
tableMapping.ColumnMappings.Add("INT_CONTINTRATE", "INT_CONTINTRATE");
tableMapping.ColumnMappings.Add("INT_CONTINTTABCODE", "INT_CONTINTTABCODE");
tableMapping.ColumnMappings.Add("INT_CONTINTINCREASE", "INT_CONTINTINCREASE");
tableMapping.ColumnMappings.Add("INT_INTSTEPTYPE", "INT_INTSTEPTYPE");
tableMapping.ColumnMappings.Add("LOANINS_AMT", "LOANINS_AMT");
tableMapping.ColumnMappings.Add("MEMBER_REMARK", "MEMBER_REMARK");
tableMapping.ColumnMappings.Add("BANKFEE_AMT", "BANKFEE_AMT");
tableMapping.ColumnMappings.Add("BANKSRV_AMT", "BANKSRV_AMT");
tableMapping.ColumnMappings.Add("POSTAGEFEE_AMT", "POSTAGEFEE_AMT");
tableMapping.ColumnMappings.Add("EMSFEE_AMT", "EMSFEE_AMT");
tableMapping.ColumnMappings.Add("TAX_AMT", "TAX_AMT");
tableMapping.ColumnMappings.Add("ONLINEFEE_AMT", "ONLINEFEE_AMT");
tableMapping.ColumnMappings.Add("POSTAGESRV_AMT", "POSTAGESRV_AMT");
tableMapping.ColumnMappings.Add("PAYTOORDER_DESC", "PAYTOORDER_DESC");
tableMapping.ColumnMappings.Add("PERIOD_LASTPAYMENT", "PERIOD_LASTPAYMENT");
tableMapping.ColumnMappings.Add("CANCEL_DATE", "CANCEL_DATE");
tableMapping.ColumnMappings.Add("AGENCYCLR_AMT", "AGENCYCLR_AMT");
tableMapping.ColumnMappings.Add("GUNPRICE_AMT", "GUNPRICE_AMT");
tableMapping.ColumnMappings.Add("MANAGE_AMT", "MANAGE_AMT");
tableMapping.ColumnMappings.Add("LOANOBJECTIVE_DESC", "LOANOBJECTIVE_DESC");
tableMapping.ColumnMappings.Add("SALARYBAL_AMT", "SALARYBAL_AMT");
tableMapping.ColumnMappings.Add("COOP_ID1", "COOP_ID1");
tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID");
tableMapping.ColumnMappings.Add("INTCERTIFICATE_STATUS", "INTCERTIFICATE_STATUS");
tableMapping.ColumnMappings.Add("INTENDORSE_AMT", "INTENDORSE_AMT");
tableMapping.ColumnMappings.Add("LOANPAYMENT_STATUS", "LOANPAYMENT_STATUS");
tableMapping.ColumnMappings.Add("LOANRIGHTTYPE_CODE", "LOANRIGHTTYPE_CODE");
tableMapping.ColumnMappings.Add("NETINCOME_AMT", "NETINCOME_AMT");
tableMapping.ColumnMappings.Add("RETURN_COOP", "RETURN_COOP");
tableMapping.ColumnMappings.Add("RETURN_OTHER", "RETURN_OTHER");
tableMapping.ColumnMappings.Add("SALARYBAL_FLAG", "SALARYBAL_FLAG");
tableMapping.ColumnMappings.Add("LOANRIGHT_PERCSHARE", "LOANRIGHT_PERCSHARE");
tableMapping.ColumnMappings.Add("LOANRIGHT_PERCSALARY", "LOANRIGHT_PERCSALARY");
tableMapping.ColumnMappings.Add("CLEAR_AMT", "CLEAR_AMT");
tableMapping.ColumnMappings.Add("SHARE_PERIODVALUE", "SHARE_PERIODVALUE");
tableMapping.ColumnMappings.Add("SHARE_PAYSTATUS", "SHARE_PAYSTATUS");
tableMapping.ColumnMappings.Add("APVIMMEDIATE_STATUS", "APVIMMEDIATE_STATUS");
tableMapping.ColumnMappings.Add("LOANPAY_CODE", "LOANPAY_CODE");
tableMapping.ColumnMappings.Add("LOANPAY_BANK", "LOANPAY_BANK");
tableMapping.ColumnMappings.Add("LOANPAY_BRANCH", "LOANPAY_BRANCH");
tableMapping.ColumnMappings.Add("LOANPAY_ACCID", "LOANPAY_ACCID");
tableMapping.ColumnMappings.Add("INTFUTURE_AMT", "INTFUTURE_AMT");
this._adapter.TableMappings.Add(tableMapping);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select mbmembmaster.coop_id, \r\n mbmembmaster.membtype_code, " +
" \r\n mbmembmaster.birth_date, \r\n mbmembmaster.work_date, \r\n mbmembmaste" +
"r.member_date, \r\n mbmembmaster.retry_date,\r\n mbmembmaster.salary_id,\r\n mbme" +
"mbmaster.membgroup_code, \r\n mbucfmembgroup.membgroup_desc,\r\n mbucfmembtype.mem" +
"btype_desc, \r\n lnreqloan.loanrequest_docno, \r\n lnreqloan.member_no, \r\n " +
"lnreqloan.loantype_code, \r\n lnreqloan.loanrequest_date, \r\n lnreqloan.loanr" +
"equest_type, \r\n lnreqloan.ref_contmastno, \r\n lnreqloan.ref_registerno, \r" +
"\n lnreqloan.loancredit_amt, \r\n lnreqloan.loangrpcredit_amt, \r\n lnreqloan." +
"loangrpuse_amt, \r\n lnreqloan.loanmaxreq_amt, \r\n lnreqloan.loanpermiss_amt," +
" \r\n lnreqloan.loanrequest_amt, \r\n lnreqloan.receiveperiod_flag, \r\n lnre" +
"qloan.custompayment_flag, \r\n lnreqloan.loanpayment_type, \r\n lnreqloan.maxp" +
"eriod_payamt, \r\n lnreqloan.maxsend_payamt, \r\n lnreqloan.period_payamt, \r" +
"\n lnreqloan.period_payment, \r\n lnreqloan.contract_time, \r\n lnreqloan.buys" +
"hare_flag, \r\n lnreqloan.buyshare_amt, \r\n lnreqloan.clearloan_flag, \r\n l" +
"nreqloan.sum_clear, \r\n lnreqloan.contractint_type, \r\n lnreqloan.contractin" +
"t_time, \r\n lnreqloan.contract_interest, \r\n lnreqloan.loanobjective_code, " +
" \r\n lnreqloan.sharestk_value, \r\n lnreqloan.periodshare_value, \r\n lnreqloa" +
"n.share_lastperiod, \r\n lnreqloan.salary_amt, \r\n lnreqloan.minsalary_perc, " +
" \r\n lnreqloan.minsalary_amt, \r\n lnreqloan.paymonth_other, \r\n lnreqloan.p" +
"aymonth_coop, \r\n lnreqloan.loanrequest_status, \r\n lnreqloan.expense_code, " +
" \r\n lnreqloan.expense_bank, \r\n lnreqloan.expense_branch, \r\n lnreqloan.ex" +
"pense_accid, \r\n lnreqloan.approve_date, \r\n lnreqloan.approve_id, \r\n lnr" +
"eqloan.loanapprove_amt, \r\n lnreqloan.loancontract_no, \r\n lnreqloan.intesti" +
"mate_amt, \r\n lnreqloan.apvimmediate_flag, \r\n lnreqloan.od_flag, \r\n lnre" +
"qloan.entry_id, \r\n lnreqloan.entry_date, \r\n lnreqloan.remark, \r\n lnreql" +
"oan.loanreqregis_amt, \r\n lnreqloan.paymonth_exp, \r\n lnreqloan.sharepay_sta" +
"tus, \r\n lnreqloan.incomemonth_other, \r\n lnreqloan.incomemonth_fixed, \r\n " +
" lnreqloan.minsalary_inc, \r\n lnreqloan.otherclr_flag, \r\n lnreqloan.othercl" +
"r_amt, \r\n lnreqloan.loanrcvfix_flag, \r\n lnreqloan.loanrcvfix_date, \r\n " +
" lnreqloan.ownclear_flag, \r\n lnreqloan.committee_time, \r\n lnreqloan.commit" +
"tee_group, \r\n lnreqloan.inspayment_amt, \r\n lnreqloan.instype_code, \r\n l" +
"nreqloan.startkeep_date, \r\n lnreqloan.cancel_id, \r\n lnreqloan.loanrcv_date" +
", \r\n lnreqloan.int_continttype, \r\n lnreqloan.int_contintrate, \r\n lnreql" +
"oan.int_continttabcode, \r\n lnreqloan.int_contintincrease, \r\n lnreqloan.int" +
"_intsteptype, \r\n lnreqloan.loanins_amt, \r\n lnreqloan.member_remark, \r" +
"\n lnreqloan.bankfee_amt, \r\n lnreqloan.banksrv_amt, \r\n lnreqloan.postagefe" +
"e_amt, \r\n lnreqloan.emsfee_amt, \r\n lnreqloan.tax_amt, \r\n lnreqloan.onli" +
"nefee_amt, \r\n lnreqloan.postagesrv_amt, \r\n lnreqloan.paytoorder_desc, \r" +
"\n lnreqloan.period_lastpayment, \r\n lnreqloan.cancel_date, \r\n lnreqloan.a" +
"gencyclr_amt, \r\n lnreqloan.gunprice_amt, \r\n lnreqloan.manage_amt, \r\n " +
" lnreqloan.loanobjective_desc, \r\n lnreqloan.salarybal_amt, \r\n lnreqloan.co" +
"op_id, \r\n lnreqloan.memcoop_id, \r\n lnreqloan.intcertificate_stat" +
"us, \r\n lnreqloan.intendorse_amt, \r\n lnreqloan.loanpayment_status, \r\n ln" +
"reqloan.loanrighttype_code, \r\n lnreqloan.netincome_amt, \r\n lnreqloan.retur" +
"n_coop, \r\n lnreqloan.return_other, \r\n lnreqloan.salarybal_flag, " +
" \r\n lnreqloan.loanright_percshare, \r\n lnreqloan.loanright_percsalary, \r\n " +
"lnreqloan.clear_amt, \r\n lnreqloan.share_periodvalue, \r\n lnreqloan.share_pa" +
"ystatus, \r\n lnreqloan.apvimmediate_status, \r\n lnreqloan.loanpay_code, \r\n" +
" lnreqloan.loanpay_bank, \r\n lnreqloan.loanpay_branch, \r\n lnreqloan.loanpa" +
"y_accid, \r\n lnreqloan.intfuture_amt \r\nfrom lnreqloan, \r\n mbmemb" +
"master, \r\n mbucfprename, \r\n mbucfmembgroup, \r\n mbucfmembtype \r\nwhere (" +
" lnreqloan.member_no = mbmembmaster.member_no ) and \r\n ( lnreqloan.memcoop_id " +
"= mbmembmaster.coop_id ) and \r\n ( mbmembmaster.prename_code = mbucfprename.pre" +
"name_code ) and \r\n ( mbmembmaster.membtype_code = mbucfmembtype.membtype_code " +
") and \r\n ( mbmembmaster.membgroup_code = mbucfmembgroup.membgroup_code ) and " +
"\r\n ( mbmembmaster.coop_id = mbucfmembgroup.coop_id ) and \r\n ( mbmembmaster.co" +
"op_id = mbucfmembtype.coop_id ) and \r\n ( ( lnreqloan.loanrequest_docno = :as_d" +
"ocno ) ) \r\n";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_docno", global::System.Data.OracleClient.OracleType.Char, 10, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.dsmainDataTable dataTable, string as_docno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_docno == null)) {
throw new global::System.ArgumentNullException("as_docno");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_docno));
}
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.dsmainDataTable GetData(string as_docno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_docno == null)) {
throw new global::System.ArgumentNullException("as_docno");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_docno));
}
DataSet1.dsmainDataTable dataTable = new DataSet1.dsmainDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UpdateOrderOption UpdateOrder {
get {
return this._updateOrder;
}
set {
this._updateOrder = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool BackupDataSetBeforeUpdate {
get {
return this._backupDataSetBeforeUpdate;
}
set {
this._backupDataSetBeforeUpdate = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
global::System.Data.DataRow row = updatedRows[i];
if ((allAddedRows.Contains(row) == false)) {
realUpdatedRows.Add(row);
}
}
return realUpdatedRows.ToArray();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(DataSet1 dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
"ger TableAdapter property to a valid TableAdapter instance.");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
== global::System.Data.ConnectionState.Broken)) {
workConnection.Close();
}
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
workConnection.Open();
workConnOpened = true;
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
"ctions or the current state is not allowing the transaction to begin.");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary