//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.shrlon.dlg.w_dlg_loan_receive_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 SLSLIPPAYINDETDataTable tableSLSLIPPAYINDET;
private SLSLIPPAYOUT1DataTable tableSLSLIPPAYOUT1;
private SLSLIPPAYOUTDataTable tableSLSLIPPAYOUT;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet1() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
this.InitExpressions();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) {
this.InitExpressions();
}
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["SLSLIPPAYINDET"] != null)) {
base.Tables.Add(new SLSLIPPAYINDETDataTable(ds.Tables["SLSLIPPAYINDET"]));
}
if ((ds.Tables["SLSLIPPAYOUT1"] != null)) {
base.Tables.Add(new SLSLIPPAYOUT1DataTable(ds.Tables["SLSLIPPAYOUT1"]));
}
if ((ds.Tables["SLSLIPPAYOUT"] != null)) {
base.Tables.Add(new SLSLIPPAYOUTDataTable(ds.Tables["SLSLIPPAYOUT"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
this.InitExpressions();
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public SLSLIPPAYINDETDataTable SLSLIPPAYINDET {
get {
return this.tableSLSLIPPAYINDET;
}
}
[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 SLSLIPPAYOUT1DataTable SLSLIPPAYOUT1 {
get {
return this.tableSLSLIPPAYOUT1;
}
}
[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 SLSLIPPAYOUTDataTable SLSLIPPAYOUT {
get {
return this.tableSLSLIPPAYOUT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet1 cln = ((DataSet1)(base.Clone()));
cln.InitVars();
cln.InitExpressions();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["SLSLIPPAYINDET"] != null)) {
base.Tables.Add(new SLSLIPPAYINDETDataTable(ds.Tables["SLSLIPPAYINDET"]));
}
if ((ds.Tables["SLSLIPPAYOUT1"] != null)) {
base.Tables.Add(new SLSLIPPAYOUT1DataTable(ds.Tables["SLSLIPPAYOUT1"]));
}
if ((ds.Tables["SLSLIPPAYOUT"] != null)) {
base.Tables.Add(new SLSLIPPAYOUTDataTable(ds.Tables["SLSLIPPAYOUT"]));
}
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.tableSLSLIPPAYINDET = ((SLSLIPPAYINDETDataTable)(base.Tables["SLSLIPPAYINDET"]));
if ((initTable == true)) {
if ((this.tableSLSLIPPAYINDET != null)) {
this.tableSLSLIPPAYINDET.InitVars();
}
}
this.tableSLSLIPPAYOUT1 = ((SLSLIPPAYOUT1DataTable)(base.Tables["SLSLIPPAYOUT1"]));
if ((initTable == true)) {
if ((this.tableSLSLIPPAYOUT1 != null)) {
this.tableSLSLIPPAYOUT1.InitVars();
}
}
this.tableSLSLIPPAYOUT = ((SLSLIPPAYOUTDataTable)(base.Tables["SLSLIPPAYOUT"]));
if ((initTable == true)) {
if ((this.tableSLSLIPPAYOUT != null)) {
this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYINDET = new SLSLIPPAYINDETDataTable();
base.Tables.Add(this.tableSLSLIPPAYINDET);
this.tableSLSLIPPAYOUT1 = new SLSLIPPAYOUT1DataTable();
base.Tables.Add(this.tableSLSLIPPAYOUT1);
this.tableSLSLIPPAYOUT = new SLSLIPPAYOUTDataTable(false);
base.Tables.Add(this.tableSLSLIPPAYOUT);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeSLSLIPPAYINDET() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeSLSLIPPAYOUT1() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeSLSLIPPAYOUT() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.SLSLIPPAYOUT.NAMEColumn.Expression = " prename_desc + memb_name +\' \'+ memb_surname ";
this.SLSLIPPAYOUT.MEMBGROUPColumn.Expression = " trim( membgroup_code )+\' \'+ membgroup_desc ";
this.SLSLIPPAYOUT.PERIOD_INSTALLPAYColumn.Expression = "PERIOD_PAYAMT +\' x \'+PERIOD_PAYMENT";
this.SLSLIPPAYOUT.COMPUTE_1Column.Expression = "IIF(MEMBER_TYPE = 1 , \'ปกติ\' , \'สมทบ\' )";
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void SLSLIPPAYINDETRowChangeEventHandler(object sender, SLSLIPPAYINDETRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void SLSLIPPAYOUT1RowChangeEventHandler(object sender, SLSLIPPAYOUT1RowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void SLSLIPPAYOUTRowChangeEventHandler(object sender, SLSLIPPAYOUTRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class SLSLIPPAYINDETDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnPAYINSLIP_NO;
private global::System.Data.DataColumn columnSLIPITEMTYPE_CODE;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnOPERATE_FLAG;
private global::System.Data.DataColumn columnSHRLONTYPE_CODE;
private global::System.Data.DataColumn columnCONCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnSLIPITEM_DESC;
private global::System.Data.DataColumn columnPERIODCOUNT_FLAG;
private global::System.Data.DataColumn columnPERIOD;
private global::System.Data.DataColumn columnPRINCIPAL_PAYAMT;
private global::System.Data.DataColumn columnINTEREST_PAYAMT;
private global::System.Data.DataColumn columnINTARREAR_PAYAMT;
private global::System.Data.DataColumn columnITEM_PAYAMT;
private global::System.Data.DataColumn columnITEM_BALANCE;
private global::System.Data.DataColumn columnPRNCALINT_AMT;
private global::System.Data.DataColumn columnCALINT_FROM;
private global::System.Data.DataColumn columnCALINT_TO;
private global::System.Data.DataColumn columnINTEREST_PERIOD;
private global::System.Data.DataColumn columnINTEREST_RETURN;
private global::System.Data.DataColumn columnSTM_ITEMTYPE;
private global::System.Data.DataColumn columnBFPERIOD;
private global::System.Data.DataColumn columnBFINTARR_AMT;
private global::System.Data.DataColumn columnBFINTARRSET_AMT;
private global::System.Data.DataColumn columnBFLASTCALINT_DATE;
private global::System.Data.DataColumn columnBFLASTPROC_DATE;
private global::System.Data.DataColumn columnBFLASTPAY_DATE;
private global::System.Data.DataColumn columnBFWITHDRAW_AMT;
private global::System.Data.DataColumn columnBFPERIOD_PAYMENT;
private global::System.Data.DataColumn columnBFSHRCONT_BALAMT;
private global::System.Data.DataColumn columnBFSHRCONT_STATUS;
private global::System.Data.DataColumn columnBFCONTLAW_STATUS;
private global::System.Data.DataColumn columnBFCOUNTPAY_FLAG;
private global::System.Data.DataColumn columnBFPAYSPEC_METHOD;
private global::System.Data.DataColumn columnBFCONTSTATUS_DESC;
private global::System.Data.DataColumn columnRKEEP_PRINCIPAL;
private global::System.Data.DataColumn columnRKEEP_INTEREST;
private global::System.Data.DataColumn columnNKEEP_INTEREST;
private global::System.Data.DataColumn columnBFINTRETURN_FLAG;
private global::System.Data.DataColumn columnBFPXAFTERMTHKEEP_TYPE;
private global::System.Data.DataColumn columnINTERST_BFINTARR;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETDataTable() {
this.TableName = "SLSLIPPAYINDET";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYINDETDataTable(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 SLSLIPPAYINDETDataTable(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 PAYINSLIP_NOColumn {
get {
return this.columnPAYINSLIP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPITEMTYPE_CODEColumn {
get {
return this.columnSLIPITEMTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_FLAGColumn {
get {
return this.columnOPERATE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHRLONTYPE_CODEColumn {
get {
return this.columnSHRLONTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONCOOP_IDColumn {
get {
return this.columnCONCOOP_ID;
}
}
[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 SLIPITEM_DESCColumn {
get {
return this.columnSLIPITEM_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODCOUNT_FLAGColumn {
get {
return this.columnPERIODCOUNT_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODColumn {
get {
return this.columnPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_PAYAMTColumn {
get {
return this.columnPRINCIPAL_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PAYAMTColumn {
get {
return this.columnINTEREST_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTARREAR_PAYAMTColumn {
get {
return this.columnINTARREAR_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ITEM_PAYAMTColumn {
get {
return this.columnITEM_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ITEM_BALANCEColumn {
get {
return this.columnITEM_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRNCALINT_AMTColumn {
get {
return this.columnPRNCALINT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_FROMColumn {
get {
return this.columnCALINT_FROM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_TOColumn {
get {
return this.columnCALINT_TO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PERIODColumn {
get {
return this.columnINTEREST_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_RETURNColumn {
get {
return this.columnINTEREST_RETURN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STM_ITEMTYPEColumn {
get {
return this.columnSTM_ITEMTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPERIODColumn {
get {
return this.columnBFPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTARR_AMTColumn {
get {
return this.columnBFINTARR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTARRSET_AMTColumn {
get {
return this.columnBFINTARRSET_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTCALINT_DATEColumn {
get {
return this.columnBFLASTCALINT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTPROC_DATEColumn {
get {
return this.columnBFLASTPROC_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTPAY_DATEColumn {
get {
return this.columnBFLASTPAY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFWITHDRAW_AMTColumn {
get {
return this.columnBFWITHDRAW_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPERIOD_PAYMENTColumn {
get {
return this.columnBFPERIOD_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFSHRCONT_BALAMTColumn {
get {
return this.columnBFSHRCONT_BALAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFSHRCONT_STATUSColumn {
get {
return this.columnBFSHRCONT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTLAW_STATUSColumn {
get {
return this.columnBFCONTLAW_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCOUNTPAY_FLAGColumn {
get {
return this.columnBFCOUNTPAY_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPAYSPEC_METHODColumn {
get {
return this.columnBFPAYSPEC_METHOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTSTATUS_DESCColumn {
get {
return this.columnBFCONTSTATUS_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RKEEP_PRINCIPALColumn {
get {
return this.columnRKEEP_PRINCIPAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RKEEP_INTERESTColumn {
get {
return this.columnRKEEP_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NKEEP_INTERESTColumn {
get {
return this.columnNKEEP_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTRETURN_FLAGColumn {
get {
return this.columnBFINTRETURN_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPXAFTERMTHKEEP_TYPEColumn {
get {
return this.columnBFPXAFTERMTHKEEP_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTERST_BFINTARRColumn {
get {
return this.columnINTERST_BFINTARR;
}
}
[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 SLSLIPPAYINDETRow this[int index] {
get {
return ((SLSLIPPAYINDETRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSLSLIPPAYINDETRow(SLSLIPPAYINDETRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETRow AddSLSLIPPAYINDETRow(
string COOP_ID,
string PAYINSLIP_NO,
string SLIPITEMTYPE_CODE,
decimal SEQ_NO,
decimal OPERATE_FLAG,
string SHRLONTYPE_CODE,
string CONCOOP_ID,
string LOANCONTRACT_NO,
string SLIPITEM_DESC,
decimal PERIODCOUNT_FLAG,
decimal PERIOD,
decimal PRINCIPAL_PAYAMT,
decimal INTEREST_PAYAMT,
decimal INTARREAR_PAYAMT,
decimal ITEM_PAYAMT,
decimal ITEM_BALANCE,
decimal PRNCALINT_AMT,
System.DateTime CALINT_FROM,
System.DateTime CALINT_TO,
decimal INTEREST_PERIOD,
decimal INTEREST_RETURN,
string STM_ITEMTYPE,
decimal BFPERIOD,
decimal BFINTARR_AMT,
decimal BFINTARRSET_AMT,
System.DateTime BFLASTCALINT_DATE,
System.DateTime BFLASTPROC_DATE,
System.DateTime BFLASTPAY_DATE,
decimal BFWITHDRAW_AMT,
decimal BFPERIOD_PAYMENT,
decimal BFSHRCONT_BALAMT,
decimal BFSHRCONT_STATUS,
decimal BFCONTLAW_STATUS,
decimal BFCOUNTPAY_FLAG,
decimal BFPAYSPEC_METHOD,
string BFCONTSTATUS_DESC,
decimal RKEEP_PRINCIPAL,
decimal RKEEP_INTEREST,
decimal NKEEP_INTEREST,
decimal BFINTRETURN_FLAG,
decimal BFPXAFTERMTHKEEP_TYPE,
decimal INTERST_BFINTARR) {
SLSLIPPAYINDETRow rowSLSLIPPAYINDETRow = ((SLSLIPPAYINDETRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
PAYINSLIP_NO,
SLIPITEMTYPE_CODE,
SEQ_NO,
OPERATE_FLAG,
SHRLONTYPE_CODE,
CONCOOP_ID,
LOANCONTRACT_NO,
SLIPITEM_DESC,
PERIODCOUNT_FLAG,
PERIOD,
PRINCIPAL_PAYAMT,
INTEREST_PAYAMT,
INTARREAR_PAYAMT,
ITEM_PAYAMT,
ITEM_BALANCE,
PRNCALINT_AMT,
CALINT_FROM,
CALINT_TO,
INTEREST_PERIOD,
INTEREST_RETURN,
STM_ITEMTYPE,
BFPERIOD,
BFINTARR_AMT,
BFINTARRSET_AMT,
BFLASTCALINT_DATE,
BFLASTPROC_DATE,
BFLASTPAY_DATE,
BFWITHDRAW_AMT,
BFPERIOD_PAYMENT,
BFSHRCONT_BALAMT,
BFSHRCONT_STATUS,
BFCONTLAW_STATUS,
BFCOUNTPAY_FLAG,
BFPAYSPEC_METHOD,
BFCONTSTATUS_DESC,
RKEEP_PRINCIPAL,
RKEEP_INTEREST,
NKEEP_INTEREST,
BFINTRETURN_FLAG,
BFPXAFTERMTHKEEP_TYPE,
INTERST_BFINTARR};
rowSLSLIPPAYINDETRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYINDETRow);
return rowSLSLIPPAYINDETRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
SLSLIPPAYINDETDataTable cln = ((SLSLIPPAYINDETDataTable)(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 SLSLIPPAYINDETDataTable();
}
[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.columnPAYINSLIP_NO = base.Columns["PAYINSLIP_NO"];
this.columnSLIPITEMTYPE_CODE = base.Columns["SLIPITEMTYPE_CODE"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnOPERATE_FLAG = base.Columns["OPERATE_FLAG"];
this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"];
this.columnCONCOOP_ID = base.Columns["CONCOOP_ID"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnSLIPITEM_DESC = base.Columns["SLIPITEM_DESC"];
this.columnPERIODCOUNT_FLAG = base.Columns["PERIODCOUNT_FLAG"];
this.columnPERIOD = base.Columns["PERIOD"];
this.columnPRINCIPAL_PAYAMT = base.Columns["PRINCIPAL_PAYAMT"];
this.columnINTEREST_PAYAMT = base.Columns["INTEREST_PAYAMT"];
this.columnINTARREAR_PAYAMT = base.Columns["INTARREAR_PAYAMT"];
this.columnITEM_PAYAMT = base.Columns["ITEM_PAYAMT"];
this.columnITEM_BALANCE = base.Columns["ITEM_BALANCE"];
this.columnPRNCALINT_AMT = base.Columns["PRNCALINT_AMT"];
this.columnCALINT_FROM = base.Columns["CALINT_FROM"];
this.columnCALINT_TO = base.Columns["CALINT_TO"];
this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"];
this.columnINTEREST_RETURN = base.Columns["INTEREST_RETURN"];
this.columnSTM_ITEMTYPE = base.Columns["STM_ITEMTYPE"];
this.columnBFPERIOD = base.Columns["BFPERIOD"];
this.columnBFINTARR_AMT = base.Columns["BFINTARR_AMT"];
this.columnBFINTARRSET_AMT = base.Columns["BFINTARRSET_AMT"];
this.columnBFLASTCALINT_DATE = base.Columns["BFLASTCALINT_DATE"];
this.columnBFLASTPROC_DATE = base.Columns["BFLASTPROC_DATE"];
this.columnBFLASTPAY_DATE = base.Columns["BFLASTPAY_DATE"];
this.columnBFWITHDRAW_AMT = base.Columns["BFWITHDRAW_AMT"];
this.columnBFPERIOD_PAYMENT = base.Columns["BFPERIOD_PAYMENT"];
this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"];
this.columnBFSHRCONT_STATUS = base.Columns["BFSHRCONT_STATUS"];
this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"];
this.columnBFCOUNTPAY_FLAG = base.Columns["BFCOUNTPAY_FLAG"];
this.columnBFPAYSPEC_METHOD = base.Columns["BFPAYSPEC_METHOD"];
this.columnBFCONTSTATUS_DESC = base.Columns["BFCONTSTATUS_DESC"];
this.columnRKEEP_PRINCIPAL = base.Columns["RKEEP_PRINCIPAL"];
this.columnRKEEP_INTEREST = base.Columns["RKEEP_INTEREST"];
this.columnNKEEP_INTEREST = base.Columns["NKEEP_INTEREST"];
this.columnBFINTRETURN_FLAG = base.Columns["BFINTRETURN_FLAG"];
this.columnBFPXAFTERMTHKEEP_TYPE = base.Columns["BFPXAFTERMTHKEEP_TYPE"];
this.columnINTERST_BFINTARR = base.Columns["INTERST_BFINTARR"];
}
[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.columnPAYINSLIP_NO = new global::System.Data.DataColumn("PAYINSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYINSLIP_NO);
this.columnSLIPITEMTYPE_CODE = new global::System.Data.DataColumn("SLIPITEMTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPITEMTYPE_CODE);
this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnOPERATE_FLAG = new global::System.Data.DataColumn("OPERATE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_FLAG);
this.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHRLONTYPE_CODE);
this.columnCONCOOP_ID = new global::System.Data.DataColumn("CONCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONCOOP_ID);
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.columnSLIPITEM_DESC = new global::System.Data.DataColumn("SLIPITEM_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPITEM_DESC);
this.columnPERIODCOUNT_FLAG = new global::System.Data.DataColumn("PERIODCOUNT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODCOUNT_FLAG);
this.columnPERIOD = new global::System.Data.DataColumn("PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD);
this.columnPRINCIPAL_PAYAMT = new global::System.Data.DataColumn("PRINCIPAL_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_PAYAMT);
this.columnINTEREST_PAYAMT = new global::System.Data.DataColumn("INTEREST_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PAYAMT);
this.columnINTARREAR_PAYAMT = new global::System.Data.DataColumn("INTARREAR_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTARREAR_PAYAMT);
this.columnITEM_PAYAMT = new global::System.Data.DataColumn("ITEM_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnITEM_PAYAMT);
this.columnITEM_BALANCE = new global::System.Data.DataColumn("ITEM_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnITEM_BALANCE);
this.columnPRNCALINT_AMT = new global::System.Data.DataColumn("PRNCALINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRNCALINT_AMT);
this.columnCALINT_FROM = new global::System.Data.DataColumn("CALINT_FROM", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_FROM);
this.columnCALINT_TO = new global::System.Data.DataColumn("CALINT_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_TO);
this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PERIOD);
this.columnINTEREST_RETURN = new global::System.Data.DataColumn("INTEREST_RETURN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_RETURN);
this.columnSTM_ITEMTYPE = new global::System.Data.DataColumn("STM_ITEMTYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTM_ITEMTYPE);
this.columnBFPERIOD = new global::System.Data.DataColumn("BFPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPERIOD);
this.columnBFINTARR_AMT = new global::System.Data.DataColumn("BFINTARR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTARR_AMT);
this.columnBFINTARRSET_AMT = new global::System.Data.DataColumn("BFINTARRSET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTARRSET_AMT);
this.columnBFLASTCALINT_DATE = new global::System.Data.DataColumn("BFLASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTCALINT_DATE);
this.columnBFLASTPROC_DATE = new global::System.Data.DataColumn("BFLASTPROC_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTPROC_DATE);
this.columnBFLASTPAY_DATE = new global::System.Data.DataColumn("BFLASTPAY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTPAY_DATE);
this.columnBFWITHDRAW_AMT = new global::System.Data.DataColumn("BFWITHDRAW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFWITHDRAW_AMT);
this.columnBFPERIOD_PAYMENT = new global::System.Data.DataColumn("BFPERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPERIOD_PAYMENT);
this.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHRCONT_BALAMT);
this.columnBFSHRCONT_STATUS = new global::System.Data.DataColumn("BFSHRCONT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHRCONT_STATUS);
this.columnBFCONTLAW_STATUS = new global::System.Data.DataColumn("BFCONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTLAW_STATUS);
this.columnBFCOUNTPAY_FLAG = new global::System.Data.DataColumn("BFCOUNTPAY_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCOUNTPAY_FLAG);
this.columnBFPAYSPEC_METHOD = new global::System.Data.DataColumn("BFPAYSPEC_METHOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPAYSPEC_METHOD);
this.columnBFCONTSTATUS_DESC = new global::System.Data.DataColumn("BFCONTSTATUS_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTSTATUS_DESC);
this.columnRKEEP_PRINCIPAL = new global::System.Data.DataColumn("RKEEP_PRINCIPAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRKEEP_PRINCIPAL);
this.columnRKEEP_INTEREST = new global::System.Data.DataColumn("RKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRKEEP_INTEREST);
this.columnNKEEP_INTEREST = new global::System.Data.DataColumn("NKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNKEEP_INTEREST);
this.columnBFINTRETURN_FLAG = new global::System.Data.DataColumn("BFINTRETURN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTRETURN_FLAG);
this.columnBFPXAFTERMTHKEEP_TYPE = new global::System.Data.DataColumn("BFPXAFTERMTHKEEP_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPXAFTERMTHKEEP_TYPE);
this.columnINTERST_BFINTARR = new global::System.Data.DataColumn("INTERST_BFINTARR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTERST_BFINTARR);
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnPAYINSLIP_NO.AllowDBNull = false;
this.columnPAYINSLIP_NO.MaxLength = 10;
this.columnSLIPITEMTYPE_CODE.AllowDBNull = false;
this.columnSLIPITEMTYPE_CODE.MaxLength = 3;
this.columnSEQ_NO.AllowDBNull = false;
this.columnSHRLONTYPE_CODE.MaxLength = 2;
this.columnCONCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnSLIPITEM_DESC.MaxLength = 100;
this.columnSTM_ITEMTYPE.MaxLength = 3;
this.columnBFCONTSTATUS_DESC.MaxLength = 6;
this.columnINTERST_BFINTARR.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETRow NewSLSLIPPAYINDETRow() {
return ((SLSLIPPAYINDETRow)(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 SLSLIPPAYINDETRow(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(SLSLIPPAYINDETRow);
}
[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.SLSLIPPAYINDETRowChanged != null)) {
this.SLSLIPPAYINDETRowChanged(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(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.SLSLIPPAYINDETRowChanging != null)) {
this.SLSLIPPAYINDETRowChanging(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(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.SLSLIPPAYINDETRowDeleted != null)) {
this.SLSLIPPAYINDETRowDeleted(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(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.SLSLIPPAYINDETRowDeleting != null)) {
this.SLSLIPPAYINDETRowDeleting(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSLSLIPPAYINDETRow(SLSLIPPAYINDETRow 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 = "SLSLIPPAYINDETDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class SLSLIPPAYOUT1DataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnMEM_NAME;
private global::System.Data.DataColumn columnLOANTYPE_DESC;
private global::System.Data.DataColumn columnMEMBGROUP_DESC;
private global::System.Data.DataColumn columnSUBGROUP_DESC;
private global::System.Data.DataColumn columnMEMBER_TYPE;
private global::System.Data.DataColumn columnPAYMENT_STATUS;
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnPAYOUTSLIP_NO;
private global::System.Data.DataColumn columnMEMCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnDOCUMENT_NO;
private global::System.Data.DataColumn columnSLIPTYPE_CODE;
private global::System.Data.DataColumn columnSLIP_DATE;
private global::System.Data.DataColumn columnOPERATE_DATE;
private global::System.Data.DataColumn columnSHRLONTYPE_CODE;
private global::System.Data.DataColumn columnPAYOUTORDER_NO;
private global::System.Data.DataColumn columnRCVFROMREQCONT_CODE;
private global::System.Data.DataColumn columnLOANREQUEST_DOCNO;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnRCV_PERIOD;
private global::System.Data.DataColumn columnRCVPERIOD_FLAG;
private global::System.Data.DataColumn columnPAYOUT_AMT;
private global::System.Data.DataColumn columnPAYOUTCLR_AMT;
private global::System.Data.DataColumn columnPAYOUTNET_AMT;
private global::System.Data.DataColumn columnBFPERIOD;
private global::System.Data.DataColumn columnBFLOANAPPROVE_AMT;
private global::System.Data.DataColumn columnBFSHRCONT_BALAMT;
private global::System.Data.DataColumn columnBFWITHDRAW_AMT;
private global::System.Data.DataColumn columnBFINTEREST_ARREAR;
private global::System.Data.DataColumn columnBFLASTCALINT_DATE;
private global::System.Data.DataColumn columnBFLASTRECEIVE_DATE;
private global::System.Data.DataColumn columnBFLASTPROC_DATE;
private global::System.Data.DataColumn columnBFCONTLAW_STATUS;
private global::System.Data.DataColumn columnBFPAYMENT_STATUS;
private global::System.Data.DataColumn columnBFCONTINT_TYPE;
private global::System.Data.DataColumn columnPRNCALINT_AMT;
private global::System.Data.DataColumn columnCALINT_FROM;
private global::System.Data.DataColumn columnCALINT_TO;
private global::System.Data.DataColumn columnINTEREST_PERIOD;
private global::System.Data.DataColumn columnMONEYTYPE_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 columnBANKFEE_AMT;
private global::System.Data.DataColumn columnBANKSRV_AMT;
private global::System.Data.DataColumn columnBANKVAT_AMT;
private global::System.Data.DataColumn columnTOFROM_ACCID;
private global::System.Data.DataColumn columnSLIP_STATUS;
private global::System.Data.DataColumn columnSLIPCLEAR_NO;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnSUBGROUP_CODE;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnENTRY_BYCOOPID;
private global::System.Data.DataColumn columnPERIOD_INSTALLMENT;
private global::System.Data.DataColumn columnPERIOD_PAYMENT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUT1DataTable() {
this.TableName = "SLSLIPPAYOUT1";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYOUT1DataTable(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 SLSLIPPAYOUT1DataTable(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 MEM_NAMEColumn {
get {
return this.columnMEM_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANTYPE_DESCColumn {
get {
return this.columnLOANTYPE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 SUBGROUP_DESCColumn {
get {
return this.columnSUBGROUP_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_TYPEColumn {
get {
return this.columnMEMBER_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMENT_STATUSColumn {
get {
return this.columnPAYMENT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 PAYOUTSLIP_NOColumn {
get {
return this.columnPAYOUTSLIP_NO;
}
}
[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 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 DOCUMENT_NOColumn {
get {
return this.columnDOCUMENT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPTYPE_CODEColumn {
get {
return this.columnSLIPTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATEColumn {
get {
return this.columnSLIP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_DATEColumn {
get {
return this.columnOPERATE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHRLONTYPE_CODEColumn {
get {
return this.columnSHRLONTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTORDER_NOColumn {
get {
return this.columnPAYOUTORDER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RCVFROMREQCONT_CODEColumn {
get {
return this.columnRCVFROMREQCONT_CODE;
}
}
[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 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 RCV_PERIODColumn {
get {
return this.columnRCV_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RCVPERIOD_FLAGColumn {
get {
return this.columnRCVPERIOD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUT_AMTColumn {
get {
return this.columnPAYOUT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTCLR_AMTColumn {
get {
return this.columnPAYOUTCLR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTNET_AMTColumn {
get {
return this.columnPAYOUTNET_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPERIODColumn {
get {
return this.columnBFPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLOANAPPROVE_AMTColumn {
get {
return this.columnBFLOANAPPROVE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFSHRCONT_BALAMTColumn {
get {
return this.columnBFSHRCONT_BALAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFWITHDRAW_AMTColumn {
get {
return this.columnBFWITHDRAW_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTEREST_ARREARColumn {
get {
return this.columnBFINTEREST_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTCALINT_DATEColumn {
get {
return this.columnBFLASTCALINT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTRECEIVE_DATEColumn {
get {
return this.columnBFLASTRECEIVE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTPROC_DATEColumn {
get {
return this.columnBFLASTPROC_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTLAW_STATUSColumn {
get {
return this.columnBFCONTLAW_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPAYMENT_STATUSColumn {
get {
return this.columnBFPAYMENT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTINT_TYPEColumn {
get {
return this.columnBFCONTINT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRNCALINT_AMTColumn {
get {
return this.columnPRNCALINT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_FROMColumn {
get {
return this.columnCALINT_FROM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_TOColumn {
get {
return this.columnCALINT_TO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PERIODColumn {
get {
return this.columnINTEREST_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MONEYTYPE_CODEColumn {
get {
return this.columnMONEYTYPE_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 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 BANKVAT_AMTColumn {
get {
return this.columnBANKVAT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TOFROM_ACCIDColumn {
get {
return this.columnTOFROM_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_STATUSColumn {
get {
return this.columnSLIP_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPCLEAR_NOColumn {
get {
return this.columnSLIPCLEAR_NO;
}
}
[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 SUBGROUP_CODEColumn {
get {
return this.columnSUBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 ENTRY_BYCOOPIDColumn {
get {
return this.columnENTRY_BYCOOPID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_INSTALLMENTColumn {
get {
return this.columnPERIOD_INSTALLMENT;
}
}
[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")]
[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 SLSLIPPAYOUT1Row this[int index] {
get {
return ((SLSLIPPAYOUT1Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUT1RowChangeEventHandler SLSLIPPAYOUT1RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUT1RowChangeEventHandler SLSLIPPAYOUT1RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUT1RowChangeEventHandler SLSLIPPAYOUT1RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUT1RowChangeEventHandler SLSLIPPAYOUT1RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSLSLIPPAYOUT1Row(SLSLIPPAYOUT1Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUT1Row AddSLSLIPPAYOUT1Row(
string MEM_NAME,
string LOANTYPE_DESC,
string MEMBGROUP_DESC,
string SUBGROUP_DESC,
decimal MEMBER_TYPE,
decimal PAYMENT_STATUS,
string COOP_ID,
string PAYOUTSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
string SHRLONTYPE_CODE,
string PAYOUTORDER_NO,
string RCVFROMREQCONT_CODE,
string LOANREQUEST_DOCNO,
string LOANCONTRACT_NO,
decimal RCV_PERIOD,
decimal RCVPERIOD_FLAG,
decimal PAYOUT_AMT,
decimal PAYOUTCLR_AMT,
decimal PAYOUTNET_AMT,
decimal BFPERIOD,
decimal BFLOANAPPROVE_AMT,
decimal BFSHRCONT_BALAMT,
decimal BFWITHDRAW_AMT,
decimal BFINTEREST_ARREAR,
System.DateTime BFLASTCALINT_DATE,
System.DateTime BFLASTRECEIVE_DATE,
System.DateTime BFLASTPROC_DATE,
decimal BFCONTLAW_STATUS,
decimal BFPAYMENT_STATUS,
decimal BFCONTINT_TYPE,
decimal PRNCALINT_AMT,
System.DateTime CALINT_FROM,
System.DateTime CALINT_TO,
decimal INTEREST_PERIOD,
string MONEYTYPE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal BANKFEE_AMT,
decimal BANKSRV_AMT,
decimal BANKVAT_AMT,
string TOFROM_ACCID,
decimal SLIP_STATUS,
string SLIPCLEAR_NO,
string MEMBGROUP_CODE,
string SUBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string ENTRY_BYCOOPID,
string PERIOD_INSTALLMENT,
string PERIOD_PAYMENT) {
SLSLIPPAYOUT1Row rowSLSLIPPAYOUT1Row = ((SLSLIPPAYOUT1Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
MEM_NAME,
LOANTYPE_DESC,
MEMBGROUP_DESC,
SUBGROUP_DESC,
MEMBER_TYPE,
PAYMENT_STATUS,
COOP_ID,
PAYOUTSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHRLONTYPE_CODE,
PAYOUTORDER_NO,
RCVFROMREQCONT_CODE,
LOANREQUEST_DOCNO,
LOANCONTRACT_NO,
RCV_PERIOD,
RCVPERIOD_FLAG,
PAYOUT_AMT,
PAYOUTCLR_AMT,
PAYOUTNET_AMT,
BFPERIOD,
BFLOANAPPROVE_AMT,
BFSHRCONT_BALAMT,
BFWITHDRAW_AMT,
BFINTEREST_ARREAR,
BFLASTCALINT_DATE,
BFLASTRECEIVE_DATE,
BFLASTPROC_DATE,
BFCONTLAW_STATUS,
BFPAYMENT_STATUS,
BFCONTINT_TYPE,
PRNCALINT_AMT,
CALINT_FROM,
CALINT_TO,
INTEREST_PERIOD,
MONEYTYPE_CODE,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
BANKFEE_AMT,
BANKSRV_AMT,
BANKVAT_AMT,
TOFROM_ACCID,
SLIP_STATUS,
SLIPCLEAR_NO,
MEMBGROUP_CODE,
SUBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
ENTRY_BYCOOPID,
PERIOD_INSTALLMENT,
PERIOD_PAYMENT};
rowSLSLIPPAYOUT1Row.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYOUT1Row);
return rowSLSLIPPAYOUT1Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUT1Row FindByCOOP_IDPAYOUTSLIP_NO(string COOP_ID, string PAYOUTSLIP_NO) {
return ((SLSLIPPAYOUT1Row)(this.Rows.Find(new object[] {
COOP_ID,
PAYOUTSLIP_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
SLSLIPPAYOUT1DataTable cln = ((SLSLIPPAYOUT1DataTable)(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 SLSLIPPAYOUT1DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnMEM_NAME = base.Columns["MEM_NAME"];
this.columnLOANTYPE_DESC = base.Columns["LOANTYPE_DESC"];
this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"];
this.columnSUBGROUP_DESC = base.Columns["SUBGROUP_DESC"];
this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"];
this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"];
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnPAYOUTSLIP_NO = base.Columns["PAYOUTSLIP_NO"];
this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnDOCUMENT_NO = base.Columns["DOCUMENT_NO"];
this.columnSLIPTYPE_CODE = base.Columns["SLIPTYPE_CODE"];
this.columnSLIP_DATE = base.Columns["SLIP_DATE"];
this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"];
this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"];
this.columnPAYOUTORDER_NO = base.Columns["PAYOUTORDER_NO"];
this.columnRCVFROMREQCONT_CODE = base.Columns["RCVFROMREQCONT_CODE"];
this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnRCV_PERIOD = base.Columns["RCV_PERIOD"];
this.columnRCVPERIOD_FLAG = base.Columns["RCVPERIOD_FLAG"];
this.columnPAYOUT_AMT = base.Columns["PAYOUT_AMT"];
this.columnPAYOUTCLR_AMT = base.Columns["PAYOUTCLR_AMT"];
this.columnPAYOUTNET_AMT = base.Columns["PAYOUTNET_AMT"];
this.columnBFPERIOD = base.Columns["BFPERIOD"];
this.columnBFLOANAPPROVE_AMT = base.Columns["BFLOANAPPROVE_AMT"];
this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"];
this.columnBFWITHDRAW_AMT = base.Columns["BFWITHDRAW_AMT"];
this.columnBFINTEREST_ARREAR = base.Columns["BFINTEREST_ARREAR"];
this.columnBFLASTCALINT_DATE = base.Columns["BFLASTCALINT_DATE"];
this.columnBFLASTRECEIVE_DATE = base.Columns["BFLASTRECEIVE_DATE"];
this.columnBFLASTPROC_DATE = base.Columns["BFLASTPROC_DATE"];
this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"];
this.columnBFPAYMENT_STATUS = base.Columns["BFPAYMENT_STATUS"];
this.columnBFCONTINT_TYPE = base.Columns["BFCONTINT_TYPE"];
this.columnPRNCALINT_AMT = base.Columns["PRNCALINT_AMT"];
this.columnCALINT_FROM = base.Columns["CALINT_FROM"];
this.columnCALINT_TO = base.Columns["CALINT_TO"];
this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnBANKFEE_AMT = base.Columns["BANKFEE_AMT"];
this.columnBANKSRV_AMT = base.Columns["BANKSRV_AMT"];
this.columnBANKVAT_AMT = base.Columns["BANKVAT_AMT"];
this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"];
this.columnSLIP_STATUS = base.Columns["SLIP_STATUS"];
this.columnSLIPCLEAR_NO = base.Columns["SLIPCLEAR_NO"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnSUBGROUP_CODE = base.Columns["SUBGROUP_CODE"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnENTRY_BYCOOPID = base.Columns["ENTRY_BYCOOPID"];
this.columnPERIOD_INSTALLMENT = base.Columns["PERIOD_INSTALLMENT"];
this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnMEM_NAME = new global::System.Data.DataColumn("MEM_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEM_NAME);
this.columnLOANTYPE_DESC = new global::System.Data.DataColumn("LOANTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE_DESC);
this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_DESC);
this.columnSUBGROUP_DESC = new global::System.Data.DataColumn("SUBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBGROUP_DESC);
this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_TYPE);
this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMENT_STATUS);
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.columnPAYOUTSLIP_NO = new global::System.Data.DataColumn("PAYOUTSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTSLIP_NO);
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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnDOCUMENT_NO = new global::System.Data.DataColumn("DOCUMENT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDOCUMENT_NO);
this.columnSLIPTYPE_CODE = new global::System.Data.DataColumn("SLIPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPTYPE_CODE);
this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE);
this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_DATE);
this.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHRLONTYPE_CODE);
this.columnPAYOUTORDER_NO = new global::System.Data.DataColumn("PAYOUTORDER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTORDER_NO);
this.columnRCVFROMREQCONT_CODE = new global::System.Data.DataColumn("RCVFROMREQCONT_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCVFROMREQCONT_CODE);
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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnRCV_PERIOD = new global::System.Data.DataColumn("RCV_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCV_PERIOD);
this.columnRCVPERIOD_FLAG = new global::System.Data.DataColumn("RCVPERIOD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCVPERIOD_FLAG);
this.columnPAYOUT_AMT = new global::System.Data.DataColumn("PAYOUT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUT_AMT);
this.columnPAYOUTCLR_AMT = new global::System.Data.DataColumn("PAYOUTCLR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTCLR_AMT);
this.columnPAYOUTNET_AMT = new global::System.Data.DataColumn("PAYOUTNET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTNET_AMT);
this.columnBFPERIOD = new global::System.Data.DataColumn("BFPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPERIOD);
this.columnBFLOANAPPROVE_AMT = new global::System.Data.DataColumn("BFLOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLOANAPPROVE_AMT);
this.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHRCONT_BALAMT);
this.columnBFWITHDRAW_AMT = new global::System.Data.DataColumn("BFWITHDRAW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFWITHDRAW_AMT);
this.columnBFINTEREST_ARREAR = new global::System.Data.DataColumn("BFINTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTEREST_ARREAR);
this.columnBFLASTCALINT_DATE = new global::System.Data.DataColumn("BFLASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTCALINT_DATE);
this.columnBFLASTRECEIVE_DATE = new global::System.Data.DataColumn("BFLASTRECEIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTRECEIVE_DATE);
this.columnBFLASTPROC_DATE = new global::System.Data.DataColumn("BFLASTPROC_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTPROC_DATE);
this.columnBFCONTLAW_STATUS = new global::System.Data.DataColumn("BFCONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTLAW_STATUS);
this.columnBFPAYMENT_STATUS = new global::System.Data.DataColumn("BFPAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPAYMENT_STATUS);
this.columnBFCONTINT_TYPE = new global::System.Data.DataColumn("BFCONTINT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTINT_TYPE);
this.columnPRNCALINT_AMT = new global::System.Data.DataColumn("PRNCALINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRNCALINT_AMT);
this.columnCALINT_FROM = new global::System.Data.DataColumn("CALINT_FROM", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_FROM);
this.columnCALINT_TO = new global::System.Data.DataColumn("CALINT_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_TO);
this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PERIOD);
this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEYTYPE_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.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.columnBANKVAT_AMT = new global::System.Data.DataColumn("BANKVAT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANKVAT_AMT);
this.columnTOFROM_ACCID = new global::System.Data.DataColumn("TOFROM_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOFROM_ACCID);
this.columnSLIP_STATUS = new global::System.Data.DataColumn("SLIP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_STATUS);
this.columnSLIPCLEAR_NO = new global::System.Data.DataColumn("SLIPCLEAR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPCLEAR_NO);
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.columnSUBGROUP_CODE = new global::System.Data.DataColumn("SUBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBGROUP_CODE);
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.columnENTRY_BYCOOPID = new global::System.Data.DataColumn("ENTRY_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_BYCOOPID);
this.columnPERIOD_INSTALLMENT = new global::System.Data.DataColumn("PERIOD_INSTALLMENT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_INSTALLMENT);
this.columnPERIOD_PAYMENT = new global::System.Data.DataColumn("PERIOD_PAYMENT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_PAYMENT);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnPAYOUTSLIP_NO}, true));
this.columnMEM_NAME.MaxLength = 100;
this.columnLOANTYPE_DESC.MaxLength = 100;
this.columnMEMBGROUP_DESC.MaxLength = 100;
this.columnSUBGROUP_DESC.MaxLength = 100;
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnPAYOUTSLIP_NO.AllowDBNull = false;
this.columnPAYOUTSLIP_NO.MaxLength = 10;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.MaxLength = 8;
this.columnDOCUMENT_NO.MaxLength = 15;
this.columnSLIPTYPE_CODE.MaxLength = 3;
this.columnSHRLONTYPE_CODE.MaxLength = 2;
this.columnPAYOUTORDER_NO.MaxLength = 10;
this.columnRCVFROMREQCONT_CODE.MaxLength = 3;
this.columnLOANREQUEST_DOCNO.MaxLength = 15;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnMONEYTYPE_CODE.MaxLength = 3;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnTOFROM_ACCID.MaxLength = 15;
this.columnSLIPCLEAR_NO.MaxLength = 10;
this.columnMEMBGROUP_CODE.MaxLength = 8;
this.columnSUBGROUP_CODE.MaxLength = 3;
this.columnENTRY_ID.MaxLength = 32;
this.columnENTRY_BYCOOPID.MaxLength = 6;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUT1Row NewSLSLIPPAYOUT1Row() {
return ((SLSLIPPAYOUT1Row)(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 SLSLIPPAYOUT1Row(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(SLSLIPPAYOUT1Row);
}
[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.SLSLIPPAYOUT1RowChanged != null)) {
this.SLSLIPPAYOUT1RowChanged(this, new SLSLIPPAYOUT1RowChangeEvent(((SLSLIPPAYOUT1Row)(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.SLSLIPPAYOUT1RowChanging != null)) {
this.SLSLIPPAYOUT1RowChanging(this, new SLSLIPPAYOUT1RowChangeEvent(((SLSLIPPAYOUT1Row)(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.SLSLIPPAYOUT1RowDeleted != null)) {
this.SLSLIPPAYOUT1RowDeleted(this, new SLSLIPPAYOUT1RowChangeEvent(((SLSLIPPAYOUT1Row)(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.SLSLIPPAYOUT1RowDeleting != null)) {
this.SLSLIPPAYOUT1RowDeleting(this, new SLSLIPPAYOUT1RowChangeEvent(((SLSLIPPAYOUT1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSLSLIPPAYOUT1Row(SLSLIPPAYOUT1Row 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 = "SLSLIPPAYOUT1DataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class SLSLIPPAYOUTDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnSLIP_TDATE;
private global::System.Data.DataColumn columnOPERATE_TDATE;
private global::System.Data.DataColumn columnPRENAME_DESC;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnMEMBGROUP_DESC;
private global::System.Data.DataColumn columnPAYOUTSLIP_NO;
private global::System.Data.DataColumn columnMEMCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnDOCUMENT_NO;
private global::System.Data.DataColumn columnSLIPTYPE_CODE;
private global::System.Data.DataColumn columnSLIP_DATE;
private global::System.Data.DataColumn columnOPERATE_DATE;
private global::System.Data.DataColumn columnSHRLONTYPE_CODE;
private global::System.Data.DataColumn columnPAYOUTORDER_NO;
private global::System.Data.DataColumn columnRCVFROMREQCONT_CODE;
private global::System.Data.DataColumn columnLOANREQUEST_DOCNO;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnRCV_PERIOD;
private global::System.Data.DataColumn columnRCVPERIOD_FLAG;
private global::System.Data.DataColumn columnPAYOUT_AMT;
private global::System.Data.DataColumn columnPAYOUTCLR_AMT;
private global::System.Data.DataColumn columnPAYOUTNET_AMT;
private global::System.Data.DataColumn columnBFPERIOD;
private global::System.Data.DataColumn columnBFLOANAPPROVE_AMT;
private global::System.Data.DataColumn columnBFSHRCONT_BALAMT;
private global::System.Data.DataColumn columnBFWITHDRAW_AMT;
private global::System.Data.DataColumn columnBFINTEREST_ARREAR;
private global::System.Data.DataColumn columnBFLASTCALINT_DATE;
private global::System.Data.DataColumn columnBFLASTRECEIVE_DATE;
private global::System.Data.DataColumn columnBFLASTPROC_DATE;
private global::System.Data.DataColumn columnBFCONTLAW_STATUS;
private global::System.Data.DataColumn columnBFPAYMENT_STATUS;
private global::System.Data.DataColumn columnBFCONTINT_TYPE;
private global::System.Data.DataColumn columnPRNCALINT_AMT;
private global::System.Data.DataColumn columnCALINT_FROM;
private global::System.Data.DataColumn columnCALINT_TO;
private global::System.Data.DataColumn columnINTEREST_PERIOD;
private global::System.Data.DataColumn columnSETSHRARR_FLAG;
private global::System.Data.DataColumn columnSETSHRARR_AMT;
private global::System.Data.DataColumn columnBFSHAREBEGIN_AMT;
private global::System.Data.DataColumn columnBFSHAREATRETRY_AMT;
private global::System.Data.DataColumn columnBFSHARE_STATUS;
private global::System.Data.DataColumn columnSHARE_STATUS;
private global::System.Data.DataColumn columnSHRWTDPENDING_AMT;
private global::System.Data.DataColumn columnGAIN_FLAG;
private global::System.Data.DataColumn columnGAIN_ID;
private global::System.Data.DataColumn columnINTACCUM_AMT;
private global::System.Data.DataColumn columnMONEYTYPE_CODE;
private global::System.Data.DataColumn columnCONFIRMCASH_AMT;
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 columnBANKFEE_AMT;
private global::System.Data.DataColumn columnBANKSRV_AMT;
private global::System.Data.DataColumn columnBANKVAT_AMT;
private global::System.Data.DataColumn columnACCID_FLAG;
private global::System.Data.DataColumn columnBANKONLINE_FLAG;
private global::System.Data.DataColumn columnTOFROM_ACCID;
private global::System.Data.DataColumn columnSLIP_STATUS;
private global::System.Data.DataColumn columnSLIPCLEAR_NO;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnSUBGROUP_CODE;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnCANCEL_ID;
private global::System.Data.DataColumn columnCANCEL_DATE;
private global::System.Data.DataColumn columnPOSTTOVC_FLAG;
private global::System.Data.DataColumn columnVOUCHER_NO;
private global::System.Data.DataColumn columnCANCELTOVC_FLAG;
private global::System.Data.DataColumn columnCANCELVC_NO;
private global::System.Data.DataColumn columnNAME;
private global::System.Data.DataColumn columnMEMBGROUP;
private global::System.Data.DataColumn columnLOANTYPE_CODE;
private global::System.Data.DataColumn columnMONEYTYPE_DESC;
private global::System.Data.DataColumn columnLOANTYPE_DESC;
private global::System.Data.DataColumn columnBANK_CODE;
private global::System.Data.DataColumn columnBRANCH_ID;
private global::System.Data.DataColumn columnPAYMENT_STATUS;
private global::System.Data.DataColumn columnINTERST_BFINTARR;
private global::System.Data.DataColumn columnPERIOD_INSTALLPAY;
private global::System.Data.DataColumn columnPERIOD_INSTALLMENT;
private global::System.Data.DataColumn columnPERIOD_PAYMENT;
private global::System.Data.DataColumn columnMEMBER_TYPE;
private global::System.Data.DataColumn columnPRINT;
private global::System.Data.DataColumn columnCOMPUTE_1;
private global::System.Data.DataColumn columnPERIOD_PAYAMT;
private global::System.Data.DataColumn columnCONCOOP_ID;
private global::System.Data.DataColumn columnLNPAYMENT_STATUS;
private global::System.Data.DataColumn columnRETURNETC_AMT;
private global::System.Data.DataColumn columncp_lastdate;
private global::System.Data.DataColumn columncp_activedate;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTDataTable(bool initExpressions) {
this.TableName = "SLSLIPPAYOUT";
this.BeginInit();
this.InitClass();
if ((initExpressions == true)) {
this.InitExpressions();
}
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYOUTDataTable(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 SLSLIPPAYOUTDataTable(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 SLIP_TDATEColumn {
get {
return this.columnSLIP_TDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_TDATEColumn {
get {
return this.columnOPERATE_TDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRENAME_DESCColumn {
get {
return this.columnPRENAME_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 PAYOUTSLIP_NOColumn {
get {
return this.columnPAYOUTSLIP_NO;
}
}
[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 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 DOCUMENT_NOColumn {
get {
return this.columnDOCUMENT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPTYPE_CODEColumn {
get {
return this.columnSLIPTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATEColumn {
get {
return this.columnSLIP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_DATEColumn {
get {
return this.columnOPERATE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHRLONTYPE_CODEColumn {
get {
return this.columnSHRLONTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTORDER_NOColumn {
get {
return this.columnPAYOUTORDER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RCVFROMREQCONT_CODEColumn {
get {
return this.columnRCVFROMREQCONT_CODE;
}
}
[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 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 RCV_PERIODColumn {
get {
return this.columnRCV_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RCVPERIOD_FLAGColumn {
get {
return this.columnRCVPERIOD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUT_AMTColumn {
get {
return this.columnPAYOUT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTCLR_AMTColumn {
get {
return this.columnPAYOUTCLR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTNET_AMTColumn {
get {
return this.columnPAYOUTNET_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPERIODColumn {
get {
return this.columnBFPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLOANAPPROVE_AMTColumn {
get {
return this.columnBFLOANAPPROVE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFSHRCONT_BALAMTColumn {
get {
return this.columnBFSHRCONT_BALAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFWITHDRAW_AMTColumn {
get {
return this.columnBFWITHDRAW_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTEREST_ARREARColumn {
get {
return this.columnBFINTEREST_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTCALINT_DATEColumn {
get {
return this.columnBFLASTCALINT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTRECEIVE_DATEColumn {
get {
return this.columnBFLASTRECEIVE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTPROC_DATEColumn {
get {
return this.columnBFLASTPROC_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTLAW_STATUSColumn {
get {
return this.columnBFCONTLAW_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPAYMENT_STATUSColumn {
get {
return this.columnBFPAYMENT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTINT_TYPEColumn {
get {
return this.columnBFCONTINT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRNCALINT_AMTColumn {
get {
return this.columnPRNCALINT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_FROMColumn {
get {
return this.columnCALINT_FROM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_TOColumn {
get {
return this.columnCALINT_TO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PERIODColumn {
get {
return this.columnINTEREST_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SETSHRARR_FLAGColumn {
get {
return this.columnSETSHRARR_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SETSHRARR_AMTColumn {
get {
return this.columnSETSHRARR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFSHAREBEGIN_AMTColumn {
get {
return this.columnBFSHAREBEGIN_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFSHAREATRETRY_AMTColumn {
get {
return this.columnBFSHAREATRETRY_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFSHARE_STATUSColumn {
get {
return this.columnBFSHARE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARE_STATUSColumn {
get {
return this.columnSHARE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHRWTDPENDING_AMTColumn {
get {
return this.columnSHRWTDPENDING_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GAIN_FLAGColumn {
get {
return this.columnGAIN_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GAIN_IDColumn {
get {
return this.columnGAIN_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTACCUM_AMTColumn {
get {
return this.columnINTACCUM_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MONEYTYPE_CODEColumn {
get {
return this.columnMONEYTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONFIRMCASH_AMTColumn {
get {
return this.columnCONFIRMCASH_AMT;
}
}
[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 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 BANKVAT_AMTColumn {
get {
return this.columnBANKVAT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCID_FLAGColumn {
get {
return this.columnACCID_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANKONLINE_FLAGColumn {
get {
return this.columnBANKONLINE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TOFROM_ACCIDColumn {
get {
return this.columnTOFROM_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_STATUSColumn {
get {
return this.columnSLIP_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPCLEAR_NOColumn {
get {
return this.columnSLIPCLEAR_NO;
}
}
[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 SUBGROUP_CODEColumn {
get {
return this.columnSUBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 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 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 POSTTOVC_FLAGColumn {
get {
return this.columnPOSTTOVC_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn VOUCHER_NOColumn {
get {
return this.columnVOUCHER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCELTOVC_FLAGColumn {
get {
return this.columnCANCELTOVC_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCELVC_NOColumn {
get {
return this.columnCANCELVC_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NAMEColumn {
get {
return this.columnNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUPColumn {
get {
return this.columnMEMBGROUP;
}
}
[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 MONEYTYPE_DESCColumn {
get {
return this.columnMONEYTYPE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANTYPE_DESCColumn {
get {
return this.columnLOANTYPE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANK_CODEColumn {
get {
return this.columnBANK_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BRANCH_IDColumn {
get {
return this.columnBRANCH_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMENT_STATUSColumn {
get {
return this.columnPAYMENT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTERST_BFINTARRColumn {
get {
return this.columnINTERST_BFINTARR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_INSTALLPAYColumn {
get {
return this.columnPERIOD_INSTALLPAY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_INSTALLMENTColumn {
get {
return this.columnPERIOD_INSTALLMENT;
}
}
[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 MEMBER_TYPEColumn {
get {
return this.columnMEMBER_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINTColumn {
get {
return this.columnPRINT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPUTE_1Column {
get {
return this.columnCOMPUTE_1;
}
}
[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 CONCOOP_IDColumn {
get {
return this.columnCONCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNPAYMENT_STATUSColumn {
get {
return this.columnLNPAYMENT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETURNETC_AMTColumn {
get {
return this.columnRETURNETC_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_lastdateColumn {
get {
return this.columncp_lastdate;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_activedateColumn {
get {
return this.columncp_activedate;
}
}
[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 SLSLIPPAYOUTRow this[int index] {
get {
return ((SLSLIPPAYOUTRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUTRowChangeEventHandler SLSLIPPAYOUTRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUTRowChangeEventHandler SLSLIPPAYOUTRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUTRowChangeEventHandler SLSLIPPAYOUTRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUTRowChangeEventHandler SLSLIPPAYOUTRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSLSLIPPAYOUTRow(SLSLIPPAYOUTRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTRow AddSLSLIPPAYOUTRow(
string COOP_ID,
System.DateTime SLIP_TDATE,
string OPERATE_TDATE,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP_DESC,
string PAYOUTSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
string SHRLONTYPE_CODE,
string PAYOUTORDER_NO,
string RCVFROMREQCONT_CODE,
string LOANREQUEST_DOCNO,
string LOANCONTRACT_NO,
decimal RCV_PERIOD,
decimal RCVPERIOD_FLAG,
decimal PAYOUT_AMT,
decimal PAYOUTCLR_AMT,
decimal PAYOUTNET_AMT,
decimal BFPERIOD,
decimal BFLOANAPPROVE_AMT,
decimal BFSHRCONT_BALAMT,
decimal BFWITHDRAW_AMT,
decimal BFINTEREST_ARREAR,
System.DateTime BFLASTCALINT_DATE,
System.DateTime BFLASTRECEIVE_DATE,
System.DateTime BFLASTPROC_DATE,
decimal BFCONTLAW_STATUS,
decimal BFPAYMENT_STATUS,
decimal BFCONTINT_TYPE,
decimal PRNCALINT_AMT,
System.DateTime CALINT_FROM,
System.DateTime CALINT_TO,
decimal INTEREST_PERIOD,
decimal SETSHRARR_FLAG,
decimal SETSHRARR_AMT,
decimal BFSHAREBEGIN_AMT,
decimal BFSHAREATRETRY_AMT,
decimal BFSHARE_STATUS,
decimal SHARE_STATUS,
decimal SHRWTDPENDING_AMT,
decimal GAIN_FLAG,
string GAIN_ID,
decimal INTACCUM_AMT,
string MONEYTYPE_CODE,
decimal CONFIRMCASH_AMT,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal BANKFEE_AMT,
decimal BANKSRV_AMT,
decimal BANKVAT_AMT,
decimal ACCID_FLAG,
decimal BANKONLINE_FLAG,
string TOFROM_ACCID,
decimal SLIP_STATUS,
string SLIPCLEAR_NO,
string MEMBGROUP_CODE,
string SUBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
decimal POSTTOVC_FLAG,
string VOUCHER_NO,
decimal CANCELTOVC_FLAG,
string CANCELVC_NO,
string NAME,
string MEMBGROUP,
string LOANTYPE_CODE,
string MONEYTYPE_DESC,
string LOANTYPE_DESC,
string BANK_CODE,
string BRANCH_ID,
string PAYMENT_STATUS,
string INTERST_BFINTARR,
string PERIOD_INSTALLPAY,
decimal PERIOD_INSTALLMENT,
decimal PERIOD_PAYMENT,
decimal MEMBER_TYPE,
decimal PRINT,
string COMPUTE_1,
string PERIOD_PAYAMT,
string CONCOOP_ID,
decimal LNPAYMENT_STATUS,
decimal RETURNETC_AMT,
System.DateTime cp_lastdate,
System.DateTime cp_activedate) {
SLSLIPPAYOUTRow rowSLSLIPPAYOUTRow = ((SLSLIPPAYOUTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
SLIP_TDATE,
OPERATE_TDATE,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_DESC,
PAYOUTSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHRLONTYPE_CODE,
PAYOUTORDER_NO,
RCVFROMREQCONT_CODE,
LOANREQUEST_DOCNO,
LOANCONTRACT_NO,
RCV_PERIOD,
RCVPERIOD_FLAG,
PAYOUT_AMT,
PAYOUTCLR_AMT,
PAYOUTNET_AMT,
BFPERIOD,
BFLOANAPPROVE_AMT,
BFSHRCONT_BALAMT,
BFWITHDRAW_AMT,
BFINTEREST_ARREAR,
BFLASTCALINT_DATE,
BFLASTRECEIVE_DATE,
BFLASTPROC_DATE,
BFCONTLAW_STATUS,
BFPAYMENT_STATUS,
BFCONTINT_TYPE,
PRNCALINT_AMT,
CALINT_FROM,
CALINT_TO,
INTEREST_PERIOD,
SETSHRARR_FLAG,
SETSHRARR_AMT,
BFSHAREBEGIN_AMT,
BFSHAREATRETRY_AMT,
BFSHARE_STATUS,
SHARE_STATUS,
SHRWTDPENDING_AMT,
GAIN_FLAG,
GAIN_ID,
INTACCUM_AMT,
MONEYTYPE_CODE,
CONFIRMCASH_AMT,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
BANKFEE_AMT,
BANKSRV_AMT,
BANKVAT_AMT,
ACCID_FLAG,
BANKONLINE_FLAG,
TOFROM_ACCID,
SLIP_STATUS,
SLIPCLEAR_NO,
MEMBGROUP_CODE,
SUBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
CANCEL_ID,
CANCEL_DATE,
POSTTOVC_FLAG,
VOUCHER_NO,
CANCELTOVC_FLAG,
CANCELVC_NO,
NAME,
MEMBGROUP,
LOANTYPE_CODE,
MONEYTYPE_DESC,
LOANTYPE_DESC,
BANK_CODE,
BRANCH_ID,
PAYMENT_STATUS,
INTERST_BFINTARR,
PERIOD_INSTALLPAY,
PERIOD_INSTALLMENT,
PERIOD_PAYMENT,
MEMBER_TYPE,
PRINT,
COMPUTE_1,
PERIOD_PAYAMT,
CONCOOP_ID,
LNPAYMENT_STATUS,
RETURNETC_AMT,
cp_lastdate,
cp_activedate};
rowSLSLIPPAYOUTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYOUTRow);
return rowSLSLIPPAYOUTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTRow AddSLSLIPPAYOUTRow(
string COOP_ID,
System.DateTime SLIP_TDATE,
string OPERATE_TDATE,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP_DESC,
string PAYOUTSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
string SHRLONTYPE_CODE,
string PAYOUTORDER_NO,
string RCVFROMREQCONT_CODE,
string LOANREQUEST_DOCNO,
string LOANCONTRACT_NO,
decimal RCV_PERIOD,
decimal RCVPERIOD_FLAG,
decimal PAYOUT_AMT,
decimal PAYOUTCLR_AMT,
decimal PAYOUTNET_AMT,
decimal BFPERIOD,
decimal BFLOANAPPROVE_AMT,
decimal BFSHRCONT_BALAMT,
decimal BFWITHDRAW_AMT,
decimal BFINTEREST_ARREAR,
System.DateTime BFLASTCALINT_DATE,
System.DateTime BFLASTRECEIVE_DATE,
System.DateTime BFLASTPROC_DATE,
decimal BFCONTLAW_STATUS,
decimal BFPAYMENT_STATUS,
decimal BFCONTINT_TYPE,
decimal PRNCALINT_AMT,
System.DateTime CALINT_FROM,
System.DateTime CALINT_TO,
decimal INTEREST_PERIOD,
decimal SETSHRARR_FLAG,
decimal SETSHRARR_AMT,
decimal BFSHAREBEGIN_AMT,
decimal BFSHAREATRETRY_AMT,
decimal BFSHARE_STATUS,
decimal SHARE_STATUS,
decimal SHRWTDPENDING_AMT,
decimal GAIN_FLAG,
string GAIN_ID,
decimal INTACCUM_AMT,
string MONEYTYPE_CODE,
decimal CONFIRMCASH_AMT,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal BANKFEE_AMT,
decimal BANKSRV_AMT,
decimal BANKVAT_AMT,
decimal ACCID_FLAG,
decimal BANKONLINE_FLAG,
string TOFROM_ACCID,
decimal SLIP_STATUS,
string SLIPCLEAR_NO,
string MEMBGROUP_CODE,
string SUBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
decimal POSTTOVC_FLAG,
string VOUCHER_NO,
decimal CANCELTOVC_FLAG,
string CANCELVC_NO,
string LOANTYPE_CODE,
string MONEYTYPE_DESC,
string LOANTYPE_DESC,
string BANK_CODE,
string BRANCH_ID,
string PAYMENT_STATUS,
string INTERST_BFINTARR,
decimal PERIOD_INSTALLMENT,
decimal PERIOD_PAYMENT,
decimal MEMBER_TYPE,
decimal PRINT,
string PERIOD_PAYAMT,
string CONCOOP_ID,
decimal LNPAYMENT_STATUS,
decimal RETURNETC_AMT,
System.DateTime cp_lastdate,
System.DateTime cp_activedate) {
SLSLIPPAYOUTRow rowSLSLIPPAYOUTRow = ((SLSLIPPAYOUTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
SLIP_TDATE,
OPERATE_TDATE,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_DESC,
PAYOUTSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHRLONTYPE_CODE,
PAYOUTORDER_NO,
RCVFROMREQCONT_CODE,
LOANREQUEST_DOCNO,
LOANCONTRACT_NO,
RCV_PERIOD,
RCVPERIOD_FLAG,
PAYOUT_AMT,
PAYOUTCLR_AMT,
PAYOUTNET_AMT,
BFPERIOD,
BFLOANAPPROVE_AMT,
BFSHRCONT_BALAMT,
BFWITHDRAW_AMT,
BFINTEREST_ARREAR,
BFLASTCALINT_DATE,
BFLASTRECEIVE_DATE,
BFLASTPROC_DATE,
BFCONTLAW_STATUS,
BFPAYMENT_STATUS,
BFCONTINT_TYPE,
PRNCALINT_AMT,
CALINT_FROM,
CALINT_TO,
INTEREST_PERIOD,
SETSHRARR_FLAG,
SETSHRARR_AMT,
BFSHAREBEGIN_AMT,
BFSHAREATRETRY_AMT,
BFSHARE_STATUS,
SHARE_STATUS,
SHRWTDPENDING_AMT,
GAIN_FLAG,
GAIN_ID,
INTACCUM_AMT,
MONEYTYPE_CODE,
CONFIRMCASH_AMT,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
BANKFEE_AMT,
BANKSRV_AMT,
BANKVAT_AMT,
ACCID_FLAG,
BANKONLINE_FLAG,
TOFROM_ACCID,
SLIP_STATUS,
SLIPCLEAR_NO,
MEMBGROUP_CODE,
SUBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
CANCEL_ID,
CANCEL_DATE,
POSTTOVC_FLAG,
VOUCHER_NO,
CANCELTOVC_FLAG,
CANCELVC_NO,
null,
null,
LOANTYPE_CODE,
MONEYTYPE_DESC,
LOANTYPE_DESC,
BANK_CODE,
BRANCH_ID,
PAYMENT_STATUS,
INTERST_BFINTARR,
null,
PERIOD_INSTALLMENT,
PERIOD_PAYMENT,
MEMBER_TYPE,
PRINT,
null,
PERIOD_PAYAMT,
CONCOOP_ID,
LNPAYMENT_STATUS,
RETURNETC_AMT,
cp_lastdate,
cp_activedate};
rowSLSLIPPAYOUTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYOUTRow);
return rowSLSLIPPAYOUTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
SLSLIPPAYOUTDataTable cln = ((SLSLIPPAYOUTDataTable)(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 SLSLIPPAYOUTDataTable();
}
[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.columnSLIP_TDATE = base.Columns["SLIP_TDATE"];
this.columnOPERATE_TDATE = base.Columns["OPERATE_TDATE"];
this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"];
this.columnPAYOUTSLIP_NO = base.Columns["PAYOUTSLIP_NO"];
this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnDOCUMENT_NO = base.Columns["DOCUMENT_NO"];
this.columnSLIPTYPE_CODE = base.Columns["SLIPTYPE_CODE"];
this.columnSLIP_DATE = base.Columns["SLIP_DATE"];
this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"];
this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"];
this.columnPAYOUTORDER_NO = base.Columns["PAYOUTORDER_NO"];
this.columnRCVFROMREQCONT_CODE = base.Columns["RCVFROMREQCONT_CODE"];
this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnRCV_PERIOD = base.Columns["RCV_PERIOD"];
this.columnRCVPERIOD_FLAG = base.Columns["RCVPERIOD_FLAG"];
this.columnPAYOUT_AMT = base.Columns["PAYOUT_AMT"];
this.columnPAYOUTCLR_AMT = base.Columns["PAYOUTCLR_AMT"];
this.columnPAYOUTNET_AMT = base.Columns["PAYOUTNET_AMT"];
this.columnBFPERIOD = base.Columns["BFPERIOD"];
this.columnBFLOANAPPROVE_AMT = base.Columns["BFLOANAPPROVE_AMT"];
this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"];
this.columnBFWITHDRAW_AMT = base.Columns["BFWITHDRAW_AMT"];
this.columnBFINTEREST_ARREAR = base.Columns["BFINTEREST_ARREAR"];
this.columnBFLASTCALINT_DATE = base.Columns["BFLASTCALINT_DATE"];
this.columnBFLASTRECEIVE_DATE = base.Columns["BFLASTRECEIVE_DATE"];
this.columnBFLASTPROC_DATE = base.Columns["BFLASTPROC_DATE"];
this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"];
this.columnBFPAYMENT_STATUS = base.Columns["BFPAYMENT_STATUS"];
this.columnBFCONTINT_TYPE = base.Columns["BFCONTINT_TYPE"];
this.columnPRNCALINT_AMT = base.Columns["PRNCALINT_AMT"];
this.columnCALINT_FROM = base.Columns["CALINT_FROM"];
this.columnCALINT_TO = base.Columns["CALINT_TO"];
this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"];
this.columnSETSHRARR_FLAG = base.Columns["SETSHRARR_FLAG"];
this.columnSETSHRARR_AMT = base.Columns["SETSHRARR_AMT"];
this.columnBFSHAREBEGIN_AMT = base.Columns["BFSHAREBEGIN_AMT"];
this.columnBFSHAREATRETRY_AMT = base.Columns["BFSHAREATRETRY_AMT"];
this.columnBFSHARE_STATUS = base.Columns["BFSHARE_STATUS"];
this.columnSHARE_STATUS = base.Columns["SHARE_STATUS"];
this.columnSHRWTDPENDING_AMT = base.Columns["SHRWTDPENDING_AMT"];
this.columnGAIN_FLAG = base.Columns["GAIN_FLAG"];
this.columnGAIN_ID = base.Columns["GAIN_ID"];
this.columnINTACCUM_AMT = base.Columns["INTACCUM_AMT"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnCONFIRMCASH_AMT = base.Columns["CONFIRMCASH_AMT"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnBANKFEE_AMT = base.Columns["BANKFEE_AMT"];
this.columnBANKSRV_AMT = base.Columns["BANKSRV_AMT"];
this.columnBANKVAT_AMT = base.Columns["BANKVAT_AMT"];
this.columnACCID_FLAG = base.Columns["ACCID_FLAG"];
this.columnBANKONLINE_FLAG = base.Columns["BANKONLINE_FLAG"];
this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"];
this.columnSLIP_STATUS = base.Columns["SLIP_STATUS"];
this.columnSLIPCLEAR_NO = base.Columns["SLIPCLEAR_NO"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnSUBGROUP_CODE = base.Columns["SUBGROUP_CODE"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnCANCEL_ID = base.Columns["CANCEL_ID"];
this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"];
this.columnPOSTTOVC_FLAG = base.Columns["POSTTOVC_FLAG"];
this.columnVOUCHER_NO = base.Columns["VOUCHER_NO"];
this.columnCANCELTOVC_FLAG = base.Columns["CANCELTOVC_FLAG"];
this.columnCANCELVC_NO = base.Columns["CANCELVC_NO"];
this.columnNAME = base.Columns["NAME"];
this.columnMEMBGROUP = base.Columns["MEMBGROUP"];
this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"];
this.columnMONEYTYPE_DESC = base.Columns["MONEYTYPE_DESC"];
this.columnLOANTYPE_DESC = base.Columns["LOANTYPE_DESC"];
this.columnBANK_CODE = base.Columns["BANK_CODE"];
this.columnBRANCH_ID = base.Columns["BRANCH_ID"];
this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"];
this.columnINTERST_BFINTARR = base.Columns["INTERST_BFINTARR"];
this.columnPERIOD_INSTALLPAY = base.Columns["PERIOD_INSTALLPAY"];
this.columnPERIOD_INSTALLMENT = base.Columns["PERIOD_INSTALLMENT"];
this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"];
this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"];
this.columnPRINT = base.Columns["PRINT"];
this.columnCOMPUTE_1 = base.Columns["COMPUTE_1"];
this.columnPERIOD_PAYAMT = base.Columns["PERIOD_PAYAMT"];
this.columnCONCOOP_ID = base.Columns["CONCOOP_ID"];
this.columnLNPAYMENT_STATUS = base.Columns["LNPAYMENT_STATUS"];
this.columnRETURNETC_AMT = base.Columns["RETURNETC_AMT"];
this.columncp_lastdate = base.Columns["cp_lastdate"];
this.columncp_activedate = base.Columns["cp_activedate"];
}
[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.columnSLIP_TDATE = new global::System.Data.DataColumn("SLIP_TDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_TDATE);
this.columnOPERATE_TDATE = new global::System.Data.DataColumn("OPERATE_TDATE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_TDATE);
this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_DESC);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_DESC);
this.columnPAYOUTSLIP_NO = new global::System.Data.DataColumn("PAYOUTSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTSLIP_NO);
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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnDOCUMENT_NO = new global::System.Data.DataColumn("DOCUMENT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDOCUMENT_NO);
this.columnSLIPTYPE_CODE = new global::System.Data.DataColumn("SLIPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPTYPE_CODE);
this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE);
this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_DATE);
this.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHRLONTYPE_CODE);
this.columnPAYOUTORDER_NO = new global::System.Data.DataColumn("PAYOUTORDER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTORDER_NO);
this.columnRCVFROMREQCONT_CODE = new global::System.Data.DataColumn("RCVFROMREQCONT_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCVFROMREQCONT_CODE);
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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnRCV_PERIOD = new global::System.Data.DataColumn("RCV_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCV_PERIOD);
this.columnRCVPERIOD_FLAG = new global::System.Data.DataColumn("RCVPERIOD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCVPERIOD_FLAG);
this.columnPAYOUT_AMT = new global::System.Data.DataColumn("PAYOUT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUT_AMT);
this.columnPAYOUTCLR_AMT = new global::System.Data.DataColumn("PAYOUTCLR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTCLR_AMT);
this.columnPAYOUTNET_AMT = new global::System.Data.DataColumn("PAYOUTNET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTNET_AMT);
this.columnBFPERIOD = new global::System.Data.DataColumn("BFPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPERIOD);
this.columnBFLOANAPPROVE_AMT = new global::System.Data.DataColumn("BFLOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLOANAPPROVE_AMT);
this.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHRCONT_BALAMT);
this.columnBFWITHDRAW_AMT = new global::System.Data.DataColumn("BFWITHDRAW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFWITHDRAW_AMT);
this.columnBFINTEREST_ARREAR = new global::System.Data.DataColumn("BFINTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTEREST_ARREAR);
this.columnBFLASTCALINT_DATE = new global::System.Data.DataColumn("BFLASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTCALINT_DATE);
this.columnBFLASTRECEIVE_DATE = new global::System.Data.DataColumn("BFLASTRECEIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTRECEIVE_DATE);
this.columnBFLASTPROC_DATE = new global::System.Data.DataColumn("BFLASTPROC_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTPROC_DATE);
this.columnBFCONTLAW_STATUS = new global::System.Data.DataColumn("BFCONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTLAW_STATUS);
this.columnBFPAYMENT_STATUS = new global::System.Data.DataColumn("BFPAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPAYMENT_STATUS);
this.columnBFCONTINT_TYPE = new global::System.Data.DataColumn("BFCONTINT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTINT_TYPE);
this.columnPRNCALINT_AMT = new global::System.Data.DataColumn("PRNCALINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRNCALINT_AMT);
this.columnCALINT_FROM = new global::System.Data.DataColumn("CALINT_FROM", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_FROM);
this.columnCALINT_TO = new global::System.Data.DataColumn("CALINT_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_TO);
this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PERIOD);
this.columnSETSHRARR_FLAG = new global::System.Data.DataColumn("SETSHRARR_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSETSHRARR_FLAG);
this.columnSETSHRARR_AMT = new global::System.Data.DataColumn("SETSHRARR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSETSHRARR_AMT);
this.columnBFSHAREBEGIN_AMT = new global::System.Data.DataColumn("BFSHAREBEGIN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHAREBEGIN_AMT);
this.columnBFSHAREATRETRY_AMT = new global::System.Data.DataColumn("BFSHAREATRETRY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHAREATRETRY_AMT);
this.columnBFSHARE_STATUS = new global::System.Data.DataColumn("BFSHARE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHARE_STATUS);
this.columnSHARE_STATUS = new global::System.Data.DataColumn("SHARE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARE_STATUS);
this.columnSHRWTDPENDING_AMT = new global::System.Data.DataColumn("SHRWTDPENDING_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHRWTDPENDING_AMT);
this.columnGAIN_FLAG = new global::System.Data.DataColumn("GAIN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGAIN_FLAG);
this.columnGAIN_ID = new global::System.Data.DataColumn("GAIN_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGAIN_ID);
this.columnINTACCUM_AMT = new global::System.Data.DataColumn("INTACCUM_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTACCUM_AMT);
this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEYTYPE_CODE);
this.columnCONFIRMCASH_AMT = new global::System.Data.DataColumn("CONFIRMCASH_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONFIRMCASH_AMT);
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.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.columnBANKVAT_AMT = new global::System.Data.DataColumn("BANKVAT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANKVAT_AMT);
this.columnACCID_FLAG = new global::System.Data.DataColumn("ACCID_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCID_FLAG);
this.columnBANKONLINE_FLAG = new global::System.Data.DataColumn("BANKONLINE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANKONLINE_FLAG);
this.columnTOFROM_ACCID = new global::System.Data.DataColumn("TOFROM_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOFROM_ACCID);
this.columnSLIP_STATUS = new global::System.Data.DataColumn("SLIP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_STATUS);
this.columnSLIPCLEAR_NO = new global::System.Data.DataColumn("SLIPCLEAR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPCLEAR_NO);
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.columnSUBGROUP_CODE = new global::System.Data.DataColumn("SUBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBGROUP_CODE);
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.columnCANCEL_ID = new global::System.Data.DataColumn("CANCEL_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_ID);
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.columnPOSTTOVC_FLAG = new global::System.Data.DataColumn("POSTTOVC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTTOVC_FLAG);
this.columnVOUCHER_NO = new global::System.Data.DataColumn("VOUCHER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVOUCHER_NO);
this.columnCANCELTOVC_FLAG = new global::System.Data.DataColumn("CANCELTOVC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCELTOVC_FLAG);
this.columnCANCELVC_NO = new global::System.Data.DataColumn("CANCELVC_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCELVC_NO);
this.columnNAME = new global::System.Data.DataColumn("NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNAME);
this.columnMEMBGROUP = new global::System.Data.DataColumn("MEMBGROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP);
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.columnMONEYTYPE_DESC = new global::System.Data.DataColumn("MONEYTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEYTYPE_DESC);
this.columnLOANTYPE_DESC = new global::System.Data.DataColumn("LOANTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE_DESC);
this.columnBANK_CODE = new global::System.Data.DataColumn("BANK_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANK_CODE);
this.columnBRANCH_ID = new global::System.Data.DataColumn("BRANCH_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBRANCH_ID);
this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMENT_STATUS);
this.columnINTERST_BFINTARR = new global::System.Data.DataColumn("INTERST_BFINTARR", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTERST_BFINTARR);
this.columnPERIOD_INSTALLPAY = new global::System.Data.DataColumn("PERIOD_INSTALLPAY", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_INSTALLPAY);
this.columnPERIOD_INSTALLMENT = new global::System.Data.DataColumn("PERIOD_INSTALLMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_INSTALLMENT);
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.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_TYPE);
this.columnPRINT = new global::System.Data.DataColumn("PRINT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINT);
this.columnCOMPUTE_1 = new global::System.Data.DataColumn("COMPUTE_1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPUTE_1);
this.columnPERIOD_PAYAMT = new global::System.Data.DataColumn("PERIOD_PAYAMT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_PAYAMT);
this.columnCONCOOP_ID = new global::System.Data.DataColumn("CONCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONCOOP_ID);
this.columnLNPAYMENT_STATUS = new global::System.Data.DataColumn("LNPAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNPAYMENT_STATUS);
this.columnRETURNETC_AMT = new global::System.Data.DataColumn("RETURNETC_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETURNETC_AMT);
this.columncp_lastdate = new global::System.Data.DataColumn("cp_lastdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_lastdate);
this.columncp_activedate = new global::System.Data.DataColumn("cp_activedate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_activedate);
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnOPERATE_TDATE.MaxLength = 8;
this.columnPRENAME_DESC.MaxLength = 30;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columnMEMBGROUP_DESC.MaxLength = 100;
this.columnPAYOUTSLIP_NO.AllowDBNull = false;
this.columnPAYOUTSLIP_NO.MaxLength = 10;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.MaxLength = 8;
this.columnDOCUMENT_NO.MaxLength = 15;
this.columnSLIPTYPE_CODE.MaxLength = 3;
this.columnSHRLONTYPE_CODE.MaxLength = 2;
this.columnPAYOUTORDER_NO.MaxLength = 10;
this.columnRCVFROMREQCONT_CODE.MaxLength = 3;
this.columnLOANREQUEST_DOCNO.MaxLength = 15;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnGAIN_ID.MaxLength = 10;
this.columnMONEYTYPE_CODE.MaxLength = 3;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnTOFROM_ACCID.MaxLength = 15;
this.columnSLIPCLEAR_NO.MaxLength = 10;
this.columnMEMBGROUP_CODE.MaxLength = 8;
this.columnSUBGROUP_CODE.MaxLength = 3;
this.columnENTRY_ID.MaxLength = 32;
this.columnCANCEL_ID.MaxLength = 32;
this.columnVOUCHER_NO.MaxLength = 15;
this.columnCANCELVC_NO.MaxLength = 15;
this.columnNAME.ReadOnly = true;
this.columnMEMBGROUP.ReadOnly = true;
this.columnPERIOD_INSTALLPAY.ReadOnly = true;
this.columnMEMBER_TYPE.ReadOnly = true;
this.columnPRINT.DefaultValue = ((decimal)(1m));
this.columnCOMPUTE_1.ReadOnly = true;
this.columncp_lastdate.ReadOnly = true;
this.columncp_activedate.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTRow NewSLSLIPPAYOUTRow() {
return ((SLSLIPPAYOUTRow)(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 SLSLIPPAYOUTRow(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(SLSLIPPAYOUTRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.NAMEColumn.Expression = " prename_desc + memb_name +\' \'+ memb_surname ";
this.MEMBGROUPColumn.Expression = " trim( membgroup_code )+\' \'+ membgroup_desc ";
this.PERIOD_INSTALLPAYColumn.Expression = "PERIOD_PAYAMT +\' x \'+PERIOD_PAYMENT";
this.COMPUTE_1Column.Expression = "IIF(MEMBER_TYPE = 1 , \'ปกติ\' , \'สมทบ\' )";
}
[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.SLSLIPPAYOUTRowChanged != null)) {
this.SLSLIPPAYOUTRowChanged(this, new SLSLIPPAYOUTRowChangeEvent(((SLSLIPPAYOUTRow)(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.SLSLIPPAYOUTRowChanging != null)) {
this.SLSLIPPAYOUTRowChanging(this, new SLSLIPPAYOUTRowChangeEvent(((SLSLIPPAYOUTRow)(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.SLSLIPPAYOUTRowDeleted != null)) {
this.SLSLIPPAYOUTRowDeleted(this, new SLSLIPPAYOUTRowChangeEvent(((SLSLIPPAYOUTRow)(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.SLSLIPPAYOUTRowDeleting != null)) {
this.SLSLIPPAYOUTRowDeleting(this, new SLSLIPPAYOUTRowChangeEvent(((SLSLIPPAYOUTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSLSLIPPAYOUTRow(SLSLIPPAYOUTRow 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 = "SLSLIPPAYOUTDataTable";
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 SLSLIPPAYINDETRow : global::System.Data.DataRow {
private SLSLIPPAYINDETDataTable tableSLSLIPPAYINDET;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYINDETRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSLSLIPPAYINDET = ((SLSLIPPAYINDETDataTable)(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.tableSLSLIPPAYINDET.COOP_IDColumn]));
}
set {
this[this.tableSLSLIPPAYINDET.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYINSLIP_NO {
get {
return ((string)(this[this.tableSLSLIPPAYINDET.PAYINSLIP_NOColumn]));
}
set {
this[this.tableSLSLIPPAYINDET.PAYINSLIP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPITEMTYPE_CODE {
get {
return ((string)(this[this.tableSLSLIPPAYINDET.SLIPITEMTYPE_CODEColumn]));
}
set {
this[this.tableSLSLIPPAYINDET.SLIPITEMTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableSLSLIPPAYINDET.SEQ_NOColumn]));
}
set {
this[this.tableSLSLIPPAYINDET.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal OPERATE_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SHRLONTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONCOOP_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.CONCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONCOOP_ID\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CONCOOP_IDColumn] = 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.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPITEM_DESC {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPITEM_DESC\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODCOUNT_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODCOUNT_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_PAYAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PAYAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTARREAR_PAYAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ITEM_PAYAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ITEM_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ITEM_BALANCE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ITEM_BALANCE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRNCALINT_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRNCALINT_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_FROM {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.CALINT_FROMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FROM\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CALINT_FROMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_TO {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.CALINT_TOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CALINT_TOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_RETURN {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_RETURN\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string STM_ITEMTYPE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STM_ITEMTYPE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFPERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTARR_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTARR_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTARRSET_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTARRSET_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTCALINT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTCALINT_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTPROC_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPROC_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTPAY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPAY_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFWITHDRAW_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFWITHDRAW_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPERIOD_PAYMENT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD_PAYMENT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFSHRCONT_BALAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFSHRCONT_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_STATUS\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTLAW_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCOUNTPAY_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCOUNTPAY_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPAYSPEC_METHOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPAYSPEC_METHOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BFCONTSTATUS_DESC {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.BFCONTSTATUS_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTSTATUS_DESC\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFCONTSTATUS_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RKEEP_PRINCIPAL {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_PRINCIPAL\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RKEEP_INTEREST {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_INTEREST\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal NKEEP_INTEREST {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NKEEP_INTEREST\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTRETURN_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTRETURN_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPXAFTERMTHKEEP_TYPE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPXAFTERMTHKEEP_TYPE\' in table \'SLSLIPPAYINDET\' is DBNull." +
"", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTERST_BFINTARR {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTERST_BFINTARRColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTERST_BFINTARR\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTERST_BFINTARRColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPERATE_FLAGNull() {
this[this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHRLONTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHRLONTYPE_CODENull() {
this[this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONCOOP_IDNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CONCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONCOOP_IDNull() {
this[this.tableSLSLIPPAYINDET.CONCOOP_IDColumn] = 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.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.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 IsSLIPITEM_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPITEM_DESCNull() {
this[this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODCOUNT_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODCOUNT_FLAGNull() {
this[this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODNull() {
this[this.tableSLSLIPPAYINDET.PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_PAYAMTNull() {
this[this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PAYAMTNull() {
this[this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTARREAR_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTARREAR_PAYAMTNull() {
this[this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsITEM_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetITEM_PAYAMTNull() {
this[this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsITEM_BALANCENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetITEM_BALANCENull() {
this[this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRNCALINT_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRNCALINT_AMTNull() {
this[this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_FROMNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CALINT_FROMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_FROMNull() {
this[this.tableSLSLIPPAYINDET.CALINT_FROMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_TONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CALINT_TOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_TONull() {
this[this.tableSLSLIPPAYINDET.CALINT_TOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PERIODNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PERIODNull() {
this[this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_RETURNNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_RETURNNull() {
this[this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTM_ITEMTYPENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTM_ITEMTYPENull() {
this[this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPERIODNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFPERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPERIODNull() {
this[this.tableSLSLIPPAYINDET.BFPERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTARR_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTARR_AMTNull() {
this[this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTARRSET_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTARRSET_AMTNull() {
this[this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTCALINT_DATENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTCALINT_DATENull() {
this[this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTPROC_DATENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTPROC_DATENull() {
this[this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTPAY_DATENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTPAY_DATENull() {
this[this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFWITHDRAW_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFWITHDRAW_AMTNull() {
this[this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPERIOD_PAYMENTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPERIOD_PAYMENTNull() {
this[this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFSHRCONT_BALAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFSHRCONT_BALAMTNull() {
this[this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFSHRCONT_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFSHRCONT_STATUSNull() {
this[this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTLAW_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTLAW_STATUSNull() {
this[this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCOUNTPAY_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCOUNTPAY_FLAGNull() {
this[this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPAYSPEC_METHODNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPAYSPEC_METHODNull() {
this[this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTSTATUS_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFCONTSTATUS_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTSTATUS_DESCNull() {
this[this.tableSLSLIPPAYINDET.BFCONTSTATUS_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRKEEP_PRINCIPALNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRKEEP_PRINCIPALNull() {
this[this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRKEEP_INTERESTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRKEEP_INTERESTNull() {
this[this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNKEEP_INTERESTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNKEEP_INTERESTNull() {
this[this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTRETURN_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTRETURN_FLAGNull() {
this[this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPXAFTERMTHKEEP_TYPENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPXAFTERMTHKEEP_TYPENull() {
this[this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTERST_BFINTARRNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTERST_BFINTARRColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTERST_BFINTARRNull() {
this[this.tableSLSLIPPAYINDET.INTERST_BFINTARRColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class SLSLIPPAYOUT1Row : global::System.Data.DataRow {
private SLSLIPPAYOUT1DataTable tableSLSLIPPAYOUT1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYOUT1Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSLSLIPPAYOUT1 = ((SLSLIPPAYOUT1DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEM_NAME {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.MEM_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEM_NAME\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.MEM_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE_DESC {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.LOANTYPE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_DESC\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.LOANTYPE_DESCColumn] = 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.tableSLSLIPPAYOUT1.MEMBGROUP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.MEMBGROUP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SUBGROUP_DESC {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.SUBGROUP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBGROUP_DESC\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.SUBGROUP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBER_TYPE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.MEMBER_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.MEMBER_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYMENT_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.PAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.PAYMENT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tableSLSLIPPAYOUT1.COOP_IDColumn]));
}
set {
this[this.tableSLSLIPPAYOUT1.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYOUTSLIP_NO {
get {
return ((string)(this[this.tableSLSLIPPAYOUT1.PAYOUTSLIP_NOColumn]));
}
set {
this[this.tableSLSLIPPAYOUT1.PAYOUTSLIP_NOColumn] = 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.tableSLSLIPPAYOUT1.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.MEMCOOP_IDColumn] = 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.tableSLSLIPPAYOUT1.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DOCUMENT_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.DOCUMENT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOCUMENT_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.DOCUMENT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.SLIPTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.SLIPTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.SLIP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.SLIP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime OPERATE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.OPERATE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.OPERATE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SHRLONTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.SHRLONTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.SHRLONTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYOUTORDER_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.PAYOUTORDER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTORDER_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.PAYOUTORDER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RCVFROMREQCONT_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.RCVFROMREQCONT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCVFROMREQCONT_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.RCVFROMREQCONT_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANREQUEST_DOCNO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.LOANREQUEST_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.LOANREQUEST_DOCNOColumn] = 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.tableSLSLIPPAYOUT1.LOANCONTRACT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RCV_PERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.RCV_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCV_PERIOD\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.RCV_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RCVPERIOD_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.RCVPERIOD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCVPERIOD_FLAG\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.RCVPERIOD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUT_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.PAYOUT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUT_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.PAYOUT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUTCLR_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.PAYOUTCLR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTCLR_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.PAYOUTCLR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUTNET_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.PAYOUTNET_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTNET_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.PAYOUTNET_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFPERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFPERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFLOANAPPROVE_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFLOANAPPROVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLOANAPPROVE_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFLOANAPPROVE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFSHRCONT_BALAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFSHRCONT_BALAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFSHRCONT_BALAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFWITHDRAW_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFWITHDRAW_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFWITHDRAW_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFWITHDRAW_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTEREST_ARREAR {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFINTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTEREST_ARREAR\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFINTEREST_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTCALINT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.BFLASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTCALINT_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFLASTCALINT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTRECEIVE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.BFLASTRECEIVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTRECEIVE_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFLASTRECEIVE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTPROC_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.BFLASTPROC_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPROC_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFLASTPROC_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTLAW_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFCONTLAW_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFCONTLAW_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPAYMENT_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFPAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPAYMENT_STATUS\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFPAYMENT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTINT_TYPE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFCONTINT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTINT_TYPE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BFCONTINT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRNCALINT_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.PRNCALINT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRNCALINT_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.PRNCALINT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_FROM {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.CALINT_FROMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FROM\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.CALINT_FROMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_TO {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.CALINT_TOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.CALINT_TOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.INTEREST_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.INTEREST_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MONEYTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.MONEYTYPE_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.tableSLSLIPPAYOUT1.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.EXPENSE_ACCIDColumn] = 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.tableSLSLIPPAYOUT1.BANKFEE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKFEE_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.BANKSRV_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKSRV_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BANKSRV_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BANKVAT_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.BANKVAT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKVAT_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.BANKVAT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TOFROM_ACCID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.TOFROM_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.TOFROM_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SLIP_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT1.SLIP_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_STATUS\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.SLIP_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPCLEAR_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.SLIPCLEAR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPCLEAR_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.SLIPCLEAR_NOColumn] = 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.tableSLSLIPPAYOUT1.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SUBGROUP_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.SUBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBGROUP_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.SUBGROUP_CODEColumn] = 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.tableSLSLIPPAYOUT1.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.ENTRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_BYCOOPID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.ENTRY_BYCOOPIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_BYCOOPID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.ENTRY_BYCOOPIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PERIOD_INSTALLMENT {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.PERIOD_INSTALLMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_INSTALLMENT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.PERIOD_INSTALLMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PERIOD_PAYMENT {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT1.PERIOD_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT1.PERIOD_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEM_NAMENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.MEM_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEM_NAMENull() {
this[this.tableSLSLIPPAYOUT1.MEM_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANTYPE_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.LOANTYPE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPE_DESCNull() {
this[this.tableSLSLIPPAYOUT1.LOANTYPE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsSUBGROUP_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.SUBGROUP_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBGROUP_DESCNull() {
this[this.tableSLSLIPPAYOUT1.SUBGROUP_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_TYPENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.MEMBER_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_TYPENull() {
this[this.tableSLSLIPPAYOUT1.MEMBER_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMENT_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.PAYMENT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMENT_STATUSNull() {
this[this.tableSLSLIPPAYOUT1.PAYMENT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMCOOP_IDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsMEMBER_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsDOCUMENT_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.DOCUMENT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDOCUMENT_NONull() {
this[this.tableSLSLIPPAYOUT1.DOCUMENT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIPTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.SLIPTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPTYPE_CODENull() {
this[this.tableSLSLIPPAYOUT1.SLIPTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.SLIP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATENull() {
this[this.tableSLSLIPPAYOUT1.SLIP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.OPERATE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPERATE_DATENull() {
this[this.tableSLSLIPPAYOUT1.OPERATE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHRLONTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.SHRLONTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHRLONTYPE_CODENull() {
this[this.tableSLSLIPPAYOUT1.SHRLONTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTORDER_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.PAYOUTORDER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTORDER_NONull() {
this[this.tableSLSLIPPAYOUT1.PAYOUTORDER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRCVFROMREQCONT_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.RCVFROMREQCONT_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCVFROMREQCONT_CODENull() {
this[this.tableSLSLIPPAYOUT1.RCVFROMREQCONT_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_DOCNONull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.LOANREQUEST_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQUEST_DOCNONull() {
this[this.tableSLSLIPPAYOUT1.LOANREQUEST_DOCNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCONTRACT_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsRCV_PERIODNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.RCV_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCV_PERIODNull() {
this[this.tableSLSLIPPAYOUT1.RCV_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRCVPERIOD_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.RCVPERIOD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCVPERIOD_FLAGNull() {
this[this.tableSLSLIPPAYOUT1.RCVPERIOD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUT_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.PAYOUT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUT_AMTNull() {
this[this.tableSLSLIPPAYOUT1.PAYOUT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTCLR_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.PAYOUTCLR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTCLR_AMTNull() {
this[this.tableSLSLIPPAYOUT1.PAYOUTCLR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTNET_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.PAYOUTNET_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTNET_AMTNull() {
this[this.tableSLSLIPPAYOUT1.PAYOUTNET_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPERIODNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFPERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPERIODNull() {
this[this.tableSLSLIPPAYOUT1.BFPERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLOANAPPROVE_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFLOANAPPROVE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLOANAPPROVE_AMTNull() {
this[this.tableSLSLIPPAYOUT1.BFLOANAPPROVE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFSHRCONT_BALAMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFSHRCONT_BALAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFSHRCONT_BALAMTNull() {
this[this.tableSLSLIPPAYOUT1.BFSHRCONT_BALAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFWITHDRAW_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFWITHDRAW_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFWITHDRAW_AMTNull() {
this[this.tableSLSLIPPAYOUT1.BFWITHDRAW_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTEREST_ARREARNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFINTEREST_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTEREST_ARREARNull() {
this[this.tableSLSLIPPAYOUT1.BFINTEREST_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTCALINT_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFLASTCALINT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTCALINT_DATENull() {
this[this.tableSLSLIPPAYOUT1.BFLASTCALINT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTRECEIVE_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFLASTRECEIVE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTRECEIVE_DATENull() {
this[this.tableSLSLIPPAYOUT1.BFLASTRECEIVE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTPROC_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFLASTPROC_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTPROC_DATENull() {
this[this.tableSLSLIPPAYOUT1.BFLASTPROC_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTLAW_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFCONTLAW_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTLAW_STATUSNull() {
this[this.tableSLSLIPPAYOUT1.BFCONTLAW_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPAYMENT_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFPAYMENT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPAYMENT_STATUSNull() {
this[this.tableSLSLIPPAYOUT1.BFPAYMENT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTINT_TYPENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BFCONTINT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTINT_TYPENull() {
this[this.tableSLSLIPPAYOUT1.BFCONTINT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRNCALINT_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.PRNCALINT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRNCALINT_AMTNull() {
this[this.tableSLSLIPPAYOUT1.PRNCALINT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_FROMNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.CALINT_FROMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_FROMNull() {
this[this.tableSLSLIPPAYOUT1.CALINT_FROMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_TONull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.CALINT_TOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_TONull() {
this[this.tableSLSLIPPAYOUT1.CALINT_TOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PERIODNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.INTEREST_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PERIODNull() {
this[this.tableSLSLIPPAYOUT1.INTEREST_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMONEYTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.MONEYTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMONEYTYPE_CODENull() {
this[this.tableSLSLIPPAYOUT1.MONEYTYPE_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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsBANKFEE_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsBANKVAT_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.BANKVAT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANKVAT_AMTNull() {
this[this.tableSLSLIPPAYOUT1.BANKVAT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTOFROM_ACCIDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.TOFROM_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTOFROM_ACCIDNull() {
this[this.tableSLSLIPPAYOUT1.TOFROM_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.SLIP_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_STATUSNull() {
this[this.tableSLSLIPPAYOUT1.SLIP_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIPCLEAR_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.SLIPCLEAR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPCLEAR_NONull() {
this[this.tableSLSLIPPAYOUT1.SLIPCLEAR_NOColumn] = 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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsSUBGROUP_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.SUBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBGROUP_CODENull() {
this[this.tableSLSLIPPAYOUT1.SUBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsENTRY_BYCOOPIDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.ENTRY_BYCOOPIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_BYCOOPIDNull() {
this[this.tableSLSLIPPAYOUT1.ENTRY_BYCOOPIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_INSTALLMENTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT1.PERIOD_INSTALLMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_INSTALLMENTNull() {
this[this.tableSLSLIPPAYOUT1.PERIOD_INSTALLMENTColumn] = 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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.PERIOD_PAYMENTColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class SLSLIPPAYOUTRow : global::System.Data.DataRow {
private SLSLIPPAYOUTDataTable tableSLSLIPPAYOUT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYOUTRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSLSLIPPAYOUT = ((SLSLIPPAYOUTDataTable)(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.tableSLSLIPPAYOUT.COOP_IDColumn]));
}
set {
this[this.tableSLSLIPPAYOUT.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_TDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.SLIP_TDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_TDATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SLIP_TDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string OPERATE_TDATE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.OPERATE_TDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_TDATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.OPERATE_TDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_DESC {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.PRENAME_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PRENAME_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MEMB_SURNAMEColumn] = 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.tableSLSLIPPAYOUT.MEMBGROUP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MEMBGROUP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYOUTSLIP_NO {
get {
return ((string)(this[this.tableSLSLIPPAYOUT.PAYOUTSLIP_NOColumn]));
}
set {
this[this.tableSLSLIPPAYOUT.PAYOUTSLIP_NOColumn] = 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.tableSLSLIPPAYOUT.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MEMCOOP_IDColumn] = 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.tableSLSLIPPAYOUT.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DOCUMENT_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.DOCUMENT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOCUMENT_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.DOCUMENT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.SLIPTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SLIPTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.SLIP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SLIP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime OPERATE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.OPERATE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.OPERATE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SHRLONTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.SHRLONTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SHRLONTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYOUTORDER_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.PAYOUTORDER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTORDER_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PAYOUTORDER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RCVFROMREQCONT_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.RCVFROMREQCONT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCVFROMREQCONT_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.RCVFROMREQCONT_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANREQUEST_DOCNO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.LOANREQUEST_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.LOANREQUEST_DOCNOColumn] = 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.tableSLSLIPPAYOUT.LOANCONTRACT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RCV_PERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.RCV_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCV_PERIOD\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.RCV_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RCVPERIOD_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.RCVPERIOD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCVPERIOD_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.RCVPERIOD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUT_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.PAYOUT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUT_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PAYOUT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUTCLR_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.PAYOUTCLR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTCLR_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PAYOUTCLR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUTNET_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.PAYOUTNET_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTNET_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PAYOUTNET_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFPERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFPERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFLOANAPPROVE_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFLOANAPPROVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLOANAPPROVE_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFLOANAPPROVE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFSHRCONT_BALAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFSHRCONT_BALAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFSHRCONT_BALAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFWITHDRAW_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFWITHDRAW_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFWITHDRAW_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFWITHDRAW_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTEREST_ARREAR {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFINTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTEREST_ARREAR\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFINTEREST_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTCALINT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.BFLASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTCALINT_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFLASTCALINT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTRECEIVE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.BFLASTRECEIVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTRECEIVE_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFLASTRECEIVE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTPROC_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.BFLASTPROC_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPROC_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFLASTPROC_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTLAW_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFCONTLAW_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFCONTLAW_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPAYMENT_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFPAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPAYMENT_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFPAYMENT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTINT_TYPE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFCONTINT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTINT_TYPE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFCONTINT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRNCALINT_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.PRNCALINT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRNCALINT_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PRNCALINT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_FROM {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.CALINT_FROMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FROM\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.CALINT_FROMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_TO {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.CALINT_TOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.CALINT_TOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.INTEREST_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.INTEREST_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SETSHRARR_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.SETSHRARR_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SETSHRARR_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SETSHRARR_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SETSHRARR_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.SETSHRARR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SETSHRARR_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SETSHRARR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFSHAREBEGIN_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFSHAREBEGIN_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHAREBEGIN_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFSHAREBEGIN_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFSHAREATRETRY_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFSHAREATRETRY_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHAREATRETRY_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFSHAREATRETRY_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFSHARE_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BFSHARE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHARE_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BFSHARE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARE_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.SHARE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARE_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SHARE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHRWTDPENDING_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.SHRWTDPENDING_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHRWTDPENDING_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SHRWTDPENDING_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GAIN_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.GAIN_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GAIN_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.GAIN_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string GAIN_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.GAIN_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GAIN_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.GAIN_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTACCUM_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.INTACCUM_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.INTACCUM_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MONEYTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MONEYTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONFIRMCASH_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.CONFIRMCASH_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONFIRMCASH_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.CONFIRMCASH_AMTColumn] = 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.tableSLSLIPPAYOUT.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.EXPENSE_ACCIDColumn] = 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.tableSLSLIPPAYOUT.BANKFEE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKFEE_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.BANKSRV_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKSRV_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BANKSRV_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BANKVAT_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BANKVAT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKVAT_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BANKVAT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ACCID_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.ACCID_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCID_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.ACCID_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BANKONLINE_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.BANKONLINE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKONLINE_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BANKONLINE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TOFROM_ACCID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.TOFROM_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.TOFROM_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SLIP_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.SLIP_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SLIP_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPCLEAR_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.SLIPCLEAR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPCLEAR_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SLIPCLEAR_NOColumn] = 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.tableSLSLIPPAYOUT.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SUBGROUP_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.SUBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBGROUP_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.SUBGROUP_CODEColumn] = 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.tableSLSLIPPAYOUT.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.ENTRY_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.tableSLSLIPPAYOUT.CANCEL_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.CANCEL_IDColumn] = 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.tableSLSLIPPAYOUT.CANCEL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.CANCEL_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal POSTTOVC_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.POSTTOVC_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTTOVC_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.POSTTOVC_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string VOUCHER_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.VOUCHER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'VOUCHER_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.VOUCHER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CANCELTOVC_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.CANCELTOVC_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCELTOVC_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.CANCELTOVC_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCELVC_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.CANCELVC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCELVC_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.CANCELVC_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string NAME {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NAME\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.MEMBGROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MEMBGROUPColumn] = 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.tableSLSLIPPAYOUT.LOANTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.LOANTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MONEYTYPE_DESC {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.MONEYTYPE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_DESC\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MONEYTYPE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE_DESC {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.LOANTYPE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_DESC\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.LOANTYPE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BANK_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.BANK_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANK_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BANK_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BRANCH_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.BRANCH_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BRANCH_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.BRANCH_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYMENT_STATUS {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.PAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PAYMENT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INTERST_BFINTARR {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.INTERST_BFINTARRColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTERST_BFINTARR\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.INTERST_BFINTARRColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PERIOD_INSTALLPAY {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLPAYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_INSTALLPAY\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLPAYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_INSTALLMENT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_INSTALLMENT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLMENTColumn] = 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.tableSLSLIPPAYOUT.PERIOD_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PERIOD_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBER_TYPE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.MEMBER_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.MEMBER_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.PRINTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PRINTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COMPUTE_1 {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.COMPUTE_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPUTE_1\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.COMPUTE_1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PERIOD_PAYAMT {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.PERIOD_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYAMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.PERIOD_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONCOOP_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUT.CONCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONCOOP_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.CONCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNPAYMENT_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.LNPAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNPAYMENT_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.LNPAYMENT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RETURNETC_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYOUT.RETURNETC_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETURNETC_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.RETURNETC_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime cp_lastdate {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.cp_lastdateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_lastdate\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.cp_lastdateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime cp_activedate {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.cp_activedateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_activedate\' in table \'SLSLIPPAYOUT\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUT.cp_activedateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_TDATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SLIP_TDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_TDATENull() {
this[this.tableSLSLIPPAYOUT.SLIP_TDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_TDATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.OPERATE_TDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPERATE_TDATENull() {
this[this.tableSLSLIPPAYOUT.OPERATE_TDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PRENAME_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRENAME_DESCNull() {
this[this.tableSLSLIPPAYOUT.PRENAME_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableSLSLIPPAYOUT.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableSLSLIPPAYOUT.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsMEMCOOP_IDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsMEMBER_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsDOCUMENT_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT.DOCUMENT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDOCUMENT_NONull() {
this[this.tableSLSLIPPAYOUT.DOCUMENT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIPTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SLIPTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPTYPE_CODENull() {
this[this.tableSLSLIPPAYOUT.SLIPTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SLIP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATENull() {
this[this.tableSLSLIPPAYOUT.SLIP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.OPERATE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPERATE_DATENull() {
this[this.tableSLSLIPPAYOUT.OPERATE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHRLONTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SHRLONTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHRLONTYPE_CODENull() {
this[this.tableSLSLIPPAYOUT.SHRLONTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTORDER_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PAYOUTORDER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTORDER_NONull() {
this[this.tableSLSLIPPAYOUT.PAYOUTORDER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRCVFROMREQCONT_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.RCVFROMREQCONT_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCVFROMREQCONT_CODENull() {
this[this.tableSLSLIPPAYOUT.RCVFROMREQCONT_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_DOCNONull() {
return this.IsNull(this.tableSLSLIPPAYOUT.LOANREQUEST_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQUEST_DOCNONull() {
this[this.tableSLSLIPPAYOUT.LOANREQUEST_DOCNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCONTRACT_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsRCV_PERIODNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.RCV_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCV_PERIODNull() {
this[this.tableSLSLIPPAYOUT.RCV_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRCVPERIOD_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.RCVPERIOD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCVPERIOD_FLAGNull() {
this[this.tableSLSLIPPAYOUT.RCVPERIOD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUT_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PAYOUT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUT_AMTNull() {
this[this.tableSLSLIPPAYOUT.PAYOUT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTCLR_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PAYOUTCLR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTCLR_AMTNull() {
this[this.tableSLSLIPPAYOUT.PAYOUTCLR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTNET_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PAYOUTNET_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTNET_AMTNull() {
this[this.tableSLSLIPPAYOUT.PAYOUTNET_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPERIODNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFPERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPERIODNull() {
this[this.tableSLSLIPPAYOUT.BFPERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLOANAPPROVE_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFLOANAPPROVE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLOANAPPROVE_AMTNull() {
this[this.tableSLSLIPPAYOUT.BFLOANAPPROVE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFSHRCONT_BALAMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFSHRCONT_BALAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFSHRCONT_BALAMTNull() {
this[this.tableSLSLIPPAYOUT.BFSHRCONT_BALAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFWITHDRAW_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFWITHDRAW_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFWITHDRAW_AMTNull() {
this[this.tableSLSLIPPAYOUT.BFWITHDRAW_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTEREST_ARREARNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFINTEREST_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTEREST_ARREARNull() {
this[this.tableSLSLIPPAYOUT.BFINTEREST_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTCALINT_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFLASTCALINT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTCALINT_DATENull() {
this[this.tableSLSLIPPAYOUT.BFLASTCALINT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTRECEIVE_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFLASTRECEIVE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTRECEIVE_DATENull() {
this[this.tableSLSLIPPAYOUT.BFLASTRECEIVE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTPROC_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFLASTPROC_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTPROC_DATENull() {
this[this.tableSLSLIPPAYOUT.BFLASTPROC_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTLAW_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFCONTLAW_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTLAW_STATUSNull() {
this[this.tableSLSLIPPAYOUT.BFCONTLAW_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPAYMENT_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFPAYMENT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPAYMENT_STATUSNull() {
this[this.tableSLSLIPPAYOUT.BFPAYMENT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTINT_TYPENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFCONTINT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTINT_TYPENull() {
this[this.tableSLSLIPPAYOUT.BFCONTINT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRNCALINT_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PRNCALINT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRNCALINT_AMTNull() {
this[this.tableSLSLIPPAYOUT.PRNCALINT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_FROMNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.CALINT_FROMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_FROMNull() {
this[this.tableSLSLIPPAYOUT.CALINT_FROMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_TONull() {
return this.IsNull(this.tableSLSLIPPAYOUT.CALINT_TOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_TONull() {
this[this.tableSLSLIPPAYOUT.CALINT_TOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PERIODNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.INTEREST_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PERIODNull() {
this[this.tableSLSLIPPAYOUT.INTEREST_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSETSHRARR_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SETSHRARR_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSETSHRARR_FLAGNull() {
this[this.tableSLSLIPPAYOUT.SETSHRARR_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSETSHRARR_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SETSHRARR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSETSHRARR_AMTNull() {
this[this.tableSLSLIPPAYOUT.SETSHRARR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFSHAREBEGIN_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFSHAREBEGIN_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFSHAREBEGIN_AMTNull() {
this[this.tableSLSLIPPAYOUT.BFSHAREBEGIN_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFSHAREATRETRY_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFSHAREATRETRY_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFSHAREATRETRY_AMTNull() {
this[this.tableSLSLIPPAYOUT.BFSHAREATRETRY_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFSHARE_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BFSHARE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFSHARE_STATUSNull() {
this[this.tableSLSLIPPAYOUT.BFSHARE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARE_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SHARE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARE_STATUSNull() {
this[this.tableSLSLIPPAYOUT.SHARE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHRWTDPENDING_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SHRWTDPENDING_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHRWTDPENDING_AMTNull() {
this[this.tableSLSLIPPAYOUT.SHRWTDPENDING_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGAIN_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.GAIN_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGAIN_FLAGNull() {
this[this.tableSLSLIPPAYOUT.GAIN_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGAIN_IDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.GAIN_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGAIN_IDNull() {
this[this.tableSLSLIPPAYOUT.GAIN_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTACCUM_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.INTACCUM_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTACCUM_AMTNull() {
this[this.tableSLSLIPPAYOUT.INTACCUM_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMONEYTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.MONEYTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMONEYTYPE_CODENull() {
this[this.tableSLSLIPPAYOUT.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONFIRMCASH_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.CONFIRMCASH_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONFIRMCASH_AMTNull() {
this[this.tableSLSLIPPAYOUT.CONFIRMCASH_AMTColumn] = 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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsBANKFEE_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsBANKVAT_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BANKVAT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANKVAT_AMTNull() {
this[this.tableSLSLIPPAYOUT.BANKVAT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCID_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.ACCID_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCID_FLAGNull() {
this[this.tableSLSLIPPAYOUT.ACCID_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANKONLINE_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BANKONLINE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANKONLINE_FLAGNull() {
this[this.tableSLSLIPPAYOUT.BANKONLINE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTOFROM_ACCIDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.TOFROM_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTOFROM_ACCIDNull() {
this[this.tableSLSLIPPAYOUT.TOFROM_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SLIP_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_STATUSNull() {
this[this.tableSLSLIPPAYOUT.SLIP_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIPCLEAR_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SLIPCLEAR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPCLEAR_NONull() {
this[this.tableSLSLIPPAYOUT.SLIPCLEAR_NOColumn] = 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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsSUBGROUP_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.SUBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBGROUP_CODENull() {
this[this.tableSLSLIPPAYOUT.SUBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsCANCEL_IDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsCANCEL_DATENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsPOSTTOVC_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.POSTTOVC_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSTTOVC_FLAGNull() {
this[this.tableSLSLIPPAYOUT.POSTTOVC_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsVOUCHER_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT.VOUCHER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetVOUCHER_NONull() {
this[this.tableSLSLIPPAYOUT.VOUCHER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCELTOVC_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.CANCELTOVC_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCELTOVC_FLAGNull() {
this[this.tableSLSLIPPAYOUT.CANCELTOVC_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCELVC_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUT.CANCELVC_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCELVC_NONull() {
this[this.tableSLSLIPPAYOUT.CANCELVC_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNAMENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNAMENull() {
this[this.tableSLSLIPPAYOUT.NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUPNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.MEMBGROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUPNull() {
this[this.tableSLSLIPPAYOUT.MEMBGROUPColumn] = 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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsMONEYTYPE_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.MONEYTYPE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMONEYTYPE_DESCNull() {
this[this.tableSLSLIPPAYOUT.MONEYTYPE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANTYPE_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.LOANTYPE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPE_DESCNull() {
this[this.tableSLSLIPPAYOUT.LOANTYPE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANK_CODENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BANK_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANK_CODENull() {
this[this.tableSLSLIPPAYOUT.BANK_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBRANCH_IDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.BRANCH_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBRANCH_IDNull() {
this[this.tableSLSLIPPAYOUT.BRANCH_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMENT_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PAYMENT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMENT_STATUSNull() {
this[this.tableSLSLIPPAYOUT.PAYMENT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTERST_BFINTARRNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.INTERST_BFINTARRColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTERST_BFINTARRNull() {
this[this.tableSLSLIPPAYOUT.INTERST_BFINTARRColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_INSTALLPAYNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PERIOD_INSTALLPAYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_INSTALLPAYNull() {
this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLPAYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_INSTALLMENTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PERIOD_INSTALLMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_INSTALLMENTNull() {
this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLMENTColumn] = 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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsMEMBER_TYPENull() {
return this.IsNull(this.tableSLSLIPPAYOUT.MEMBER_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_TYPENull() {
this[this.tableSLSLIPPAYOUT.MEMBER_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.PRINTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINTNull() {
this[this.tableSLSLIPPAYOUT.PRINTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPUTE_1Null() {
return this.IsNull(this.tableSLSLIPPAYOUT.COMPUTE_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPUTE_1Null() {
this[this.tableSLSLIPPAYOUT.COMPUTE_1Column] = 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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsCONCOOP_IDNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.CONCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONCOOP_IDNull() {
this[this.tableSLSLIPPAYOUT.CONCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNPAYMENT_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.LNPAYMENT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNPAYMENT_STATUSNull() {
this[this.tableSLSLIPPAYOUT.LNPAYMENT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRETURNETC_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.RETURNETC_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETURNETC_AMTNull() {
this[this.tableSLSLIPPAYOUT.RETURNETC_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_lastdateNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.cp_lastdateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_lastdateNull() {
this[this.tableSLSLIPPAYOUT.cp_lastdateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_activedateNull() {
return this.IsNull(this.tableSLSLIPPAYOUT.cp_activedateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_activedateNull() {
this[this.tableSLSLIPPAYOUT.cp_activedateColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class SLSLIPPAYINDETRowChangeEvent : global::System.EventArgs {
private SLSLIPPAYINDETRow 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 SLSLIPPAYINDETRowChangeEvent(SLSLIPPAYINDETRow 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 SLSLIPPAYINDETRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class SLSLIPPAYOUT1RowChangeEvent : global::System.EventArgs {
private SLSLIPPAYOUT1Row 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 SLSLIPPAYOUT1RowChangeEvent(SLSLIPPAYOUT1Row 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 SLSLIPPAYOUT1Row Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class SLSLIPPAYOUTRowChangeEvent : global::System.EventArgs {
private SLSLIPPAYOUTRow 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 SLSLIPPAYOUTRowChangeEvent(SLSLIPPAYOUTRow 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 SLSLIPPAYOUTRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Saving.Applications.shrlon.dlg.w_dlg_loan_receive_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 SLSLIPPAYINDETTableAdapter : 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 SLSLIPPAYINDETTableAdapter() {
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 = "SLSLIPPAYINDET";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("PAYINSLIP_NO", "PAYINSLIP_NO");
tableMapping.ColumnMappings.Add("SLIPITEMTYPE_CODE", "SLIPITEMTYPE_CODE");
tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO");
tableMapping.ColumnMappings.Add("OPERATE_FLAG", "OPERATE_FLAG");
tableMapping.ColumnMappings.Add("SHRLONTYPE_CODE", "SHRLONTYPE_CODE");
tableMapping.ColumnMappings.Add("CONCOOP_ID", "CONCOOP_ID");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("SLIPITEM_DESC", "SLIPITEM_DESC");
tableMapping.ColumnMappings.Add("PERIODCOUNT_FLAG", "PERIODCOUNT_FLAG");
tableMapping.ColumnMappings.Add("PERIOD", "PERIOD");
tableMapping.ColumnMappings.Add("PRINCIPAL_PAYAMT", "PRINCIPAL_PAYAMT");
tableMapping.ColumnMappings.Add("INTEREST_PAYAMT", "INTEREST_PAYAMT");
tableMapping.ColumnMappings.Add("INTARREAR_PAYAMT", "INTARREAR_PAYAMT");
tableMapping.ColumnMappings.Add("ITEM_PAYAMT", "ITEM_PAYAMT");
tableMapping.ColumnMappings.Add("ITEM_BALANCE", "ITEM_BALANCE");
tableMapping.ColumnMappings.Add("PRNCALINT_AMT", "PRNCALINT_AMT");
tableMapping.ColumnMappings.Add("CALINT_FROM", "CALINT_FROM");
tableMapping.ColumnMappings.Add("CALINT_TO", "CALINT_TO");
tableMapping.ColumnMappings.Add("INTEREST_PERIOD", "INTEREST_PERIOD");
tableMapping.ColumnMappings.Add("INTEREST_RETURN", "INTEREST_RETURN");
tableMapping.ColumnMappings.Add("STM_ITEMTYPE", "STM_ITEMTYPE");
tableMapping.ColumnMappings.Add("BFPERIOD", "BFPERIOD");
tableMapping.ColumnMappings.Add("BFINTARR_AMT", "BFINTARR_AMT");
tableMapping.ColumnMappings.Add("BFINTARRSET_AMT", "BFINTARRSET_AMT");
tableMapping.ColumnMappings.Add("BFLASTCALINT_DATE", "BFLASTCALINT_DATE");
tableMapping.ColumnMappings.Add("BFLASTPROC_DATE", "BFLASTPROC_DATE");
tableMapping.ColumnMappings.Add("BFLASTPAY_DATE", "BFLASTPAY_DATE");
tableMapping.ColumnMappings.Add("BFWITHDRAW_AMT", "BFWITHDRAW_AMT");
tableMapping.ColumnMappings.Add("BFPERIOD_PAYMENT", "BFPERIOD_PAYMENT");
tableMapping.ColumnMappings.Add("BFSHRCONT_BALAMT", "BFSHRCONT_BALAMT");
tableMapping.ColumnMappings.Add("BFSHRCONT_STATUS", "BFSHRCONT_STATUS");
tableMapping.ColumnMappings.Add("BFCONTLAW_STATUS", "BFCONTLAW_STATUS");
tableMapping.ColumnMappings.Add("BFCOUNTPAY_FLAG", "BFCOUNTPAY_FLAG");
tableMapping.ColumnMappings.Add("BFPAYSPEC_METHOD", "BFPAYSPEC_METHOD");
tableMapping.ColumnMappings.Add("BFCONTSTATUS_DESC", "BFCONTSTATUS_DESC");
tableMapping.ColumnMappings.Add("RKEEP_PRINCIPAL", "RKEEP_PRINCIPAL");
tableMapping.ColumnMappings.Add("RKEEP_INTEREST", "RKEEP_INTEREST");
tableMapping.ColumnMappings.Add("NKEEP_INTEREST", "NKEEP_INTEREST");
tableMapping.ColumnMappings.Add("BFINTRETURN_FLAG", "BFINTRETURN_FLAG");
tableMapping.ColumnMappings.Add("BFPXAFTERMTHKEEP_TYPE", "BFPXAFTERMTHKEEP_TYPE");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM \"SLSLIPPAYINDET\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"PAYINSL" +
"IP_NO\" = :Original_PAYINSLIP_NO) AND (\"SLIPITEMTYPE_CODE\" = :Original_SLIPITEMTY" +
"PE_CODE) AND (\"SEQ_NO\" = :Original_SEQ_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_PAYINSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO ""SLSLIPPAYINDET"" (""COOP_ID"", ""PAYINSLIP_NO"", ""SLIPITEMTYPE_CODE"", ""SEQ_NO"", ""OPERATE_FLAG"", ""SHRLONTYPE_CODE"", ""CONCOOP_ID"", ""LOANCONTRACT_NO"", ""SLIPITEM_DESC"", ""PERIODCOUNT_FLAG"", ""PERIOD"", ""PRINCIPAL_PAYAMT"", ""INTEREST_PAYAMT"", ""INTARREAR_PAYAMT"", ""ITEM_PAYAMT"", ""ITEM_BALANCE"", ""PRNCALINT_AMT"", ""CALINT_FROM"", ""CALINT_TO"", ""INTEREST_PERIOD"", ""INTEREST_RETURN"", ""STM_ITEMTYPE"", ""BFPERIOD"", ""BFINTARR_AMT"", ""BFINTARRSET_AMT"", ""BFLASTCALINT_DATE"", ""BFLASTPROC_DATE"", ""BFLASTPAY_DATE"", ""BFWITHDRAW_AMT"", ""BFPERIOD_PAYMENT"", ""BFSHRCONT_BALAMT"", ""BFSHRCONT_STATUS"", ""BFCONTLAW_STATUS"", ""BFCOUNTPAY_FLAG"", ""BFPAYSPEC_METHOD"", ""BFCONTSTATUS_DESC"", ""RKEEP_PRINCIPAL"", ""RKEEP_INTEREST"", ""NKEEP_INTEREST"", ""BFINTRETURN_FLAG"", ""BFPXAFTERMTHKEEP_TYPE"") VALUES (:COOP_ID, :PAYINSLIP_NO, :SLIPITEMTYPE_CODE, :SEQ_NO, :OPERATE_FLAG, :SHRLONTYPE_CODE, :CONCOOP_ID, :LOANCONTRACT_NO, :SLIPITEM_DESC, :PERIODCOUNT_FLAG, :PERIOD, :PRINCIPAL_PAYAMT, :INTEREST_PAYAMT, :INTARREAR_PAYAMT, :ITEM_PAYAMT, :ITEM_BALANCE, :PRNCALINT_AMT, :CALINT_FROM, :CALINT_TO, :INTEREST_PERIOD, :INTEREST_RETURN, :STM_ITEMTYPE, :BFPERIOD, :BFINTARR_AMT, :BFINTARRSET_AMT, :BFLASTCALINT_DATE, :BFLASTPROC_DATE, :BFLASTPAY_DATE, :BFWITHDRAW_AMT, :BFPERIOD_PAYMENT, :BFSHRCONT_BALAMT, :BFSHRCONT_STATUS, :BFCONTLAW_STATUS, :BFCOUNTPAY_FLAG, :BFPAYSPEC_METHOD, :BFCONTSTATUS_DESC, :RKEEP_PRINCIPAL, :RKEEP_INTEREST, :NKEEP_INTEREST, :BFINTRETURN_FLAG, :BFPXAFTERMTHKEEP_TYPE)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYINSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OPERATE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEM_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SLIPITEM_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODCOUNT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODCOUNT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_BALANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCALINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCALINT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STM_ITEMTYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "STM_ITEMTYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARRSET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARRSET_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPROC_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPROC_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPAY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPAY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCOUNTPAY_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCOUNTPAY_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPAYSPEC_METHOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPAYSPEC_METHOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTSTATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BFCONTSTATUS_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTRETURN_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTRETURN_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPXAFTERMTHKEEP_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPXAFTERMTHKEEP_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = "UPDATE \"SLSLIPPAYINDET\" SET \"COOP_ID\" = :COOP_ID, \"PAYINSLIP_NO\" = :PAYINSLIP_NO," +
" \"SLIPITEMTYPE_CODE\" = :SLIPITEMTYPE_CODE, \"SEQ_NO\" = :SEQ_NO, \"OPERATE_FLAG\" = " +
":OPERATE_FLAG, \"SHRLONTYPE_CODE\" = :SHRLONTYPE_CODE, \"CONCOOP_ID\" = :CONCOOP_ID," +
" \"LOANCONTRACT_NO\" = :LOANCONTRACT_NO, \"SLIPITEM_DESC\" = :SLIPITEM_DESC, \"PERIOD" +
"COUNT_FLAG\" = :PERIODCOUNT_FLAG, \"PERIOD\" = :PERIOD, \"PRINCIPAL_PAYAMT\" = :PRINC" +
"IPAL_PAYAMT, \"INTEREST_PAYAMT\" = :INTEREST_PAYAMT, \"INTARREAR_PAYAMT\" = :INTARRE" +
"AR_PAYAMT, \"ITEM_PAYAMT\" = :ITEM_PAYAMT, \"ITEM_BALANCE\" = :ITEM_BALANCE, \"PRNCAL" +
"INT_AMT\" = :PRNCALINT_AMT, \"CALINT_FROM\" = :CALINT_FROM, \"CALINT_TO\" = :CALINT_T" +
"O, \"INTEREST_PERIOD\" = :INTEREST_PERIOD, \"INTEREST_RETURN\" = :INTEREST_RETURN, \"" +
"STM_ITEMTYPE\" = :STM_ITEMTYPE, \"BFPERIOD\" = :BFPERIOD, \"BFINTARR_AMT\" = :BFINTAR" +
"R_AMT, \"BFINTARRSET_AMT\" = :BFINTARRSET_AMT, \"BFLASTCALINT_DATE\" = :BFLASTCALINT" +
"_DATE, \"BFLASTPROC_DATE\" = :BFLASTPROC_DATE, \"BFLASTPAY_DATE\" = :BFLASTPAY_DATE," +
" \"BFWITHDRAW_AMT\" = :BFWITHDRAW_AMT, \"BFPERIOD_PAYMENT\" = :BFPERIOD_PAYMENT, \"BF" +
"SHRCONT_BALAMT\" = :BFSHRCONT_BALAMT, \"BFSHRCONT_STATUS\" = :BFSHRCONT_STATUS, \"BF" +
"CONTLAW_STATUS\" = :BFCONTLAW_STATUS, \"BFCOUNTPAY_FLAG\" = :BFCOUNTPAY_FLAG, \"BFPA" +
"YSPEC_METHOD\" = :BFPAYSPEC_METHOD, \"BFCONTSTATUS_DESC\" = :BFCONTSTATUS_DESC, \"RK" +
"EEP_PRINCIPAL\" = :RKEEP_PRINCIPAL, \"RKEEP_INTEREST\" = :RKEEP_INTEREST, \"NKEEP_IN" +
"TEREST\" = :NKEEP_INTEREST, \"BFINTRETURN_FLAG\" = :BFINTRETURN_FLAG, \"BFPXAFTERMTH" +
"KEEP_TYPE\" = :BFPXAFTERMTHKEEP_TYPE WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (" +
"\"PAYINSLIP_NO\" = :Original_PAYINSLIP_NO) AND (\"SLIPITEMTYPE_CODE\" = :Original_SL" +
"IPITEMTYPE_CODE) AND (\"SEQ_NO\" = :Original_SEQ_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYINSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OPERATE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEM_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SLIPITEM_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODCOUNT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODCOUNT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_BALANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCALINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCALINT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STM_ITEMTYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "STM_ITEMTYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARRSET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARRSET_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPROC_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPROC_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPAY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPAY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCOUNTPAY_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCOUNTPAY_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPAYSPEC_METHOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPAYSPEC_METHOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTSTATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BFCONTSTATUS_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTRETURN_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTRETURN_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPXAFTERMTHKEEP_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPXAFTERMTHKEEP_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_PAYINSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = " SELECT SLSLIPPAYINDET.COOP_ID, \r\n SLSLIPPAYINDET.PAYINSLIP_NO, \r\n " +
" SLSLIPPAYINDET.SLIPITEMTYPE_CODE, \r\n SLSLIPPAYINDET.SEQ_NO, \r\n" +
" SLSLIPPAYINDET.OPERATE_FLAG, \r\n SLSLIPPAYINDET.SHRLONTYPE_COD" +
"E, \r\n SLSLIPPAYINDET.CONCOOP_ID, \r\n SLSLIPPAYINDET.LOANCONTR" +
"ACT_NO, \r\n SLSLIPPAYINDET.SLIPITEM_DESC, \r\n SLSLIPPAYINDET.P" +
"ERIODCOUNT_FLAG, \r\n SLSLIPPAYINDET.PERIOD, \r\n SLSLIPPAYINDET" +
".PRINCIPAL_PAYAMT, \r\n SLSLIPPAYINDET.INTEREST_PAYAMT, \r\n SLS" +
"LIPPAYINDET.INTARREAR_PAYAMT, \r\n SLSLIPPAYINDET.ITEM_PAYAMT, \r\n " +
" SLSLIPPAYINDET.ITEM_BALANCE, \r\n SLSLIPPAYINDET.PRNCALINT_AMT, \r\n" +
" SLSLIPPAYINDET.CALINT_FROM, \r\n SLSLIPPAYINDET.CALINT_TO, \r\n" +
" SLSLIPPAYINDET.INTEREST_PERIOD, \r\n SLSLIPPAYINDET.INTEREST_RE" +
"TURN, \r\n SLSLIPPAYINDET.STM_ITEMTYPE, \r\n SLSLIPPAYINDET.BFPE" +
"RIOD, \r\n SLSLIPPAYINDET.BFINTARR_AMT, \r\n SLSLIPPAYINDET.BFIN" +
"TARRSET_AMT, \r\n SLSLIPPAYINDET.BFLASTCALINT_DATE, \r\n SLSLIPP" +
"AYINDET.BFLASTPROC_DATE, \r\n SLSLIPPAYINDET.BFLASTPAY_DATE, \r\n " +
" SLSLIPPAYINDET.BFWITHDRAW_AMT, \r\n SLSLIPPAYINDET.BFPERIOD_PAYMENT, " +
" \r\n SLSLIPPAYINDET.BFSHRCONT_BALAMT, \r\n SLSLIPPAYINDET.BFSHRCO" +
"NT_STATUS, \r\n SLSLIPPAYINDET.BFCONTLAW_STATUS, \r\n SLSLIPPAYI" +
"NDET.BFCOUNTPAY_FLAG, \r\n SLSLIPPAYINDET.BFPAYSPEC_METHOD, \r\n " +
" SLSLIPPAYINDET.BFCONTSTATUS_DESC, \r\n SLSLIPPAYINDET.RKEEP_PRINCIPAL, " +
" \r\n SLSLIPPAYINDET.RKEEP_INTEREST, \r\n SLSLIPPAYINDET.NKEEP_IN" +
"TEREST, \r\n SLSLIPPAYINDET.BFINTRETURN_FLAG, \r\n SLSLIPPAYINDE" +
"T.BFPXAFTERMTHKEEP_TYPE \r\n FROM SLSLIPPAYINDET \r\n WHERE ( slslippayindet." +
"coop_id = :as_coopid ) AND \r\n ( slslippayindet.payinslip_no = :as_slipn" +
"o ) ";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_coopid", global::System.Data.OracleClient.OracleType.Char, 6, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_slipno", global::System.Data.OracleClient.OracleType.Char, 10, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.SLSLIPPAYINDETDataTable dataTable, string as_coopid, string as_slipno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_slipno == null)) {
throw new global::System.ArgumentNullException("as_slipno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_slipno));
}
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.SLSLIPPAYINDETDataTable GetData(string as_coopid, string as_slipno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_slipno == null)) {
throw new global::System.ArgumentNullException("as_slipno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_slipno));
}
DataSet1.SLSLIPPAYINDETDataTable dataTable = new DataSet1.SLSLIPPAYINDETDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1.SLSLIPPAYINDETDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1 dataSet) {
return this.Adapter.Update(dataSet, "SLSLIPPAYINDET");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
public virtual int Delete(string Original_COOP_ID, string Original_PAYINSLIP_NO, string Original_SLIPITEMTYPE_CODE, decimal Original_SEQ_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_PAYINSLIP_NO == null)) {
throw new global::System.ArgumentNullException("Original_PAYINSLIP_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_PAYINSLIP_NO));
}
if ((Original_SLIPITEMTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("Original_SLIPITEMTYPE_CODE");
}
else {
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_SLIPITEMTYPE_CODE));
}
this.Adapter.DeleteCommand.Parameters[3].Value = ((decimal)(Original_SEQ_NO));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string PAYINSLIP_NO,
string SLIPITEMTYPE_CODE,
decimal SEQ_NO,
global::System.Nullable OPERATE_FLAG,
string SHRLONTYPE_CODE,
string CONCOOP_ID,
string LOANCONTRACT_NO,
string SLIPITEM_DESC,
global::System.Nullable PERIODCOUNT_FLAG,
global::System.Nullable PERIOD,
global::System.Nullable PRINCIPAL_PAYAMT,
global::System.Nullable INTEREST_PAYAMT,
global::System.Nullable INTARREAR_PAYAMT,
global::System.Nullable ITEM_PAYAMT,
global::System.Nullable ITEM_BALANCE,
global::System.Nullable PRNCALINT_AMT,
global::System.Nullable CALINT_FROM,
global::System.Nullable CALINT_TO,
global::System.Nullable INTEREST_PERIOD,
global::System.Nullable INTEREST_RETURN,
string STM_ITEMTYPE,
global::System.Nullable BFPERIOD,
global::System.Nullable BFINTARR_AMT,
global::System.Nullable BFINTARRSET_AMT,
global::System.Nullable BFLASTCALINT_DATE,
global::System.Nullable BFLASTPROC_DATE,
global::System.Nullable BFLASTPAY_DATE,
global::System.Nullable BFWITHDRAW_AMT,
global::System.Nullable BFPERIOD_PAYMENT,
global::System.Nullable BFSHRCONT_BALAMT,
global::System.Nullable BFSHRCONT_STATUS,
global::System.Nullable BFCONTLAW_STATUS,
global::System.Nullable BFCOUNTPAY_FLAG,
global::System.Nullable BFPAYSPEC_METHOD,
string BFCONTSTATUS_DESC,
global::System.Nullable RKEEP_PRINCIPAL,
global::System.Nullable RKEEP_INTEREST,
global::System.Nullable NKEEP_INTEREST,
global::System.Nullable BFINTRETURN_FLAG,
global::System.Nullable BFPXAFTERMTHKEEP_TYPE) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((PAYINSLIP_NO == null)) {
throw new global::System.ArgumentNullException("PAYINSLIP_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(PAYINSLIP_NO));
}
if ((SLIPITEMTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("SLIPITEMTYPE_CODE");
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(SLIPITEMTYPE_CODE));
}
this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(SEQ_NO));
if ((OPERATE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[4].Value = ((decimal)(OPERATE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((SHRLONTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(SHRLONTYPE_CODE));
}
if ((CONCOOP_ID == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(CONCOOP_ID));
}
if ((LOANCONTRACT_NO == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(LOANCONTRACT_NO));
}
if ((SLIPITEM_DESC == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(SLIPITEM_DESC));
}
if ((PERIODCOUNT_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(PERIODCOUNT_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_PAYAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(PRINCIPAL_PAYAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((INTEREST_PAYAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(INTEREST_PAYAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((INTARREAR_PAYAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(INTARREAR_PAYAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((ITEM_PAYAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(ITEM_PAYAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((ITEM_BALANCE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(ITEM_BALANCE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((PRNCALINT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(PRNCALINT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((CALINT_FROM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((System.DateTime)(CALINT_FROM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((CALINT_TO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[18].Value = ((System.DateTime)(CALINT_TO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((INTEREST_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(INTEREST_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((INTEREST_RETURN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(INTEREST_RETURN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((STM_ITEMTYPE == null)) {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = ((string)(STM_ITEMTYPE));
}
if ((BFPERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(BFPERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((BFINTARR_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[23].Value = ((decimal)(BFINTARR_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((BFINTARRSET_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[24].Value = ((decimal)(BFINTARRSET_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((BFLASTCALINT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[25].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((BFLASTPROC_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[26].Value = ((System.DateTime)(BFLASTPROC_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((BFLASTPAY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[27].Value = ((System.DateTime)(BFLASTPAY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((BFWITHDRAW_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(BFWITHDRAW_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((BFPERIOD_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(BFPERIOD_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((BFSHRCONT_BALAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(BFSHRCONT_BALAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((BFSHRCONT_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(BFSHRCONT_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((BFCONTLAW_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(BFCONTLAW_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((BFCOUNTPAY_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(BFCOUNTPAY_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((BFPAYSPEC_METHOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(BFPAYSPEC_METHOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((BFCONTSTATUS_DESC == null)) {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = ((string)(BFCONTSTATUS_DESC));
}
if ((RKEEP_PRINCIPAL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(RKEEP_PRINCIPAL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((RKEEP_INTEREST.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(RKEEP_INTEREST.Value));
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((NKEEP_INTEREST.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(NKEEP_INTEREST.Value));
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((BFINTRETURN_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(BFINTRETURN_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((BFPXAFTERMTHKEEP_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(BFPXAFTERMTHKEEP_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string PAYINSLIP_NO,
string SLIPITEMTYPE_CODE,
decimal SEQ_NO,
global::System.Nullable OPERATE_FLAG,
string SHRLONTYPE_CODE,
string CONCOOP_ID,
string LOANCONTRACT_NO,
string SLIPITEM_DESC,
global::System.Nullable PERIODCOUNT_FLAG,
global::System.Nullable PERIOD,
global::System.Nullable PRINCIPAL_PAYAMT,
global::System.Nullable INTEREST_PAYAMT,
global::System.Nullable INTARREAR_PAYAMT,
global::System.Nullable ITEM_PAYAMT,
global::System.Nullable ITEM_BALANCE,
global::System.Nullable PRNCALINT_AMT,
global::System.Nullable CALINT_FROM,
global::System.Nullable CALINT_TO,
global::System.Nullable INTEREST_PERIOD,
global::System.Nullable INTEREST_RETURN,
string STM_ITEMTYPE,
global::System.Nullable BFPERIOD,
global::System.Nullable BFINTARR_AMT,
global::System.Nullable BFINTARRSET_AMT,
global::System.Nullable BFLASTCALINT_DATE,
global::System.Nullable BFLASTPROC_DATE,
global::System.Nullable BFLASTPAY_DATE,
global::System.Nullable BFWITHDRAW_AMT,
global::System.Nullable BFPERIOD_PAYMENT,
global::System.Nullable BFSHRCONT_BALAMT,
global::System.Nullable BFSHRCONT_STATUS,
global::System.Nullable BFCONTLAW_STATUS,
global::System.Nullable BFCOUNTPAY_FLAG,
global::System.Nullable BFPAYSPEC_METHOD,
string BFCONTSTATUS_DESC,
global::System.Nullable RKEEP_PRINCIPAL,
global::System.Nullable RKEEP_INTEREST,
global::System.Nullable NKEEP_INTEREST,
global::System.Nullable BFINTRETURN_FLAG,
global::System.Nullable BFPXAFTERMTHKEEP_TYPE,
string Original_COOP_ID,
string Original_PAYINSLIP_NO,
string Original_SLIPITEMTYPE_CODE,
decimal Original_SEQ_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((PAYINSLIP_NO == null)) {
throw new global::System.ArgumentNullException("PAYINSLIP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(PAYINSLIP_NO));
}
if ((SLIPITEMTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("SLIPITEMTYPE_CODE");
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(SLIPITEMTYPE_CODE));
}
this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(SEQ_NO));
if ((OPERATE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[4].Value = ((decimal)(OPERATE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((SHRLONTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(SHRLONTYPE_CODE));
}
if ((CONCOOP_ID == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(CONCOOP_ID));
}
if ((LOANCONTRACT_NO == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(LOANCONTRACT_NO));
}
if ((SLIPITEM_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(SLIPITEM_DESC));
}
if ((PERIODCOUNT_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(PERIODCOUNT_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_PAYAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(PRINCIPAL_PAYAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((INTEREST_PAYAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(INTEREST_PAYAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((INTARREAR_PAYAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(INTARREAR_PAYAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((ITEM_PAYAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(ITEM_PAYAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((ITEM_BALANCE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(ITEM_BALANCE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((PRNCALINT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(PRNCALINT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((CALINT_FROM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(CALINT_FROM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((CALINT_TO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((System.DateTime)(CALINT_TO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((INTEREST_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(INTEREST_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((INTEREST_RETURN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(INTEREST_RETURN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((STM_ITEMTYPE == null)) {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(STM_ITEMTYPE));
}
if ((BFPERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(BFPERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((BFINTARR_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[23].Value = ((decimal)(BFINTARR_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((BFINTARRSET_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((decimal)(BFINTARRSET_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((BFLASTCALINT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[25].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((BFLASTPROC_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[26].Value = ((System.DateTime)(BFLASTPROC_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((BFLASTPAY_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[27].Value = ((System.DateTime)(BFLASTPAY_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((BFWITHDRAW_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(BFWITHDRAW_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((BFPERIOD_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[29].Value = ((decimal)(BFPERIOD_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((BFSHRCONT_BALAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(BFSHRCONT_BALAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((BFSHRCONT_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(BFSHRCONT_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((BFCONTLAW_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(BFCONTLAW_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((BFCOUNTPAY_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[33].Value = ((decimal)(BFCOUNTPAY_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((BFPAYSPEC_METHOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(BFPAYSPEC_METHOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((BFCONTSTATUS_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(BFCONTSTATUS_DESC));
}
if ((RKEEP_PRINCIPAL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(RKEEP_PRINCIPAL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((RKEEP_INTEREST.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(RKEEP_INTEREST.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((NKEEP_INTEREST.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(NKEEP_INTEREST.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((BFINTRETURN_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(BFINTRETURN_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((BFPXAFTERMTHKEEP_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(BFPXAFTERMTHKEEP_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(Original_COOP_ID));
}
if ((Original_PAYINSLIP_NO == null)) {
throw new global::System.ArgumentNullException("Original_PAYINSLIP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_PAYINSLIP_NO));
}
if ((Original_SLIPITEMTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("Original_SLIPITEMTYPE_CODE");
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(Original_SLIPITEMTYPE_CODE));
}
this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(Original_SEQ_NO));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
}
///
///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 SLSLIPPAYOUT1TableAdapter : 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 SLSLIPPAYOUT1TableAdapter() {
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 = "SLSLIPPAYOUT1";
tableMapping.ColumnMappings.Add("MEM_NAME", "MEM_NAME");
tableMapping.ColumnMappings.Add("LOANTYPE_DESC", "LOANTYPE_DESC");
tableMapping.ColumnMappings.Add("MEMBGROUP_DESC", "MEMBGROUP_DESC");
tableMapping.ColumnMappings.Add("SUBGROUP_DESC", "SUBGROUP_DESC");
tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE");
tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS");
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("PAYOUTSLIP_NO", "PAYOUTSLIP_NO");
tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("DOCUMENT_NO", "DOCUMENT_NO");
tableMapping.ColumnMappings.Add("SLIPTYPE_CODE", "SLIPTYPE_CODE");
tableMapping.ColumnMappings.Add("SLIP_DATE", "SLIP_DATE");
tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE");
tableMapping.ColumnMappings.Add("SHRLONTYPE_CODE", "SHRLONTYPE_CODE");
tableMapping.ColumnMappings.Add("PAYOUTORDER_NO", "PAYOUTORDER_NO");
tableMapping.ColumnMappings.Add("RCVFROMREQCONT_CODE", "RCVFROMREQCONT_CODE");
tableMapping.ColumnMappings.Add("LOANREQUEST_DOCNO", "LOANREQUEST_DOCNO");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("RCV_PERIOD", "RCV_PERIOD");
tableMapping.ColumnMappings.Add("RCVPERIOD_FLAG", "RCVPERIOD_FLAG");
tableMapping.ColumnMappings.Add("PAYOUT_AMT", "PAYOUT_AMT");
tableMapping.ColumnMappings.Add("PAYOUTCLR_AMT", "PAYOUTCLR_AMT");
tableMapping.ColumnMappings.Add("PAYOUTNET_AMT", "PAYOUTNET_AMT");
tableMapping.ColumnMappings.Add("BFPERIOD", "BFPERIOD");
tableMapping.ColumnMappings.Add("BFLOANAPPROVE_AMT", "BFLOANAPPROVE_AMT");
tableMapping.ColumnMappings.Add("BFSHRCONT_BALAMT", "BFSHRCONT_BALAMT");
tableMapping.ColumnMappings.Add("BFWITHDRAW_AMT", "BFWITHDRAW_AMT");
tableMapping.ColumnMappings.Add("BFINTEREST_ARREAR", "BFINTEREST_ARREAR");
tableMapping.ColumnMappings.Add("BFLASTCALINT_DATE", "BFLASTCALINT_DATE");
tableMapping.ColumnMappings.Add("BFLASTRECEIVE_DATE", "BFLASTRECEIVE_DATE");
tableMapping.ColumnMappings.Add("BFLASTPROC_DATE", "BFLASTPROC_DATE");
tableMapping.ColumnMappings.Add("BFCONTLAW_STATUS", "BFCONTLAW_STATUS");
tableMapping.ColumnMappings.Add("BFPAYMENT_STATUS", "BFPAYMENT_STATUS");
tableMapping.ColumnMappings.Add("BFCONTINT_TYPE", "BFCONTINT_TYPE");
tableMapping.ColumnMappings.Add("PRNCALINT_AMT", "PRNCALINT_AMT");
tableMapping.ColumnMappings.Add("CALINT_FROM", "CALINT_FROM");
tableMapping.ColumnMappings.Add("CALINT_TO", "CALINT_TO");
tableMapping.ColumnMappings.Add("INTEREST_PERIOD", "INTEREST_PERIOD");
tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_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("BANKFEE_AMT", "BANKFEE_AMT");
tableMapping.ColumnMappings.Add("BANKSRV_AMT", "BANKSRV_AMT");
tableMapping.ColumnMappings.Add("BANKVAT_AMT", "BANKVAT_AMT");
tableMapping.ColumnMappings.Add("TOFROM_ACCID", "TOFROM_ACCID");
tableMapping.ColumnMappings.Add("SLIP_STATUS", "SLIP_STATUS");
tableMapping.ColumnMappings.Add("SLIPCLEAR_NO", "SLIPCLEAR_NO");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("SUBGROUP_CODE", "SUBGROUP_CODE");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE");
tableMapping.ColumnMappings.Add("ENTRY_BYCOOPID", "ENTRY_BYCOOPID");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM \"SLSLIPPAYOUT\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"PAYOUTSLI" +
"P_NO\" = :Original_PAYOUTSLIP_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = "INSERT INTO \"SLSLIPPAYOUT\" (\"COOP_ID\", \"PAYOUTSLIP_NO\", \"MEMCOOP_ID\", \"MEMBER_NO\"" +
", \"DOCUMENT_NO\", \"SLIPTYPE_CODE\", \"SLIP_DATE\", \"OPERATE_DATE\", \"SHRLONTYPE_CODE\"" +
", \"PAYOUTORDER_NO\", \"RCVFROMREQCONT_CODE\", \"LOANREQUEST_DOCNO\", \"LOANCONTRACT_NO" +
"\", \"RCV_PERIOD\", \"RCVPERIOD_FLAG\", \"PAYOUT_AMT\", \"PAYOUTCLR_AMT\", \"PAYOUTNET_AMT" +
"\", \"BFPERIOD\", \"BFLOANAPPROVE_AMT\", \"BFSHRCONT_BALAMT\", \"BFWITHDRAW_AMT\", \"BFINT" +
"EREST_ARREAR\", \"BFLASTCALINT_DATE\", \"BFLASTRECEIVE_DATE\", \"BFLASTPROC_DATE\", \"BF" +
"CONTLAW_STATUS\", \"BFPAYMENT_STATUS\", \"BFCONTINT_TYPE\", \"PRNCALINT_AMT\", \"CALINT_" +
"FROM\", \"CALINT_TO\", \"INTEREST_PERIOD\", \"MONEYTYPE_CODE\", \"EXPENSE_BANK\", \"EXPENS" +
"E_BRANCH\", \"EXPENSE_ACCID\", \"BANKFEE_AMT\", \"BANKSRV_AMT\", \"BANKVAT_AMT\", \"TOFROM" +
"_ACCID\", \"SLIP_STATUS\", \"SLIPCLEAR_NO\", \"MEMBGROUP_CODE\", \"SUBGROUP_CODE\", \"ENTR" +
"Y_ID\", \"ENTRY_DATE\", \"ENTRY_BYCOOPID\") VALUES (:COOP_ID, :PAYOUTSLIP_NO, :MEMCOO" +
"P_ID, :MEMBER_NO, :DOCUMENT_NO, :SLIPTYPE_CODE, :SLIP_DATE, :OPERATE_DATE, :SHRL" +
"ONTYPE_CODE, :PAYOUTORDER_NO, :RCVFROMREQCONT_CODE, :LOANREQUEST_DOCNO, :LOANCON" +
"TRACT_NO, :RCV_PERIOD, :RCVPERIOD_FLAG, :PAYOUT_AMT, :PAYOUTCLR_AMT, :PAYOUTNET_" +
"AMT, :BFPERIOD, :BFLOANAPPROVE_AMT, :BFSHRCONT_BALAMT, :BFWITHDRAW_AMT, :BFINTER" +
"EST_ARREAR, :BFLASTCALINT_DATE, :BFLASTRECEIVE_DATE, :BFLASTPROC_DATE, :BFCONTLA" +
"W_STATUS, :BFPAYMENT_STATUS, :BFCONTINT_TYPE, :PRNCALINT_AMT, :CALINT_FROM, :CAL" +
"INT_TO, :INTEREST_PERIOD, :MONEYTYPE_CODE, :EXPENSE_BANK, :EXPENSE_BRANCH, :EXPE" +
"NSE_ACCID, :BANKFEE_AMT, :BANKSRV_AMT, :BANKVAT_AMT, :TOFROM_ACCID, :SLIP_STATUS" +
", :SLIPCLEAR_NO, :MEMBGROUP_CODE, :SUBGROUP_CODE, :ENTRY_ID, :ENTRY_DATE, :ENTRY" +
"_BYCOOPID)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOCUMENT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DOCUMENT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORDER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORDER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVFROMREQCONT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RCVFROMREQCONT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCV_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCV_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVPERIOD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCVPERIOD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTCLR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTCLR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTNET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTNET_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLOANAPPROVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFLOANAPPROVE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPROC_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPROC_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTINT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTINT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCALINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCALINT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKFEE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKFEE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKSRV_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKSRV_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKVAT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKVAT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOFROM_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TOFROM_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SLIP_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPCLEAR_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPCLEAR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SUBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = "UPDATE \"SLSLIPPAYOUT\" SET \"COOP_ID\" = :COOP_ID, \"PAYOUTSLIP_NO\" = :PAYOUTSLIP_NO," +
" \"MEMCOOP_ID\" = :MEMCOOP_ID, \"MEMBER_NO\" = :MEMBER_NO, \"DOCUMENT_NO\" = :DOCUMENT" +
"_NO, \"SLIPTYPE_CODE\" = :SLIPTYPE_CODE, \"SLIP_DATE\" = :SLIP_DATE, \"OPERATE_DATE\" " +
"= :OPERATE_DATE, \"SHRLONTYPE_CODE\" = :SHRLONTYPE_CODE, \"PAYOUTORDER_NO\" = :PAYOU" +
"TORDER_NO, \"RCVFROMREQCONT_CODE\" = :RCVFROMREQCONT_CODE, \"LOANREQUEST_DOCNO\" = :" +
"LOANREQUEST_DOCNO, \"LOANCONTRACT_NO\" = :LOANCONTRACT_NO, \"RCV_PERIOD\" = :RCV_PER" +
"IOD, \"RCVPERIOD_FLAG\" = :RCVPERIOD_FLAG, \"PAYOUT_AMT\" = :PAYOUT_AMT, \"PAYOUTCLR_" +
"AMT\" = :PAYOUTCLR_AMT, \"PAYOUTNET_AMT\" = :PAYOUTNET_AMT, \"BFPERIOD\" = :BFPERIOD," +
" \"BFLOANAPPROVE_AMT\" = :BFLOANAPPROVE_AMT, \"BFSHRCONT_BALAMT\" = :BFSHRCONT_BALAM" +
"T, \"BFWITHDRAW_AMT\" = :BFWITHDRAW_AMT, \"BFINTEREST_ARREAR\" = :BFINTEREST_ARREAR," +
" \"BFLASTCALINT_DATE\" = :BFLASTCALINT_DATE, \"BFLASTRECEIVE_DATE\" = :BFLASTRECEIVE" +
"_DATE, \"BFLASTPROC_DATE\" = :BFLASTPROC_DATE, \"BFCONTLAW_STATUS\" = :BFCONTLAW_STA" +
"TUS, \"BFPAYMENT_STATUS\" = :BFPAYMENT_STATUS, \"BFCONTINT_TYPE\" = :BFCONTINT_TYPE," +
" \"PRNCALINT_AMT\" = :PRNCALINT_AMT, \"CALINT_FROM\" = :CALINT_FROM, \"CALINT_TO\" = :" +
"CALINT_TO, \"INTEREST_PERIOD\" = :INTEREST_PERIOD, \"MONEYTYPE_CODE\" = :MONEYTYPE_C" +
"ODE, \"EXPENSE_BANK\" = :EXPENSE_BANK, \"EXPENSE_BRANCH\" = :EXPENSE_BRANCH, \"EXPENS" +
"E_ACCID\" = :EXPENSE_ACCID, \"BANKFEE_AMT\" = :BANKFEE_AMT, \"BANKSRV_AMT\" = :BANKSR" +
"V_AMT, \"BANKVAT_AMT\" = :BANKVAT_AMT, \"TOFROM_ACCID\" = :TOFROM_ACCID, \"SLIP_STATU" +
"S\" = :SLIP_STATUS, \"SLIPCLEAR_NO\" = :SLIPCLEAR_NO, \"MEMBGROUP_CODE\" = :MEMBGROUP" +
"_CODE, \"SUBGROUP_CODE\" = :SUBGROUP_CODE, \"ENTRY_ID\" = :ENTRY_ID, \"ENTRY_DATE\" = " +
":ENTRY_DATE, \"ENTRY_BYCOOPID\" = :ENTRY_BYCOOPID WHERE ((\"COOP_ID\" = :Original_CO" +
"OP_ID) AND (\"PAYOUTSLIP_NO\" = :Original_PAYOUTSLIP_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOCUMENT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DOCUMENT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORDER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORDER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVFROMREQCONT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RCVFROMREQCONT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCV_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCV_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVPERIOD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCVPERIOD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTCLR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTCLR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTNET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTNET_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLOANAPPROVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFLOANAPPROVE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPROC_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPROC_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTINT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTINT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCALINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCALINT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKFEE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKFEE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKSRV_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKSRV_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKVAT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKVAT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOFROM_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TOFROM_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SLIP_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPCLEAR_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPCLEAR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SUBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = " SELECT lpad(\' \',100,\' \') as mem_name, \r\n lpad(\' \',100,\' \') as loantyp" +
"e_desc, \r\n lpad(\' \',100,\' \') as membgroup_desc, \r\n lpad(\' \'," +
"100,\' \') as subgroup_desc, \r\n 1 as member_type, \r\n 1 as paym" +
"ent_status, \r\n \"SLSLIPPAYOUT\".\"COOP_ID\", \r\n \"SLSLIPPAYOUT\".\"" +
"PAYOUTSLIP_NO\", \r\n \"SLSLIPPAYOUT\".\"MEMCOOP_ID\", \r\n \"SLSLIPPA" +
"YOUT\".\"MEMBER_NO\", \r\n \"SLSLIPPAYOUT\".\"DOCUMENT_NO\", \r\n \"SLSL" +
"IPPAYOUT\".\"SLIPTYPE_CODE\", \r\n \"SLSLIPPAYOUT\".\"SLIP_DATE\", \r\n " +
" \"SLSLIPPAYOUT\".\"OPERATE_DATE\", \r\n \"SLSLIPPAYOUT\".\"SHRLONTYPE_CODE\", " +
" \r\n \"SLSLIPPAYOUT\".\"PAYOUTORDER_NO\", \r\n \"SLSLIPPAYOUT\".\"RCVFRO" +
"MREQCONT_CODE\", \r\n \"SLSLIPPAYOUT\".\"LOANREQUEST_DOCNO\", \r\n \"S" +
"LSLIPPAYOUT\".\"LOANCONTRACT_NO\", \r\n \"SLSLIPPAYOUT\".\"RCV_PERIOD\", \r\n " +
" \"SLSLIPPAYOUT\".\"RCVPERIOD_FLAG\", \r\n \"SLSLIPPAYOUT\".\"PAYOUT_AMT\"" +
", \r\n \"SLSLIPPAYOUT\".\"PAYOUTCLR_AMT\", \r\n \"SLSLIPPAYOUT\".\"PAYO" +
"UTNET_AMT\", \r\n \"SLSLIPPAYOUT\".\"BFPERIOD\", \r\n \"SLSLIPPAYOUT\"." +
"\"BFLOANAPPROVE_AMT\", \r\n \"SLSLIPPAYOUT\".\"BFSHRCONT_BALAMT\", \r\n " +
" \"SLSLIPPAYOUT\".\"BFWITHDRAW_AMT\", \r\n \"SLSLIPPAYOUT\".\"BFINTEREST_ARREA" +
"R\", \r\n \"SLSLIPPAYOUT\".\"BFLASTCALINT_DATE\", \r\n \"SLSLIPPAYOUT\"" +
".\"BFLASTRECEIVE_DATE\", \r\n \"SLSLIPPAYOUT\".\"BFLASTPROC_DATE\", \r\n " +
" \"SLSLIPPAYOUT\".\"BFCONTLAW_STATUS\", \r\n \"SLSLIPPAYOUT\".\"BFPAYMENT_STA" +
"TUS\", \r\n \"SLSLIPPAYOUT\".\"BFCONTINT_TYPE\", \r\n \"SLSLIPPAYOUT\"." +
"\"PRNCALINT_AMT\", \r\n \"SLSLIPPAYOUT\".\"CALINT_FROM\", \r\n \"SLSLIP" +
"PAYOUT\".\"CALINT_TO\", \r\n \"SLSLIPPAYOUT\".\"INTEREST_PERIOD\", \r\n " +
" \"SLSLIPPAYOUT\".\"MONEYTYPE_CODE\", \r\n \"SLSLIPPAYOUT\".\"EXPENSE_BANK\", " +
"\r\n \"SLSLIPPAYOUT\".\"EXPENSE_BRANCH\", \r\n \"SLSLIPPAYOUT\".\"EXPENSE" +
"_ACCID\", \r\n \"SLSLIPPAYOUT\".\"BANKFEE_AMT\", \r\n \"SLSLIPPAYOUT\"." +
"\"BANKSRV_AMT\", \r\n \"SLSLIPPAYOUT\".\"BANKVAT_AMT\", \r\n \"SLSLIPPA" +
"YOUT\".\"TOFROM_ACCID\", \r\n \"SLSLIPPAYOUT\".\"SLIP_STATUS\", \r\n \"S" +
"LSLIPPAYOUT\".\"SLIPCLEAR_NO\", \r\n \"SLSLIPPAYOUT\".\"MEMBGROUP_CODE\", \r\n " +
" \"SLSLIPPAYOUT\".\"SUBGROUP_CODE\", \r\n \"SLSLIPPAYOUT\".\"ENTRY_ID\", " +
" \r\n \"SLSLIPPAYOUT\".\"ENTRY_DATE\", \r\n \"SLSLIPPAYOUT\".\"ENTRY_BYC" +
"OOPID\" \r\n FROM \"SLSLIPPAYOUT\" \r\n WHERE ( slslippayout.coop_id = :as_coopi" +
"d ) AND \r\n ( slslippayout.payoutslip_no = :as_slipno ) \r\n";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_coopid", global::System.Data.OracleClient.OracleType.Char, 6, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_slipno", global::System.Data.OracleClient.OracleType.Char, 10, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.SLSLIPPAYOUT1DataTable dataTable, string as_coopid, string as_slipno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_slipno == null)) {
throw new global::System.ArgumentNullException("as_slipno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_slipno));
}
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.SLSLIPPAYOUT1DataTable GetData(string as_coopid, string as_slipno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_slipno == null)) {
throw new global::System.ArgumentNullException("as_slipno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_slipno));
}
DataSet1.SLSLIPPAYOUT1DataTable dataTable = new DataSet1.SLSLIPPAYOUT1DataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1.SLSLIPPAYOUT1DataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1 dataSet) {
return this.Adapter.Update(dataSet, "SLSLIPPAYOUT1");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
public virtual int Delete(string Original_COOP_ID, string Original_PAYOUTSLIP_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_PAYOUTSLIP_NO == null)) {
throw new global::System.ArgumentNullException("Original_PAYOUTSLIP_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_PAYOUTSLIP_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string PAYOUTSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
global::System.Nullable SLIP_DATE,
global::System.Nullable OPERATE_DATE,
string SHRLONTYPE_CODE,
string PAYOUTORDER_NO,
string RCVFROMREQCONT_CODE,
string LOANREQUEST_DOCNO,
string LOANCONTRACT_NO,
global::System.Nullable RCV_PERIOD,
global::System.Nullable RCVPERIOD_FLAG,
global::System.Nullable PAYOUT_AMT,
global::System.Nullable PAYOUTCLR_AMT,
global::System.Nullable PAYOUTNET_AMT,
global::System.Nullable BFPERIOD,
global::System.Nullable BFLOANAPPROVE_AMT,
global::System.Nullable BFSHRCONT_BALAMT,
global::System.Nullable BFWITHDRAW_AMT,
global::System.Nullable BFINTEREST_ARREAR,
global::System.Nullable BFLASTCALINT_DATE,
global::System.Nullable BFLASTRECEIVE_DATE,
global::System.Nullable BFLASTPROC_DATE,
global::System.Nullable BFCONTLAW_STATUS,
global::System.Nullable BFPAYMENT_STATUS,
global::System.Nullable BFCONTINT_TYPE,
global::System.Nullable PRNCALINT_AMT,
global::System.Nullable CALINT_FROM,
global::System.Nullable CALINT_TO,
global::System.Nullable INTEREST_PERIOD,
string MONEYTYPE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable BANKFEE_AMT,
global::System.Nullable BANKSRV_AMT,
global::System.Nullable BANKVAT_AMT,
string TOFROM_ACCID,
global::System.Nullable SLIP_STATUS,
string SLIPCLEAR_NO,
string MEMBGROUP_CODE,
string SUBGROUP_CODE,
string ENTRY_ID,
global::System.Nullable ENTRY_DATE,
string ENTRY_BYCOOPID) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((PAYOUTSLIP_NO == null)) {
throw new global::System.ArgumentNullException("PAYOUTSLIP_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(PAYOUTSLIP_NO));
}
if ((MEMCOOP_ID == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(MEMCOOP_ID));
}
if ((MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMBER_NO));
}
if ((DOCUMENT_NO == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(DOCUMENT_NO));
}
if ((SLIPTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(SLIPTYPE_CODE));
}
if ((SLIP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[6].Value = ((System.DateTime)(SLIP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((OPERATE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((System.DateTime)(OPERATE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((SHRLONTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(SHRLONTYPE_CODE));
}
if ((PAYOUTORDER_NO == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(PAYOUTORDER_NO));
}
if ((RCVFROMREQCONT_CODE == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(RCVFROMREQCONT_CODE));
}
if ((LOANREQUEST_DOCNO == null)) {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(LOANREQUEST_DOCNO));
}
if ((LOANCONTRACT_NO == null)) {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(LOANCONTRACT_NO));
}
if ((RCV_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(RCV_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((RCVPERIOD_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(RCVPERIOD_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((PAYOUT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(PAYOUT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((PAYOUTCLR_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(PAYOUTCLR_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((PAYOUTNET_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(PAYOUTNET_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((BFPERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(BFPERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((BFLOANAPPROVE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(BFLOANAPPROVE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((BFSHRCONT_BALAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(BFSHRCONT_BALAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((BFWITHDRAW_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(BFWITHDRAW_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((BFINTEREST_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(BFINTEREST_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((BFLASTCALINT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[23].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((BFLASTRECEIVE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[24].Value = ((System.DateTime)(BFLASTRECEIVE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((BFLASTPROC_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[25].Value = ((System.DateTime)(BFLASTPROC_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((BFCONTLAW_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[26].Value = ((decimal)(BFCONTLAW_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((BFPAYMENT_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[27].Value = ((decimal)(BFPAYMENT_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((BFCONTINT_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(BFCONTINT_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((PRNCALINT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(PRNCALINT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((CALINT_FROM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[30].Value = ((System.DateTime)(CALINT_FROM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((CALINT_TO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[31].Value = ((System.DateTime)(CALINT_TO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((INTEREST_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(INTEREST_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((MONEYTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = ((string)(MONEYTYPE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(EXPENSE_ACCID));
}
if ((BANKFEE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(BANKFEE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((BANKSRV_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(BANKSRV_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((BANKVAT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(BANKVAT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((TOFROM_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = ((string)(TOFROM_ACCID));
}
if ((SLIP_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(SLIP_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
if ((SLIPCLEAR_NO == null)) {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = ((string)(SLIPCLEAR_NO));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = ((string)(MEMBGROUP_CODE));
}
if ((SUBGROUP_CODE == null)) {
this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[44].Value = ((string)(SUBGROUP_CODE));
}
if ((ENTRY_ID == null)) {
this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[45].Value = ((string)(ENTRY_ID));
}
if ((ENTRY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[46].Value = ((System.DateTime)(ENTRY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((ENTRY_BYCOOPID == null)) {
this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[47].Value = ((string)(ENTRY_BYCOOPID));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string PAYOUTSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
global::System.Nullable SLIP_DATE,
global::System.Nullable OPERATE_DATE,
string SHRLONTYPE_CODE,
string PAYOUTORDER_NO,
string RCVFROMREQCONT_CODE,
string LOANREQUEST_DOCNO,
string LOANCONTRACT_NO,
global::System.Nullable RCV_PERIOD,
global::System.Nullable RCVPERIOD_FLAG,
global::System.Nullable PAYOUT_AMT,
global::System.Nullable PAYOUTCLR_AMT,
global::System.Nullable PAYOUTNET_AMT,
global::System.Nullable BFPERIOD,
global::System.Nullable BFLOANAPPROVE_AMT,
global::System.Nullable BFSHRCONT_BALAMT,
global::System.Nullable BFWITHDRAW_AMT,
global::System.Nullable BFINTEREST_ARREAR,
global::System.Nullable BFLASTCALINT_DATE,
global::System.Nullable BFLASTRECEIVE_DATE,
global::System.Nullable BFLASTPROC_DATE,
global::System.Nullable BFCONTLAW_STATUS,
global::System.Nullable BFPAYMENT_STATUS,
global::System.Nullable BFCONTINT_TYPE,
global::System.Nullable PRNCALINT_AMT,
global::System.Nullable CALINT_FROM,
global::System.Nullable CALINT_TO,
global::System.Nullable INTEREST_PERIOD,
string MONEYTYPE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable BANKFEE_AMT,
global::System.Nullable BANKSRV_AMT,
global::System.Nullable BANKVAT_AMT,
string TOFROM_ACCID,
global::System.Nullable SLIP_STATUS,
string SLIPCLEAR_NO,
string MEMBGROUP_CODE,
string SUBGROUP_CODE,
string ENTRY_ID,
global::System.Nullable ENTRY_DATE,
string ENTRY_BYCOOPID,
string Original_COOP_ID,
string Original_PAYOUTSLIP_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((PAYOUTSLIP_NO == null)) {
throw new global::System.ArgumentNullException("PAYOUTSLIP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(PAYOUTSLIP_NO));
}
if ((MEMCOOP_ID == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(MEMCOOP_ID));
}
if ((MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMBER_NO));
}
if ((DOCUMENT_NO == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(DOCUMENT_NO));
}
if ((SLIPTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(SLIPTYPE_CODE));
}
if ((SLIP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[6].Value = ((System.DateTime)(SLIP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((OPERATE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[7].Value = ((System.DateTime)(OPERATE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((SHRLONTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(SHRLONTYPE_CODE));
}
if ((PAYOUTORDER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(PAYOUTORDER_NO));
}
if ((RCVFROMREQCONT_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(RCVFROMREQCONT_CODE));
}
if ((LOANREQUEST_DOCNO == null)) {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(LOANREQUEST_DOCNO));
}
if ((LOANCONTRACT_NO == null)) {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(LOANCONTRACT_NO));
}
if ((RCV_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(RCV_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((RCVPERIOD_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(RCVPERIOD_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((PAYOUT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(PAYOUT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((PAYOUTCLR_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(PAYOUTCLR_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((PAYOUTNET_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(PAYOUTNET_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((BFPERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(BFPERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((BFLOANAPPROVE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(BFLOANAPPROVE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((BFSHRCONT_BALAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(BFSHRCONT_BALAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((BFWITHDRAW_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(BFWITHDRAW_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((BFINTEREST_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(BFINTEREST_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((BFLASTCALINT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[23].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((BFLASTRECEIVE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((System.DateTime)(BFLASTRECEIVE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((BFLASTPROC_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[25].Value = ((System.DateTime)(BFLASTPROC_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((BFCONTLAW_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[26].Value = ((decimal)(BFCONTLAW_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((BFPAYMENT_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[27].Value = ((decimal)(BFPAYMENT_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((BFCONTINT_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(BFCONTINT_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((PRNCALINT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[29].Value = ((decimal)(PRNCALINT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((CALINT_FROM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[30].Value = ((System.DateTime)(CALINT_FROM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((CALINT_TO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[31].Value = ((System.DateTime)(CALINT_TO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((INTEREST_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(INTEREST_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((MONEYTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(MONEYTYPE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(EXPENSE_ACCID));
}
if ((BANKFEE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(BANKFEE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((BANKSRV_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(BANKSRV_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((BANKVAT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(BANKVAT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((TOFROM_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(TOFROM_ACCID));
}
if ((SLIP_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[41].Value = ((decimal)(SLIP_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
if ((SLIPCLEAR_NO == null)) {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(SLIPCLEAR_NO));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(MEMBGROUP_CODE));
}
if ((SUBGROUP_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(SUBGROUP_CODE));
}
if ((ENTRY_ID == null)) {
this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(ENTRY_ID));
}
if ((ENTRY_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[46].Value = ((System.DateTime)(ENTRY_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((ENTRY_BYCOOPID == null)) {
this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(ENTRY_BYCOOPID));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_COOP_ID));
}
if ((Original_PAYOUTSLIP_NO == null)) {
throw new global::System.ArgumentNullException("Original_PAYOUTSLIP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(Original_PAYOUTSLIP_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
global::System.Nullable SLIP_DATE,
global::System.Nullable OPERATE_DATE,
string SHRLONTYPE_CODE,
string PAYOUTORDER_NO,
string RCVFROMREQCONT_CODE,
string LOANREQUEST_DOCNO,
string LOANCONTRACT_NO,
global::System.Nullable RCV_PERIOD,
global::System.Nullable RCVPERIOD_FLAG,
global::System.Nullable PAYOUT_AMT,
global::System.Nullable PAYOUTCLR_AMT,
global::System.Nullable PAYOUTNET_AMT,
global::System.Nullable BFPERIOD,
global::System.Nullable BFLOANAPPROVE_AMT,
global::System.Nullable BFSHRCONT_BALAMT,
global::System.Nullable BFWITHDRAW_AMT,
global::System.Nullable BFINTEREST_ARREAR,
global::System.Nullable BFLASTCALINT_DATE,
global::System.Nullable BFLASTRECEIVE_DATE,
global::System.Nullable BFLASTPROC_DATE,
global::System.Nullable BFCONTLAW_STATUS,
global::System.Nullable BFPAYMENT_STATUS,
global::System.Nullable BFCONTINT_TYPE,
global::System.Nullable PRNCALINT_AMT,
global::System.Nullable CALINT_FROM,
global::System.Nullable CALINT_TO,
global::System.Nullable INTEREST_PERIOD,
string MONEYTYPE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable BANKFEE_AMT,
global::System.Nullable BANKSRV_AMT,
global::System.Nullable BANKVAT_AMT,
string TOFROM_ACCID,
global::System.Nullable SLIP_STATUS,
string SLIPCLEAR_NO,
string MEMBGROUP_CODE,
string SUBGROUP_CODE,
string ENTRY_ID,
global::System.Nullable ENTRY_DATE,
string ENTRY_BYCOOPID,
string Original_COOP_ID,
string Original_PAYOUTSLIP_NO) {
return this.Update(Original_COOP_ID, Original_PAYOUTSLIP_NO, MEMCOOP_ID, MEMBER_NO, DOCUMENT_NO, SLIPTYPE_CODE, SLIP_DATE, OPERATE_DATE, SHRLONTYPE_CODE, PAYOUTORDER_NO, RCVFROMREQCONT_CODE, LOANREQUEST_DOCNO, LOANCONTRACT_NO, RCV_PERIOD, RCVPERIOD_FLAG, PAYOUT_AMT, PAYOUTCLR_AMT, PAYOUTNET_AMT, BFPERIOD, BFLOANAPPROVE_AMT, BFSHRCONT_BALAMT, BFWITHDRAW_AMT, BFINTEREST_ARREAR, BFLASTCALINT_DATE, BFLASTRECEIVE_DATE, BFLASTPROC_DATE, BFCONTLAW_STATUS, BFPAYMENT_STATUS, BFCONTINT_TYPE, PRNCALINT_AMT, CALINT_FROM, CALINT_TO, INTEREST_PERIOD, MONEYTYPE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, BANKFEE_AMT, BANKSRV_AMT, BANKVAT_AMT, TOFROM_ACCID, SLIP_STATUS, SLIPCLEAR_NO, MEMBGROUP_CODE, SUBGROUP_CODE, ENTRY_ID, ENTRY_DATE, ENTRY_BYCOOPID, Original_COOP_ID, Original_PAYOUTSLIP_NO);
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private SLSLIPPAYINDETTableAdapter _sLSLIPPAYINDETTableAdapter;
private SLSLIPPAYOUT1TableAdapter _sLSLIPPAYOUT1TableAdapter;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UpdateOrderOption UpdateOrder {
get {
return this._updateOrder;
}
set {
this._updateOrder = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
"a", "System.Drawing.Design.UITypeEditor")]
public SLSLIPPAYINDETTableAdapter SLSLIPPAYINDETTableAdapter {
get {
return this._sLSLIPPAYINDETTableAdapter;
}
set {
this._sLSLIPPAYINDETTableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
"a", "System.Drawing.Design.UITypeEditor")]
public SLSLIPPAYOUT1TableAdapter SLSLIPPAYOUT1TableAdapter {
get {
return this._sLSLIPPAYOUT1TableAdapter;
}
set {
this._sLSLIPPAYOUT1TableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool BackupDataSetBeforeUpdate {
get {
return this._backupDataSetBeforeUpdate;
}
set {
this._backupDataSetBeforeUpdate = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
if (((this._sLSLIPPAYINDETTableAdapter != null)
&& (this._sLSLIPPAYINDETTableAdapter.Connection != null))) {
return this._sLSLIPPAYINDETTableAdapter.Connection;
}
if (((this._sLSLIPPAYOUT1TableAdapter != null)
&& (this._sLSLIPPAYOUT1TableAdapter.Connection != null))) {
return this._sLSLIPPAYOUT1TableAdapter.Connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
if ((this._sLSLIPPAYINDETTableAdapter != null)) {
count = (count + 1);
}
if ((this._sLSLIPPAYOUT1TableAdapter != null)) {
count = (count + 1);
}
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._sLSLIPPAYOUT1TableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.SLSLIPPAYOUT1.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._sLSLIPPAYOUT1TableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._sLSLIPPAYINDETTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.SLSLIPPAYINDET.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._sLSLIPPAYINDETTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._sLSLIPPAYOUT1TableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.SLSLIPPAYOUT1.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._sLSLIPPAYOUT1TableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._sLSLIPPAYINDETTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.SLSLIPPAYINDET.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._sLSLIPPAYINDETTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
if ((this._sLSLIPPAYINDETTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.SLSLIPPAYINDET.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._sLSLIPPAYINDETTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._sLSLIPPAYOUT1TableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.SLSLIPPAYOUT1.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._sLSLIPPAYOUT1TableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
global::System.Data.DataRow row = updatedRows[i];
if ((allAddedRows.Contains(row) == false)) {
realUpdatedRows.Add(row);
}
}
return realUpdatedRows.ToArray();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(DataSet1 dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
if (((this._sLSLIPPAYINDETTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._sLSLIPPAYINDETTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._sLSLIPPAYOUT1TableAdapter != null)
&& (this.MatchTableAdapterConnection(this._sLSLIPPAYOUT1TableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
"ger TableAdapter property to a valid TableAdapter instance.");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
== global::System.Data.ConnectionState.Broken)) {
workConnection.Close();
}
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
workConnection.Open();
workConnOpened = true;
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
"ctions or the current state is not allowing the transaction to begin.");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary