//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.shrlon.ws_convert_txt2db_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 DataTable1DataTable tableDataTable1;
private DataTable2DataTable tableDataTable2;
private DataTable3DataTable tableDataTable3;
private DataTable4DataTable tableDataTable4;
private SLSLIPPAYINDETDataTable tableSLSLIPPAYINDET;
private SLSLIPPAYINDataTable tableSLSLIPPAYIN;
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["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
if ((ds.Tables["DataTable2"] != null)) {
base.Tables.Add(new DataTable2DataTable(ds.Tables["DataTable2"]));
}
if ((ds.Tables["DataTable3"] != null)) {
base.Tables.Add(new DataTable3DataTable(ds.Tables["DataTable3"]));
}
if ((ds.Tables["DataTable4"] != null)) {
base.Tables.Add(new DataTable4DataTable(ds.Tables["DataTable4"]));
}
if ((ds.Tables["SLSLIPPAYINDET"] != null)) {
base.Tables.Add(new SLSLIPPAYINDETDataTable(ds.Tables["SLSLIPPAYINDET"]));
}
if ((ds.Tables["SLSLIPPAYIN"] != null)) {
base.Tables.Add(new SLSLIPPAYINDataTable(ds.Tables["SLSLIPPAYIN"]));
}
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 DataTable1DataTable DataTable1 {
get {
return this.tableDataTable1;
}
}
[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 DataTable2DataTable DataTable2 {
get {
return this.tableDataTable2;
}
}
[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 DataTable3DataTable DataTable3 {
get {
return this.tableDataTable3;
}
}
[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 DataTable4DataTable DataTable4 {
get {
return this.tableDataTable4;
}
}
[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 SLSLIPPAYINDataTable SLSLIPPAYIN {
get {
return this.tableSLSLIPPAYIN;
}
}
[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["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
if ((ds.Tables["DataTable2"] != null)) {
base.Tables.Add(new DataTable2DataTable(ds.Tables["DataTable2"]));
}
if ((ds.Tables["DataTable3"] != null)) {
base.Tables.Add(new DataTable3DataTable(ds.Tables["DataTable3"]));
}
if ((ds.Tables["DataTable4"] != null)) {
base.Tables.Add(new DataTable4DataTable(ds.Tables["DataTable4"]));
}
if ((ds.Tables["SLSLIPPAYINDET"] != null)) {
base.Tables.Add(new SLSLIPPAYINDETDataTable(ds.Tables["SLSLIPPAYINDET"]));
}
if ((ds.Tables["SLSLIPPAYIN"] != null)) {
base.Tables.Add(new SLSLIPPAYINDataTable(ds.Tables["SLSLIPPAYIN"]));
}
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.tableDataTable1 = ((DataTable1DataTable)(base.Tables["DataTable1"]));
if ((initTable == true)) {
if ((this.tableDataTable1 != null)) {
this.tableDataTable1.InitVars();
}
}
this.tableDataTable2 = ((DataTable2DataTable)(base.Tables["DataTable2"]));
if ((initTable == true)) {
if ((this.tableDataTable2 != null)) {
this.tableDataTable2.InitVars();
}
}
this.tableDataTable3 = ((DataTable3DataTable)(base.Tables["DataTable3"]));
if ((initTable == true)) {
if ((this.tableDataTable3 != null)) {
this.tableDataTable3.InitVars();
}
}
this.tableDataTable4 = ((DataTable4DataTable)(base.Tables["DataTable4"]));
if ((initTable == true)) {
if ((this.tableDataTable4 != null)) {
this.tableDataTable4.InitVars();
}
}
this.tableSLSLIPPAYINDET = ((SLSLIPPAYINDETDataTable)(base.Tables["SLSLIPPAYINDET"]));
if ((initTable == true)) {
if ((this.tableSLSLIPPAYINDET != null)) {
this.tableSLSLIPPAYINDET.InitVars();
}
}
this.tableSLSLIPPAYIN = ((SLSLIPPAYINDataTable)(base.Tables["SLSLIPPAYIN"]));
if ((initTable == true)) {
if ((this.tableSLSLIPPAYIN != null)) {
this.tableSLSLIPPAYIN.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.tableDataTable1 = new DataTable1DataTable();
base.Tables.Add(this.tableDataTable1);
this.tableDataTable2 = new DataTable2DataTable();
base.Tables.Add(this.tableDataTable2);
this.tableDataTable3 = new DataTable3DataTable();
base.Tables.Add(this.tableDataTable3);
this.tableDataTable4 = new DataTable4DataTable();
base.Tables.Add(this.tableDataTable4);
this.tableSLSLIPPAYINDET = new SLSLIPPAYINDETDataTable(false);
base.Tables.Add(this.tableSLSLIPPAYINDET);
this.tableSLSLIPPAYIN = new SLSLIPPAYINDataTable(false);
base.Tables.Add(this.tableSLSLIPPAYIN);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDataTable1() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDataTable2() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDataTable3() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDataTable4() {
return false;
}
[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 ShouldSerializeSLSLIPPAYIN() {
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.SLSLIPPAYINDET.SLIPITEMColumn.Expression = "SLIPITEMTYPE_CODE+\'-\'+SLIPITEM_DESC";
this.SLSLIPPAYINDET.CP_INTERESTPAYColumn.Expression = "INTEREST_PERIOD + BFINTARR_AMT";
this.SLSLIPPAYINDET.CP_BALANCEColumn.Expression = "iif( BFSHRCONT_BALAMT - ITEM_PAYAMT < 0, 0, BFSHRCONT_BALAMT - ITEM_PAYAMT)";
this.SLSLIPPAYIN.NAMEBColumn.Expression = "PRENAME_DESC + MEMB_NAME+\' \'+MEMB_SURNAME";
this.SLSLIPPAYIN.MEMBGROUPColumn.Expression = "MEMBGROUP_CODE+\' :: \'+MEMBGROUP_DESC";
this.SLSLIPPAYIN.COMPUTE1Column.Expression = "iif(slip_status = 1,\'1 - ปกติ\',\'\')";
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DataTable1RowChangeEventHandler(object sender, DataTable1RowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DataTable2RowChangeEventHandler(object sender, DataTable2RowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DataTable3RowChangeEventHandler(object sender, DataTable3RowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DataTable4RowChangeEventHandler(object sender, DataTable4RowChangeEvent e);
[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 SLSLIPPAYINRowChangeEventHandler(object sender, SLSLIPPAYINRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class DataTable1DataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnls_cusname;
private global::System.Data.DataColumn columnls_trnscode;
private global::System.Data.DataColumn columnls_paydate;
private global::System.Data.DataColumn columnls_ref1;
private global::System.Data.DataColumn columnls_ref2;
private global::System.Data.DataColumn columnldc_trnsamt;
private global::System.Data.DataColumn columnls_chqbank;
private global::System.Data.DataColumn columnls_chqno;
private global::System.Data.DataColumn columnls_filedocno;
private global::System.Data.DataColumn columnls_trnsno;
private global::System.Data.DataColumn columnls_bankcode;
private global::System.Data.DataColumn columnls_branchcode;
private global::System.Data.DataColumn columnls_tellerno;
private global::System.Data.DataColumn columnls_trnstype;
private global::System.Data.DataColumn columnls_paytime;
private global::System.Data.DataColumn columnls_accountno;
private global::System.Data.DataColumn columnsum_amt;
private global::System.Data.DataColumn columnls_memno;
private global::System.Data.DataColumn columnsum_row;
private global::System.Data.DataColumn columnchk_member;
private global::System.Data.DataColumn columnldc_intallacc;
private global::System.Data.DataColumn columnls_tofromaccid;
private global::System.Data.DataColumn columnmembgroup_code;
private global::System.Data.DataColumn columnreject_status;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1DataTable() {
this.TableName = "DataTable1";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable1DataTable(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 DataTable1DataTable(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 ls_cusnameColumn {
get {
return this.columnls_cusname;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_trnscodeColumn {
get {
return this.columnls_trnscode;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_paydateColumn {
get {
return this.columnls_paydate;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_ref1Column {
get {
return this.columnls_ref1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_ref2Column {
get {
return this.columnls_ref2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ldc_trnsamtColumn {
get {
return this.columnldc_trnsamt;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_chqbankColumn {
get {
return this.columnls_chqbank;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_chqnoColumn {
get {
return this.columnls_chqno;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_filedocnoColumn {
get {
return this.columnls_filedocno;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_trnsnoColumn {
get {
return this.columnls_trnsno;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_bankcodeColumn {
get {
return this.columnls_bankcode;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_branchcodeColumn {
get {
return this.columnls_branchcode;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_tellernoColumn {
get {
return this.columnls_tellerno;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_trnstypeColumn {
get {
return this.columnls_trnstype;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_paytimeColumn {
get {
return this.columnls_paytime;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_accountnoColumn {
get {
return this.columnls_accountno;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn sum_amtColumn {
get {
return this.columnsum_amt;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_memnoColumn {
get {
return this.columnls_memno;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn sum_rowColumn {
get {
return this.columnsum_row;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn chk_memberColumn {
get {
return this.columnchk_member;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ldc_intallaccColumn {
get {
return this.columnldc_intallacc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_tofromaccidColumn {
get {
return this.columnls_tofromaccid;
}
}
[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 reject_statusColumn {
get {
return this.columnreject_status;
}
}
[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 DataTable1Row this[int index] {
get {
return ((DataTable1Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDataTable1Row(DataTable1Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row AddDataTable1Row(
string ls_cusname,
string ls_trnscode,
string ls_paydate,
string ls_ref1,
string ls_ref2,
decimal ldc_trnsamt,
string ls_chqbank,
string ls_chqno,
string ls_filedocno,
string ls_trnsno,
string ls_bankcode,
string ls_branchcode,
string ls_tellerno,
string ls_trnstype,
string ls_paytime,
string ls_accountno,
decimal sum_amt,
string ls_memno,
decimal sum_row,
string chk_member,
decimal ldc_intallacc,
string ls_tofromaccid,
string membgroup_code,
string reject_status) {
DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
ls_cusname,
ls_trnscode,
ls_paydate,
ls_ref1,
ls_ref2,
ldc_trnsamt,
ls_chqbank,
ls_chqno,
ls_filedocno,
ls_trnsno,
ls_bankcode,
ls_branchcode,
ls_tellerno,
ls_trnstype,
ls_paytime,
ls_accountno,
sum_amt,
ls_memno,
sum_row,
chk_member,
ldc_intallacc,
ls_tofromaccid,
membgroup_code,
reject_status};
rowDataTable1Row.ItemArray = columnValuesArray;
this.Rows.Add(rowDataTable1Row);
return rowDataTable1Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
DataTable1DataTable cln = ((DataTable1DataTable)(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 DataTable1DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnls_cusname = base.Columns["ls_cusname"];
this.columnls_trnscode = base.Columns["ls_trnscode"];
this.columnls_paydate = base.Columns["ls_paydate"];
this.columnls_ref1 = base.Columns["ls_ref1"];
this.columnls_ref2 = base.Columns["ls_ref2"];
this.columnldc_trnsamt = base.Columns["ldc_trnsamt"];
this.columnls_chqbank = base.Columns["ls_chqbank"];
this.columnls_chqno = base.Columns["ls_chqno"];
this.columnls_filedocno = base.Columns["ls_filedocno"];
this.columnls_trnsno = base.Columns["ls_trnsno"];
this.columnls_bankcode = base.Columns["ls_bankcode"];
this.columnls_branchcode = base.Columns["ls_branchcode"];
this.columnls_tellerno = base.Columns["ls_tellerno"];
this.columnls_trnstype = base.Columns["ls_trnstype"];
this.columnls_paytime = base.Columns["ls_paytime"];
this.columnls_accountno = base.Columns["ls_accountno"];
this.columnsum_amt = base.Columns["sum_amt"];
this.columnls_memno = base.Columns["ls_memno"];
this.columnsum_row = base.Columns["sum_row"];
this.columnchk_member = base.Columns["chk_member"];
this.columnldc_intallacc = base.Columns["ldc_intallacc"];
this.columnls_tofromaccid = base.Columns["ls_tofromaccid"];
this.columnmembgroup_code = base.Columns["membgroup_code"];
this.columnreject_status = base.Columns["reject_status"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnls_cusname = new global::System.Data.DataColumn("ls_cusname", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_cusname);
this.columnls_trnscode = new global::System.Data.DataColumn("ls_trnscode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_trnscode);
this.columnls_paydate = new global::System.Data.DataColumn("ls_paydate", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_paydate);
this.columnls_ref1 = new global::System.Data.DataColumn("ls_ref1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_ref1);
this.columnls_ref2 = new global::System.Data.DataColumn("ls_ref2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_ref2);
this.columnldc_trnsamt = new global::System.Data.DataColumn("ldc_trnsamt", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnldc_trnsamt);
this.columnls_chqbank = new global::System.Data.DataColumn("ls_chqbank", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_chqbank);
this.columnls_chqno = new global::System.Data.DataColumn("ls_chqno", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_chqno);
this.columnls_filedocno = new global::System.Data.DataColumn("ls_filedocno", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_filedocno);
this.columnls_trnsno = new global::System.Data.DataColumn("ls_trnsno", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_trnsno);
this.columnls_bankcode = new global::System.Data.DataColumn("ls_bankcode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_bankcode);
this.columnls_branchcode = new global::System.Data.DataColumn("ls_branchcode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_branchcode);
this.columnls_tellerno = new global::System.Data.DataColumn("ls_tellerno", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_tellerno);
this.columnls_trnstype = new global::System.Data.DataColumn("ls_trnstype", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_trnstype);
this.columnls_paytime = new global::System.Data.DataColumn("ls_paytime", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_paytime);
this.columnls_accountno = new global::System.Data.DataColumn("ls_accountno", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_accountno);
this.columnsum_amt = new global::System.Data.DataColumn("sum_amt", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsum_amt);
this.columnls_memno = new global::System.Data.DataColumn("ls_memno", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_memno);
this.columnsum_row = new global::System.Data.DataColumn("sum_row", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsum_row);
this.columnchk_member = new global::System.Data.DataColumn("chk_member", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnchk_member);
this.columnldc_intallacc = new global::System.Data.DataColumn("ldc_intallacc", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnldc_intallacc);
this.columnls_tofromaccid = new global::System.Data.DataColumn("ls_tofromaccid", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_tofromaccid);
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.columnreject_status = new global::System.Data.DataColumn("reject_status", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnreject_status);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row NewDataTable1Row() {
return ((DataTable1Row)(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 DataTable1Row(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(DataTable1Row);
}
[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.DataTable1RowChanged != null)) {
this.DataTable1RowChanged(this, new DataTable1RowChangeEvent(((DataTable1Row)(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.DataTable1RowChanging != null)) {
this.DataTable1RowChanging(this, new DataTable1RowChangeEvent(((DataTable1Row)(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.DataTable1RowDeleted != null)) {
this.DataTable1RowDeleted(this, new DataTable1RowChangeEvent(((DataTable1Row)(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.DataTable1RowDeleting != null)) {
this.DataTable1RowDeleting(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDataTable1Row(DataTable1Row 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 = "DataTable1DataTable";
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 DataTable2DataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnls_bank;
private global::System.Data.DataColumn columnls_effdate;
private global::System.Data.DataColumn columnls_company;
private global::System.Data.DataColumn columnls_effdate_;
private global::System.Data.DataColumn columnls_filename;
private global::System.Data.DataColumn columnls_bank_code;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable2DataTable() {
this.TableName = "DataTable2";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable2DataTable(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 DataTable2DataTable(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 ls_bankColumn {
get {
return this.columnls_bank;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_effdateColumn {
get {
return this.columnls_effdate;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_companyColumn {
get {
return this.columnls_company;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_effdate_Column {
get {
return this.columnls_effdate_;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_filenameColumn {
get {
return this.columnls_filename;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_bank_codeColumn {
get {
return this.columnls_bank_code;
}
}
[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 DataTable2Row this[int index] {
get {
return ((DataTable2Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable2RowChangeEventHandler DataTable2RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable2RowChangeEventHandler DataTable2RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable2RowChangeEventHandler DataTable2RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable2RowChangeEventHandler DataTable2RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDataTable2Row(DataTable2Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable2Row AddDataTable2Row(string ls_bank, string ls_effdate, string ls_company, string ls_effdate_, string ls_filename, string ls_bank_code) {
DataTable2Row rowDataTable2Row = ((DataTable2Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
ls_bank,
ls_effdate,
ls_company,
ls_effdate_,
ls_filename,
ls_bank_code};
rowDataTable2Row.ItemArray = columnValuesArray;
this.Rows.Add(rowDataTable2Row);
return rowDataTable2Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
DataTable2DataTable cln = ((DataTable2DataTable)(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 DataTable2DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnls_bank = base.Columns["ls_bank"];
this.columnls_effdate = base.Columns["ls_effdate"];
this.columnls_company = base.Columns["ls_company"];
this.columnls_effdate_ = base.Columns["ls_effdate_"];
this.columnls_filename = base.Columns["ls_filename"];
this.columnls_bank_code = base.Columns["ls_bank_code"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnls_bank = new global::System.Data.DataColumn("ls_bank", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_bank);
this.columnls_effdate = new global::System.Data.DataColumn("ls_effdate", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_effdate);
this.columnls_company = new global::System.Data.DataColumn("ls_company", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_company);
this.columnls_effdate_ = new global::System.Data.DataColumn("ls_effdate_", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_effdate_);
this.columnls_filename = new global::System.Data.DataColumn("ls_filename", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_filename);
this.columnls_bank_code = new global::System.Data.DataColumn("ls_bank_code", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_bank_code);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable2Row NewDataTable2Row() {
return ((DataTable2Row)(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 DataTable2Row(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(DataTable2Row);
}
[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.DataTable2RowChanged != null)) {
this.DataTable2RowChanged(this, new DataTable2RowChangeEvent(((DataTable2Row)(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.DataTable2RowChanging != null)) {
this.DataTable2RowChanging(this, new DataTable2RowChangeEvent(((DataTable2Row)(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.DataTable2RowDeleted != null)) {
this.DataTable2RowDeleted(this, new DataTable2RowChangeEvent(((DataTable2Row)(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.DataTable2RowDeleting != null)) {
this.DataTable2RowDeleting(this, new DataTable2RowChangeEvent(((DataTable2Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDataTable2Row(DataTable2Row 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 = "DataTable2DataTable";
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 DataTable3DataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnls_cusnameFail;
private global::System.Data.DataColumn columnls_trnscodeFail;
private global::System.Data.DataColumn columnls_paydateFail;
private global::System.Data.DataColumn columnls_ref1Fail;
private global::System.Data.DataColumn columnls_ref2Fail;
private global::System.Data.DataColumn columnldc_trnsamtFail;
private global::System.Data.DataColumn columnls_chqbankFail;
private global::System.Data.DataColumn columnls_chqnoFail;
private global::System.Data.DataColumn columnls_filedocnoFail;
private global::System.Data.DataColumn columnls_trnsnoFail;
private global::System.Data.DataColumn columnls_bankcodeFail;
private global::System.Data.DataColumn columnls_branchcodeFail;
private global::System.Data.DataColumn columnls_tellernoFail;
private global::System.Data.DataColumn columnls_trnstypeFail;
private global::System.Data.DataColumn columnls_paytimeFail;
private global::System.Data.DataColumn columnls_accountnoFail;
private global::System.Data.DataColumn columnsum_amtFail;
private global::System.Data.DataColumn columnls_memnoFail;
private global::System.Data.DataColumn columnsum_rowFail;
private global::System.Data.DataColumn columnchk_memberFail;
private global::System.Data.DataColumn columnldc_intallaccFail;
private global::System.Data.DataColumn columnls_tofromaccidFail;
private global::System.Data.DataColumn columnmembgroup_codeFail;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable3DataTable() {
this.TableName = "DataTable3";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable3DataTable(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 DataTable3DataTable(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 ls_cusnameFailColumn {
get {
return this.columnls_cusnameFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_trnscodeFailColumn {
get {
return this.columnls_trnscodeFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_paydateFailColumn {
get {
return this.columnls_paydateFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_ref1FailColumn {
get {
return this.columnls_ref1Fail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_ref2FailColumn {
get {
return this.columnls_ref2Fail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ldc_trnsamtFailColumn {
get {
return this.columnldc_trnsamtFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_chqbankFailColumn {
get {
return this.columnls_chqbankFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_chqnoFailColumn {
get {
return this.columnls_chqnoFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_filedocnoFailColumn {
get {
return this.columnls_filedocnoFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_trnsnoFailColumn {
get {
return this.columnls_trnsnoFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_bankcodeFailColumn {
get {
return this.columnls_bankcodeFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_branchcodeFailColumn {
get {
return this.columnls_branchcodeFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_tellernoFailColumn {
get {
return this.columnls_tellernoFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_trnstypeFailColumn {
get {
return this.columnls_trnstypeFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_paytimeFailColumn {
get {
return this.columnls_paytimeFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_accountnoFailColumn {
get {
return this.columnls_accountnoFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn sum_amtFailColumn {
get {
return this.columnsum_amtFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_memnoFailColumn {
get {
return this.columnls_memnoFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn sum_rowFailColumn {
get {
return this.columnsum_rowFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn chk_memberFailColumn {
get {
return this.columnchk_memberFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ldc_intallaccFailColumn {
get {
return this.columnldc_intallaccFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_tofromaccidFailColumn {
get {
return this.columnls_tofromaccidFail;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn membgroup_codeFailColumn {
get {
return this.columnmembgroup_codeFail;
}
}
[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 DataTable3Row this[int index] {
get {
return ((DataTable3Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable3RowChangeEventHandler DataTable3RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable3RowChangeEventHandler DataTable3RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable3RowChangeEventHandler DataTable3RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable3RowChangeEventHandler DataTable3RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDataTable3Row(DataTable3Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable3Row AddDataTable3Row(
string ls_cusnameFail,
string ls_trnscodeFail,
string ls_paydateFail,
string ls_ref1Fail,
string ls_ref2Fail,
decimal ldc_trnsamtFail,
string ls_chqbankFail,
string ls_chqnoFail,
string ls_filedocnoFail,
string ls_trnsnoFail,
string ls_bankcodeFail,
string ls_branchcodeFail,
string ls_tellernoFail,
string ls_trnstypeFail,
string ls_paytimeFail,
string ls_accountnoFail,
decimal sum_amtFail,
string ls_memnoFail,
decimal sum_rowFail,
string chk_memberFail,
decimal ldc_intallaccFail,
string ls_tofromaccidFail,
string membgroup_codeFail) {
DataTable3Row rowDataTable3Row = ((DataTable3Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
ls_cusnameFail,
ls_trnscodeFail,
ls_paydateFail,
ls_ref1Fail,
ls_ref2Fail,
ldc_trnsamtFail,
ls_chqbankFail,
ls_chqnoFail,
ls_filedocnoFail,
ls_trnsnoFail,
ls_bankcodeFail,
ls_branchcodeFail,
ls_tellernoFail,
ls_trnstypeFail,
ls_paytimeFail,
ls_accountnoFail,
sum_amtFail,
ls_memnoFail,
sum_rowFail,
chk_memberFail,
ldc_intallaccFail,
ls_tofromaccidFail,
membgroup_codeFail};
rowDataTable3Row.ItemArray = columnValuesArray;
this.Rows.Add(rowDataTable3Row);
return rowDataTable3Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
DataTable3DataTable cln = ((DataTable3DataTable)(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 DataTable3DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnls_cusnameFail = base.Columns["ls_cusnameFail"];
this.columnls_trnscodeFail = base.Columns["ls_trnscodeFail"];
this.columnls_paydateFail = base.Columns["ls_paydateFail"];
this.columnls_ref1Fail = base.Columns["ls_ref1Fail"];
this.columnls_ref2Fail = base.Columns["ls_ref2Fail"];
this.columnldc_trnsamtFail = base.Columns["ldc_trnsamtFail"];
this.columnls_chqbankFail = base.Columns["ls_chqbankFail"];
this.columnls_chqnoFail = base.Columns["ls_chqnoFail"];
this.columnls_filedocnoFail = base.Columns["ls_filedocnoFail"];
this.columnls_trnsnoFail = base.Columns["ls_trnsnoFail"];
this.columnls_bankcodeFail = base.Columns["ls_bankcodeFail"];
this.columnls_branchcodeFail = base.Columns["ls_branchcodeFail"];
this.columnls_tellernoFail = base.Columns["ls_tellernoFail"];
this.columnls_trnstypeFail = base.Columns["ls_trnstypeFail"];
this.columnls_paytimeFail = base.Columns["ls_paytimeFail"];
this.columnls_accountnoFail = base.Columns["ls_accountnoFail"];
this.columnsum_amtFail = base.Columns["sum_amtFail"];
this.columnls_memnoFail = base.Columns["ls_memnoFail"];
this.columnsum_rowFail = base.Columns["sum_rowFail"];
this.columnchk_memberFail = base.Columns["chk_memberFail"];
this.columnldc_intallaccFail = base.Columns["ldc_intallaccFail"];
this.columnls_tofromaccidFail = base.Columns["ls_tofromaccidFail"];
this.columnmembgroup_codeFail = base.Columns["membgroup_codeFail"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnls_cusnameFail = new global::System.Data.DataColumn("ls_cusnameFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_cusnameFail);
this.columnls_trnscodeFail = new global::System.Data.DataColumn("ls_trnscodeFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_trnscodeFail);
this.columnls_paydateFail = new global::System.Data.DataColumn("ls_paydateFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_paydateFail);
this.columnls_ref1Fail = new global::System.Data.DataColumn("ls_ref1Fail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_ref1Fail);
this.columnls_ref2Fail = new global::System.Data.DataColumn("ls_ref2Fail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_ref2Fail);
this.columnldc_trnsamtFail = new global::System.Data.DataColumn("ldc_trnsamtFail", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnldc_trnsamtFail);
this.columnls_chqbankFail = new global::System.Data.DataColumn("ls_chqbankFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_chqbankFail);
this.columnls_chqnoFail = new global::System.Data.DataColumn("ls_chqnoFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_chqnoFail);
this.columnls_filedocnoFail = new global::System.Data.DataColumn("ls_filedocnoFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_filedocnoFail);
this.columnls_trnsnoFail = new global::System.Data.DataColumn("ls_trnsnoFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_trnsnoFail);
this.columnls_bankcodeFail = new global::System.Data.DataColumn("ls_bankcodeFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_bankcodeFail);
this.columnls_branchcodeFail = new global::System.Data.DataColumn("ls_branchcodeFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_branchcodeFail);
this.columnls_tellernoFail = new global::System.Data.DataColumn("ls_tellernoFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_tellernoFail);
this.columnls_trnstypeFail = new global::System.Data.DataColumn("ls_trnstypeFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_trnstypeFail);
this.columnls_paytimeFail = new global::System.Data.DataColumn("ls_paytimeFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_paytimeFail);
this.columnls_accountnoFail = new global::System.Data.DataColumn("ls_accountnoFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_accountnoFail);
this.columnsum_amtFail = new global::System.Data.DataColumn("sum_amtFail", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsum_amtFail);
this.columnls_memnoFail = new global::System.Data.DataColumn("ls_memnoFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_memnoFail);
this.columnsum_rowFail = new global::System.Data.DataColumn("sum_rowFail", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsum_rowFail);
this.columnchk_memberFail = new global::System.Data.DataColumn("chk_memberFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnchk_memberFail);
this.columnldc_intallaccFail = new global::System.Data.DataColumn("ldc_intallaccFail", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnldc_intallaccFail);
this.columnls_tofromaccidFail = new global::System.Data.DataColumn("ls_tofromaccidFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_tofromaccidFail);
this.columnmembgroup_codeFail = new global::System.Data.DataColumn("membgroup_codeFail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmembgroup_codeFail);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable3Row NewDataTable3Row() {
return ((DataTable3Row)(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 DataTable3Row(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(DataTable3Row);
}
[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.DataTable3RowChanged != null)) {
this.DataTable3RowChanged(this, new DataTable3RowChangeEvent(((DataTable3Row)(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.DataTable3RowChanging != null)) {
this.DataTable3RowChanging(this, new DataTable3RowChangeEvent(((DataTable3Row)(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.DataTable3RowDeleted != null)) {
this.DataTable3RowDeleted(this, new DataTable3RowChangeEvent(((DataTable3Row)(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.DataTable3RowDeleting != null)) {
this.DataTable3RowDeleting(this, new DataTable3RowChangeEvent(((DataTable3Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDataTable3Row(DataTable3Row 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 = "DataTable3DataTable";
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 DataTable4DataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnls_cusnameFinish;
private global::System.Data.DataColumn columnls_trnscodeFinish;
private global::System.Data.DataColumn columnls_paydateFinish;
private global::System.Data.DataColumn columnls_ref1Finish;
private global::System.Data.DataColumn columnls_ref2Finish;
private global::System.Data.DataColumn columnldc_trnsamtFinish;
private global::System.Data.DataColumn columnls_chqbankFinish;
private global::System.Data.DataColumn columnls_chqnoFinish;
private global::System.Data.DataColumn columnls_filedocnoFinish;
private global::System.Data.DataColumn columnls_trnsnoFinish;
private global::System.Data.DataColumn columnls_bankcodeFinish;
private global::System.Data.DataColumn columnls_branchcodeFinish;
private global::System.Data.DataColumn columnls_tellernoFinish;
private global::System.Data.DataColumn columnls_trnstypeFinish;
private global::System.Data.DataColumn columnls_paytimeFinish;
private global::System.Data.DataColumn columnls_accountnoFinish;
private global::System.Data.DataColumn columnsum_amtFinish;
private global::System.Data.DataColumn columnls_memnoFinish;
private global::System.Data.DataColumn columnsum_rowFinish;
private global::System.Data.DataColumn columnchk_memberFinish;
private global::System.Data.DataColumn columnldc_intallaccFinish;
private global::System.Data.DataColumn columnls_tofromaccidFinish;
private global::System.Data.DataColumn columnmembgroup_codeFinish;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable4DataTable() {
this.TableName = "DataTable4";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable4DataTable(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 DataTable4DataTable(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 ls_cusnameFinishColumn {
get {
return this.columnls_cusnameFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_trnscodeFinishColumn {
get {
return this.columnls_trnscodeFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_paydateFinishColumn {
get {
return this.columnls_paydateFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_ref1FinishColumn {
get {
return this.columnls_ref1Finish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_ref2FinishColumn {
get {
return this.columnls_ref2Finish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ldc_trnsamtFinishColumn {
get {
return this.columnldc_trnsamtFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_chqbankFinishColumn {
get {
return this.columnls_chqbankFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_chqnoFinishColumn {
get {
return this.columnls_chqnoFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_filedocnoFinishColumn {
get {
return this.columnls_filedocnoFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_trnsnoFinishColumn {
get {
return this.columnls_trnsnoFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_bankcodeFinishColumn {
get {
return this.columnls_bankcodeFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_branchcodeFinishColumn {
get {
return this.columnls_branchcodeFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_tellernoFinishColumn {
get {
return this.columnls_tellernoFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_trnstypeFinishColumn {
get {
return this.columnls_trnstypeFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_paytimeFinishColumn {
get {
return this.columnls_paytimeFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_accountnoFinishColumn {
get {
return this.columnls_accountnoFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn sum_amtFinishColumn {
get {
return this.columnsum_amtFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_memnoFinishColumn {
get {
return this.columnls_memnoFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn sum_rowFinishColumn {
get {
return this.columnsum_rowFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn chk_memberFinishColumn {
get {
return this.columnchk_memberFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ldc_intallaccFinishColumn {
get {
return this.columnldc_intallaccFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ls_tofromaccidFinishColumn {
get {
return this.columnls_tofromaccidFinish;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn membgroup_codeFinishColumn {
get {
return this.columnmembgroup_codeFinish;
}
}
[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 DataTable4Row this[int index] {
get {
return ((DataTable4Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable4RowChangeEventHandler DataTable4RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable4RowChangeEventHandler DataTable4RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable4RowChangeEventHandler DataTable4RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable4RowChangeEventHandler DataTable4RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDataTable4Row(DataTable4Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable4Row AddDataTable4Row(
string ls_cusnameFinish,
string ls_trnscodeFinish,
string ls_paydateFinish,
string ls_ref1Finish,
string ls_ref2Finish,
decimal ldc_trnsamtFinish,
string ls_chqbankFinish,
string ls_chqnoFinish,
string ls_filedocnoFinish,
string ls_trnsnoFinish,
string ls_bankcodeFinish,
string ls_branchcodeFinish,
string ls_tellernoFinish,
string ls_trnstypeFinish,
string ls_paytimeFinish,
string ls_accountnoFinish,
decimal sum_amtFinish,
string ls_memnoFinish,
decimal sum_rowFinish,
string chk_memberFinish,
decimal ldc_intallaccFinish,
string ls_tofromaccidFinish,
string membgroup_codeFinish) {
DataTable4Row rowDataTable4Row = ((DataTable4Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
ls_cusnameFinish,
ls_trnscodeFinish,
ls_paydateFinish,
ls_ref1Finish,
ls_ref2Finish,
ldc_trnsamtFinish,
ls_chqbankFinish,
ls_chqnoFinish,
ls_filedocnoFinish,
ls_trnsnoFinish,
ls_bankcodeFinish,
ls_branchcodeFinish,
ls_tellernoFinish,
ls_trnstypeFinish,
ls_paytimeFinish,
ls_accountnoFinish,
sum_amtFinish,
ls_memnoFinish,
sum_rowFinish,
chk_memberFinish,
ldc_intallaccFinish,
ls_tofromaccidFinish,
membgroup_codeFinish};
rowDataTable4Row.ItemArray = columnValuesArray;
this.Rows.Add(rowDataTable4Row);
return rowDataTable4Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
DataTable4DataTable cln = ((DataTable4DataTable)(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 DataTable4DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnls_cusnameFinish = base.Columns["ls_cusnameFinish"];
this.columnls_trnscodeFinish = base.Columns["ls_trnscodeFinish"];
this.columnls_paydateFinish = base.Columns["ls_paydateFinish"];
this.columnls_ref1Finish = base.Columns["ls_ref1Finish"];
this.columnls_ref2Finish = base.Columns["ls_ref2Finish"];
this.columnldc_trnsamtFinish = base.Columns["ldc_trnsamtFinish"];
this.columnls_chqbankFinish = base.Columns["ls_chqbankFinish"];
this.columnls_chqnoFinish = base.Columns["ls_chqnoFinish"];
this.columnls_filedocnoFinish = base.Columns["ls_filedocnoFinish"];
this.columnls_trnsnoFinish = base.Columns["ls_trnsnoFinish"];
this.columnls_bankcodeFinish = base.Columns["ls_bankcodeFinish"];
this.columnls_branchcodeFinish = base.Columns["ls_branchcodeFinish"];
this.columnls_tellernoFinish = base.Columns["ls_tellernoFinish"];
this.columnls_trnstypeFinish = base.Columns["ls_trnstypeFinish"];
this.columnls_paytimeFinish = base.Columns["ls_paytimeFinish"];
this.columnls_accountnoFinish = base.Columns["ls_accountnoFinish"];
this.columnsum_amtFinish = base.Columns["sum_amtFinish"];
this.columnls_memnoFinish = base.Columns["ls_memnoFinish"];
this.columnsum_rowFinish = base.Columns["sum_rowFinish"];
this.columnchk_memberFinish = base.Columns["chk_memberFinish"];
this.columnldc_intallaccFinish = base.Columns["ldc_intallaccFinish"];
this.columnls_tofromaccidFinish = base.Columns["ls_tofromaccidFinish"];
this.columnmembgroup_codeFinish = base.Columns["membgroup_codeFinish"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnls_cusnameFinish = new global::System.Data.DataColumn("ls_cusnameFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_cusnameFinish);
this.columnls_trnscodeFinish = new global::System.Data.DataColumn("ls_trnscodeFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_trnscodeFinish);
this.columnls_paydateFinish = new global::System.Data.DataColumn("ls_paydateFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_paydateFinish);
this.columnls_ref1Finish = new global::System.Data.DataColumn("ls_ref1Finish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_ref1Finish);
this.columnls_ref2Finish = new global::System.Data.DataColumn("ls_ref2Finish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_ref2Finish);
this.columnldc_trnsamtFinish = new global::System.Data.DataColumn("ldc_trnsamtFinish", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnldc_trnsamtFinish);
this.columnls_chqbankFinish = new global::System.Data.DataColumn("ls_chqbankFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_chqbankFinish);
this.columnls_chqnoFinish = new global::System.Data.DataColumn("ls_chqnoFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_chqnoFinish);
this.columnls_filedocnoFinish = new global::System.Data.DataColumn("ls_filedocnoFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_filedocnoFinish);
this.columnls_trnsnoFinish = new global::System.Data.DataColumn("ls_trnsnoFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_trnsnoFinish);
this.columnls_bankcodeFinish = new global::System.Data.DataColumn("ls_bankcodeFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_bankcodeFinish);
this.columnls_branchcodeFinish = new global::System.Data.DataColumn("ls_branchcodeFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_branchcodeFinish);
this.columnls_tellernoFinish = new global::System.Data.DataColumn("ls_tellernoFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_tellernoFinish);
this.columnls_trnstypeFinish = new global::System.Data.DataColumn("ls_trnstypeFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_trnstypeFinish);
this.columnls_paytimeFinish = new global::System.Data.DataColumn("ls_paytimeFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_paytimeFinish);
this.columnls_accountnoFinish = new global::System.Data.DataColumn("ls_accountnoFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_accountnoFinish);
this.columnsum_amtFinish = new global::System.Data.DataColumn("sum_amtFinish", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsum_amtFinish);
this.columnls_memnoFinish = new global::System.Data.DataColumn("ls_memnoFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_memnoFinish);
this.columnsum_rowFinish = new global::System.Data.DataColumn("sum_rowFinish", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsum_rowFinish);
this.columnchk_memberFinish = new global::System.Data.DataColumn("chk_memberFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnchk_memberFinish);
this.columnldc_intallaccFinish = new global::System.Data.DataColumn("ldc_intallaccFinish", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnldc_intallaccFinish);
this.columnls_tofromaccidFinish = new global::System.Data.DataColumn("ls_tofromaccidFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnls_tofromaccidFinish);
this.columnmembgroup_codeFinish = new global::System.Data.DataColumn("membgroup_codeFinish", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmembgroup_codeFinish);
this.columnls_cusnameFinish.Caption = "ls_cusname";
this.columnls_trnscodeFinish.Caption = "ls_trnscode";
this.columnls_paydateFinish.Caption = "ls_paydate";
this.columnls_ref1Finish.Caption = "ls_ref1";
this.columnls_ref2Finish.Caption = "ls_ref2";
this.columnldc_trnsamtFinish.Caption = "ldc_trnsamt";
this.columnls_chqbankFinish.Caption = "ls_chqbank";
this.columnls_chqnoFinish.Caption = "ls_chqno";
this.columnls_filedocnoFinish.Caption = "ls_filedocno";
this.columnls_trnsnoFinish.Caption = "ls_trnsno";
this.columnls_bankcodeFinish.Caption = "ls_bankcode";
this.columnls_branchcodeFinish.Caption = "ls_branchcode";
this.columnls_tellernoFinish.Caption = "ls_tellerno";
this.columnls_trnstypeFinish.Caption = "ls_trnstype";
this.columnls_paytimeFinish.Caption = "ls_paytime";
this.columnls_accountnoFinish.Caption = "ls_accountno";
this.columnsum_amtFinish.Caption = "sum_amt";
this.columnls_memnoFinish.Caption = "ls_memno";
this.columnsum_rowFinish.Caption = "sum_row";
this.columnchk_memberFinish.Caption = "chk_member";
this.columnldc_intallaccFinish.Caption = "ldc_intallacc";
this.columnls_tofromaccidFinish.Caption = "ls_tofromaccid";
this.columnmembgroup_codeFinish.Caption = "membgroup_code";
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable4Row NewDataTable4Row() {
return ((DataTable4Row)(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 DataTable4Row(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(DataTable4Row);
}
[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.DataTable4RowChanged != null)) {
this.DataTable4RowChanged(this, new DataTable4RowChangeEvent(((DataTable4Row)(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.DataTable4RowChanging != null)) {
this.DataTable4RowChanging(this, new DataTable4RowChangeEvent(((DataTable4Row)(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.DataTable4RowDeleted != null)) {
this.DataTable4RowDeleted(this, new DataTable4RowChangeEvent(((DataTable4Row)(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.DataTable4RowDeleting != null)) {
this.DataTable4RowDeleting(this, new DataTable4RowChangeEvent(((DataTable4Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDataTable4Row(DataTable4Row 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 = "DataTable4DataTable";
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 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 columnSLIPITEM;
private global::System.Data.DataColumn columnMONEYTYPE_CODE;
private global::System.Data.DataColumn columnMONEYTYPE_DESC;
private global::System.Data.DataColumn columnCP_INTERESTPAY;
private global::System.Data.DataColumn columnCOMP_SLIPTYPE;
private global::System.Data.DataColumn columnREF_DOCNO;
private global::System.Data.DataColumn columnCP_BALANCE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETDataTable(bool initExpressions) {
this.TableName = "SLSLIPPAYINDET";
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 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 SLIPITEMColumn {
get {
return this.columnSLIPITEM;
}
}
[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 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 CP_INTERESTPAYColumn {
get {
return this.columnCP_INTERESTPAY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMP_SLIPTYPEColumn {
get {
return this.columnCOMP_SLIPTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_DOCNOColumn {
get {
return this.columnREF_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CP_BALANCEColumn {
get {
return this.columnCP_BALANCE;
}
}
[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,
string SLIPITEM,
string MONEYTYPE_CODE,
string MONEYTYPE_DESC,
decimal CP_INTERESTPAY,
string COMP_SLIPTYPE,
string REF_DOCNO,
decimal CP_BALANCE) {
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,
SLIPITEM,
MONEYTYPE_CODE,
MONEYTYPE_DESC,
CP_INTERESTPAY,
COMP_SLIPTYPE,
REF_DOCNO,
CP_BALANCE};
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 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,
string MONEYTYPE_CODE,
string MONEYTYPE_DESC,
string COMP_SLIPTYPE,
string REF_DOCNO) {
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,
null,
MONEYTYPE_CODE,
MONEYTYPE_DESC,
null,
COMP_SLIPTYPE,
REF_DOCNO,
null};
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 SLSLIPPAYINDETRow FindByCOOP_IDPAYINSLIP_NOSLIPITEMTYPE_CODESEQ_NO(string COOP_ID, string PAYINSLIP_NO, string SLIPITEMTYPE_CODE, decimal SEQ_NO) {
return ((SLSLIPPAYINDETRow)(this.Rows.Find(new object[] {
COOP_ID,
PAYINSLIP_NO,
SLIPITEMTYPE_CODE,
SEQ_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() {
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.columnSLIPITEM = base.Columns["SLIPITEM"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnMONEYTYPE_DESC = base.Columns["MONEYTYPE_DESC"];
this.columnCP_INTERESTPAY = base.Columns["CP_INTERESTPAY"];
this.columnCOMP_SLIPTYPE = base.Columns["COMP_SLIPTYPE"];
this.columnREF_DOCNO = base.Columns["REF_DOCNO"];
this.columnCP_BALANCE = base.Columns["CP_BALANCE"];
}
[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.columnSLIPITEM = new global::System.Data.DataColumn("SLIPITEM", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPITEM);
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.columnMONEYTYPE_DESC = new global::System.Data.DataColumn("MONEYTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEYTYPE_DESC);
this.columnCP_INTERESTPAY = new global::System.Data.DataColumn("CP_INTERESTPAY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCP_INTERESTPAY);
this.columnCOMP_SLIPTYPE = new global::System.Data.DataColumn("COMP_SLIPTYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMP_SLIPTYPE);
this.columnREF_DOCNO = new global::System.Data.DataColumn("REF_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_DOCNO);
this.columnCP_BALANCE = new global::System.Data.DataColumn("CP_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCP_BALANCE);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnPAYINSLIP_NO,
this.columnSLIPITEMTYPE_CODE,
this.columnSEQ_NO}, true));
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.ReadOnly = true;
this.columnSHRLONTYPE_CODE.MaxLength = 2;
this.columnCONCOOP_ID.ReadOnly = true;
this.columnCONCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnSLIPITEM_DESC.MaxLength = 100;
this.columnINTARREAR_PAYAMT.ReadOnly = true;
this.columnCALINT_FROM.ReadOnly = true;
this.columnCALINT_TO.ReadOnly = true;
this.columnINTEREST_RETURN.ReadOnly = true;
this.columnSTM_ITEMTYPE.ReadOnly = true;
this.columnSTM_ITEMTYPE.MaxLength = 3;
this.columnBFPERIOD.ReadOnly = true;
this.columnBFINTARRSET_AMT.ReadOnly = true;
this.columnBFLASTPROC_DATE.ReadOnly = true;
this.columnBFLASTPAY_DATE.ReadOnly = true;
this.columnBFWITHDRAW_AMT.ReadOnly = true;
this.columnBFPERIOD_PAYMENT.ReadOnly = true;
this.columnBFSHRCONT_STATUS.ReadOnly = true;
this.columnBFCONTLAW_STATUS.ReadOnly = true;
this.columnBFCOUNTPAY_FLAG.ReadOnly = true;
this.columnBFPAYSPEC_METHOD.ReadOnly = true;
this.columnBFCONTSTATUS_DESC.ReadOnly = true;
this.columnBFCONTSTATUS_DESC.MaxLength = 6;
this.columnRKEEP_PRINCIPAL.ReadOnly = true;
this.columnRKEEP_INTEREST.ReadOnly = true;
this.columnNKEEP_INTEREST.ReadOnly = true;
this.columnBFINTRETURN_FLAG.ReadOnly = true;
this.columnBFPXAFTERMTHKEEP_TYPE.ReadOnly = true;
this.columnSLIPITEM.ReadOnly = true;
this.columnMONEYTYPE_DESC.ReadOnly = true;
this.columnCP_INTERESTPAY.ReadOnly = true;
this.columnCOMP_SLIPTYPE.ReadOnly = true;
this.columnREF_DOCNO.MaxLength = 15;
this.columnCP_BALANCE.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")]
private void InitExpressions() {
this.SLIPITEMColumn.Expression = "SLIPITEMTYPE_CODE+\'-\'+SLIPITEM_DESC";
this.CP_INTERESTPAYColumn.Expression = "INTEREST_PERIOD + BFINTARR_AMT";
this.CP_BALANCEColumn.Expression = "iif( BFSHRCONT_BALAMT - ITEM_PAYAMT < 0, 0, BFSHRCONT_BALAMT - ITEM_PAYAMT)";
}
[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 SLSLIPPAYINDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnPAYINSLIP_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 columnSHARESTKBF_VALUE;
private global::System.Data.DataColumn columnSHARESTK_VALUE;
private global::System.Data.DataColumn columnINTACCUM_AMT;
private global::System.Data.DataColumn columnMONEYTYPE_CODE;
private global::System.Data.DataColumn columnFINBANKACC_NO;
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 columnACCID_FLAG;
private global::System.Data.DataColumn columnTOFROM_ACCID;
private global::System.Data.DataColumn columnREF_SYSTEM;
private global::System.Data.DataColumn columnREF_SLIPNO;
private global::System.Data.DataColumn columnREF_SLIPAMT;
private global::System.Data.DataColumn columnSLIP_AMT;
private global::System.Data.DataColumn columnSLIP_STATUS;
private global::System.Data.DataColumn columnMEMBGROUP_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 columnFINPOST_STATUS;
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 columnPRINT;
private global::System.Data.DataColumn columnNAMEB;
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;
private global::System.Data.DataColumn columnMEMBGROUP_DESC;
private global::System.Data.DataColumn columnCOMPUTE1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDataTable(bool initExpressions) {
this.TableName = "SLSLIPPAYIN";
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 SLSLIPPAYINDataTable(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 SLSLIPPAYINDataTable(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 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 SHARESTKBF_VALUEColumn {
get {
return this.columnSHARESTKBF_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTK_VALUEColumn {
get {
return this.columnSHARESTK_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 FINBANKACC_NOColumn {
get {
return this.columnFINBANKACC_NO;
}
}
[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 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 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 REF_SYSTEMColumn {
get {
return this.columnREF_SYSTEM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_SLIPNOColumn {
get {
return this.columnREF_SLIPNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_SLIPAMTColumn {
get {
return this.columnREF_SLIPAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_AMTColumn {
get {
return this.columnSLIP_AMT;
}
}
[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 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 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 FINPOST_STATUSColumn {
get {
return this.columnFINPOST_STATUS;
}
}
[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 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 NAMEBColumn {
get {
return this.columnNAMEB;
}
}
[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 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 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 COMPUTE1Column {
get {
return this.columnCOMPUTE1;
}
}
[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 SLSLIPPAYINRow this[int index] {
get {
return ((SLSLIPPAYINRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINRowChangeEventHandler SLSLIPPAYINRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINRowChangeEventHandler SLSLIPPAYINRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINRowChangeEventHandler SLSLIPPAYINRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINRowChangeEventHandler SLSLIPPAYINRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSLSLIPPAYINRow(SLSLIPPAYINRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow AddSLSLIPPAYINRow(
string COOP_ID,
string PAYINSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
decimal SHARESTKBF_VALUE,
decimal SHARESTK_VALUE,
decimal INTACCUM_AMT,
string MONEYTYPE_CODE,
string FINBANKACC_NO,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal ACCID_FLAG,
string TOFROM_ACCID,
string REF_SYSTEM,
string REF_SLIPNO,
decimal REF_SLIPAMT,
decimal SLIP_AMT,
decimal SLIP_STATUS,
string MEMBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
decimal FINPOST_STATUS,
decimal POSTTOVC_FLAG,
string VOUCHER_NO,
decimal CANCELTOVC_FLAG,
string CANCELVC_NO,
decimal PRINT,
string NAMEB,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP,
string MEMBGROUP_DESC,
string COMPUTE1) {
SLSLIPPAYINRow rowSLSLIPPAYINRow = ((SLSLIPPAYINRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
PAYINSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHARESTKBF_VALUE,
SHARESTK_VALUE,
INTACCUM_AMT,
MONEYTYPE_CODE,
FINBANKACC_NO,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
ACCID_FLAG,
TOFROM_ACCID,
REF_SYSTEM,
REF_SLIPNO,
REF_SLIPAMT,
SLIP_AMT,
SLIP_STATUS,
MEMBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
CANCEL_ID,
CANCEL_DATE,
FINPOST_STATUS,
POSTTOVC_FLAG,
VOUCHER_NO,
CANCELTOVC_FLAG,
CANCELVC_NO,
PRINT,
NAMEB,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP,
MEMBGROUP_DESC,
COMPUTE1};
rowSLSLIPPAYINRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYINRow);
return rowSLSLIPPAYINRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow AddSLSLIPPAYINRow(
string COOP_ID,
string PAYINSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
decimal SHARESTKBF_VALUE,
decimal SHARESTK_VALUE,
decimal INTACCUM_AMT,
string MONEYTYPE_CODE,
string FINBANKACC_NO,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal ACCID_FLAG,
string TOFROM_ACCID,
string REF_SYSTEM,
string REF_SLIPNO,
decimal REF_SLIPAMT,
decimal SLIP_AMT,
decimal SLIP_STATUS,
string MEMBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
decimal FINPOST_STATUS,
decimal POSTTOVC_FLAG,
string VOUCHER_NO,
decimal CANCELTOVC_FLAG,
string CANCELVC_NO,
decimal PRINT,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP_DESC) {
SLSLIPPAYINRow rowSLSLIPPAYINRow = ((SLSLIPPAYINRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
PAYINSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHARESTKBF_VALUE,
SHARESTK_VALUE,
INTACCUM_AMT,
MONEYTYPE_CODE,
FINBANKACC_NO,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
ACCID_FLAG,
TOFROM_ACCID,
REF_SYSTEM,
REF_SLIPNO,
REF_SLIPAMT,
SLIP_AMT,
SLIP_STATUS,
MEMBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
CANCEL_ID,
CANCEL_DATE,
FINPOST_STATUS,
POSTTOVC_FLAG,
VOUCHER_NO,
CANCELTOVC_FLAG,
CANCELVC_NO,
PRINT,
null,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
null,
MEMBGROUP_DESC,
null};
rowSLSLIPPAYINRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYINRow);
return rowSLSLIPPAYINRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow FindByCOOP_IDPAYINSLIP_NO(string COOP_ID, string PAYINSLIP_NO) {
return ((SLSLIPPAYINRow)(this.Rows.Find(new object[] {
COOP_ID,
PAYINSLIP_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() {
SLSLIPPAYINDataTable cln = ((SLSLIPPAYINDataTable)(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 SLSLIPPAYINDataTable();
}
[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.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.columnSHARESTKBF_VALUE = base.Columns["SHARESTKBF_VALUE"];
this.columnSHARESTK_VALUE = base.Columns["SHARESTK_VALUE"];
this.columnINTACCUM_AMT = base.Columns["INTACCUM_AMT"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnFINBANKACC_NO = base.Columns["FINBANKACC_NO"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnACCID_FLAG = base.Columns["ACCID_FLAG"];
this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"];
this.columnREF_SYSTEM = base.Columns["REF_SYSTEM"];
this.columnREF_SLIPNO = base.Columns["REF_SLIPNO"];
this.columnREF_SLIPAMT = base.Columns["REF_SLIPAMT"];
this.columnSLIP_AMT = base.Columns["SLIP_AMT"];
this.columnSLIP_STATUS = base.Columns["SLIP_STATUS"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_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.columnFINPOST_STATUS = base.Columns["FINPOST_STATUS"];
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.columnPRINT = base.Columns["PRINT"];
this.columnNAMEB = base.Columns["NAMEB"];
this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnMEMBGROUP = base.Columns["MEMBGROUP"];
this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"];
this.columnCOMPUTE1 = base.Columns["COMPUTE1"];
}
[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.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.columnSHARESTKBF_VALUE = new global::System.Data.DataColumn("SHARESTKBF_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTKBF_VALUE);
this.columnSHARESTK_VALUE = new global::System.Data.DataColumn("SHARESTK_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTK_VALUE);
this.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.columnFINBANKACC_NO = new global::System.Data.DataColumn("FINBANKACC_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINBANKACC_NO);
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.columnACCID_FLAG = new global::System.Data.DataColumn("ACCID_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCID_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.columnREF_SYSTEM = new global::System.Data.DataColumn("REF_SYSTEM", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SYSTEM);
this.columnREF_SLIPNO = new global::System.Data.DataColumn("REF_SLIPNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SLIPNO);
this.columnREF_SLIPAMT = new global::System.Data.DataColumn("REF_SLIPAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SLIPAMT);
this.columnSLIP_AMT = new global::System.Data.DataColumn("SLIP_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_AMT);
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.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_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.columnFINPOST_STATUS = new global::System.Data.DataColumn("FINPOST_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINPOST_STATUS);
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.columnPRINT = new global::System.Data.DataColumn("PRINT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINT);
this.columnNAMEB = new global::System.Data.DataColumn("NAMEB", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNAMEB);
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 = new global::System.Data.DataColumn("MEMBGROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP);
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.columnCOMPUTE1 = new global::System.Data.DataColumn("COMPUTE1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPUTE1);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnPAYINSLIP_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnPAYINSLIP_NO.AllowDBNull = false;
this.columnPAYINSLIP_NO.MaxLength = 10;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.MaxLength = 8;
this.columnDOCUMENT_NO.MaxLength = 15;
this.columnSLIPTYPE_CODE.MaxLength = 3;
this.columnMONEYTYPE_CODE.MaxLength = 3;
this.columnFINBANKACC_NO.MaxLength = 15;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnTOFROM_ACCID.MaxLength = 15;
this.columnREF_SYSTEM.MaxLength = 15;
this.columnREF_SLIPNO.MaxLength = 15;
this.columnMEMBGROUP_CODE.MaxLength = 8;
this.columnENTRY_ID.MaxLength = 32;
this.columnCANCEL_ID.MaxLength = 32;
this.columnVOUCHER_NO.MaxLength = 15;
this.columnCANCELVC_NO.MaxLength = 15;
this.columnPRINT.DefaultValue = ((decimal)(1m));
this.columnNAMEB.ReadOnly = true;
this.columnMEMBGROUP.ReadOnly = true;
this.columnMEMBGROUP_DESC.ReadOnly = true;
this.columnCOMPUTE1.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow NewSLSLIPPAYINRow() {
return ((SLSLIPPAYINRow)(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 SLSLIPPAYINRow(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(SLSLIPPAYINRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.NAMEBColumn.Expression = "PRENAME_DESC + MEMB_NAME+\' \'+MEMB_SURNAME";
this.MEMBGROUPColumn.Expression = "MEMBGROUP_CODE+\' :: \'+MEMBGROUP_DESC";
this.COMPUTE1Column.Expression = "iif(slip_status = 1,\'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.SLSLIPPAYINRowChanged != null)) {
this.SLSLIPPAYINRowChanged(this, new SLSLIPPAYINRowChangeEvent(((SLSLIPPAYINRow)(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.SLSLIPPAYINRowChanging != null)) {
this.SLSLIPPAYINRowChanging(this, new SLSLIPPAYINRowChangeEvent(((SLSLIPPAYINRow)(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.SLSLIPPAYINRowDeleted != null)) {
this.SLSLIPPAYINRowDeleted(this, new SLSLIPPAYINRowChangeEvent(((SLSLIPPAYINRow)(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.SLSLIPPAYINRowDeleting != null)) {
this.SLSLIPPAYINRowDeleting(this, new SLSLIPPAYINRowChangeEvent(((SLSLIPPAYINRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSLSLIPPAYINRow(SLSLIPPAYINRow 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 = "SLSLIPPAYINDataTable";
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 DataTable1Row : global::System.Data.DataRow {
private DataTable1DataTable tableDataTable1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable1Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDataTable1 = ((DataTable1DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_cusname {
get {
try {
return ((string)(this[this.tableDataTable1.ls_cusnameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_cusname\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_cusnameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_trnscode {
get {
try {
return ((string)(this[this.tableDataTable1.ls_trnscodeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_trnscode\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_trnscodeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_paydate {
get {
try {
return ((string)(this[this.tableDataTable1.ls_paydateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_paydate\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_paydateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_ref1 {
get {
try {
return ((string)(this[this.tableDataTable1.ls_ref1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_ref1\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_ref1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_ref2 {
get {
try {
return ((string)(this[this.tableDataTable1.ls_ref2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_ref2\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_ref2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ldc_trnsamt {
get {
try {
return ((decimal)(this[this.tableDataTable1.ldc_trnsamtColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ldc_trnsamt\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ldc_trnsamtColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_chqbank {
get {
try {
return ((string)(this[this.tableDataTable1.ls_chqbankColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_chqbank\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_chqbankColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_chqno {
get {
try {
return ((string)(this[this.tableDataTable1.ls_chqnoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_chqno\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_chqnoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_filedocno {
get {
try {
return ((string)(this[this.tableDataTable1.ls_filedocnoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_filedocno\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_filedocnoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_trnsno {
get {
try {
return ((string)(this[this.tableDataTable1.ls_trnsnoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_trnsno\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_trnsnoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_bankcode {
get {
try {
return ((string)(this[this.tableDataTable1.ls_bankcodeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_bankcode\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_bankcodeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_branchcode {
get {
try {
return ((string)(this[this.tableDataTable1.ls_branchcodeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_branchcode\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_branchcodeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_tellerno {
get {
try {
return ((string)(this[this.tableDataTable1.ls_tellernoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_tellerno\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_tellernoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_trnstype {
get {
try {
return ((string)(this[this.tableDataTable1.ls_trnstypeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_trnstype\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_trnstypeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_paytime {
get {
try {
return ((string)(this[this.tableDataTable1.ls_paytimeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_paytime\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_paytimeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_accountno {
get {
try {
return ((string)(this[this.tableDataTable1.ls_accountnoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_accountno\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_accountnoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal sum_amt {
get {
try {
return ((decimal)(this[this.tableDataTable1.sum_amtColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'sum_amt\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.sum_amtColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_memno {
get {
try {
return ((string)(this[this.tableDataTable1.ls_memnoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_memno\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_memnoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal sum_row {
get {
try {
return ((decimal)(this[this.tableDataTable1.sum_rowColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'sum_row\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.sum_rowColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string chk_member {
get {
try {
return ((string)(this[this.tableDataTable1.chk_memberColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'chk_member\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.chk_memberColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ldc_intallacc {
get {
try {
return ((decimal)(this[this.tableDataTable1.ldc_intallaccColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ldc_intallacc\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ldc_intallaccColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_tofromaccid {
get {
try {
return ((string)(this[this.tableDataTable1.ls_tofromaccidColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_tofromaccid\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ls_tofromaccidColumn] = 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.tableDataTable1.membgroup_codeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'membgroup_code\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.membgroup_codeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string reject_status {
get {
try {
return ((string)(this[this.tableDataTable1.reject_statusColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'reject_status\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.reject_statusColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_cusnameNull() {
return this.IsNull(this.tableDataTable1.ls_cusnameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_cusnameNull() {
this[this.tableDataTable1.ls_cusnameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_trnscodeNull() {
return this.IsNull(this.tableDataTable1.ls_trnscodeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_trnscodeNull() {
this[this.tableDataTable1.ls_trnscodeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_paydateNull() {
return this.IsNull(this.tableDataTable1.ls_paydateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_paydateNull() {
this[this.tableDataTable1.ls_paydateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_ref1Null() {
return this.IsNull(this.tableDataTable1.ls_ref1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_ref1Null() {
this[this.tableDataTable1.ls_ref1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_ref2Null() {
return this.IsNull(this.tableDataTable1.ls_ref2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_ref2Null() {
this[this.tableDataTable1.ls_ref2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isldc_trnsamtNull() {
return this.IsNull(this.tableDataTable1.ldc_trnsamtColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setldc_trnsamtNull() {
this[this.tableDataTable1.ldc_trnsamtColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_chqbankNull() {
return this.IsNull(this.tableDataTable1.ls_chqbankColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_chqbankNull() {
this[this.tableDataTable1.ls_chqbankColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_chqnoNull() {
return this.IsNull(this.tableDataTable1.ls_chqnoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_chqnoNull() {
this[this.tableDataTable1.ls_chqnoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_filedocnoNull() {
return this.IsNull(this.tableDataTable1.ls_filedocnoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_filedocnoNull() {
this[this.tableDataTable1.ls_filedocnoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_trnsnoNull() {
return this.IsNull(this.tableDataTable1.ls_trnsnoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_trnsnoNull() {
this[this.tableDataTable1.ls_trnsnoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_bankcodeNull() {
return this.IsNull(this.tableDataTable1.ls_bankcodeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_bankcodeNull() {
this[this.tableDataTable1.ls_bankcodeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_branchcodeNull() {
return this.IsNull(this.tableDataTable1.ls_branchcodeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_branchcodeNull() {
this[this.tableDataTable1.ls_branchcodeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_tellernoNull() {
return this.IsNull(this.tableDataTable1.ls_tellernoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_tellernoNull() {
this[this.tableDataTable1.ls_tellernoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_trnstypeNull() {
return this.IsNull(this.tableDataTable1.ls_trnstypeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_trnstypeNull() {
this[this.tableDataTable1.ls_trnstypeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_paytimeNull() {
return this.IsNull(this.tableDataTable1.ls_paytimeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_paytimeNull() {
this[this.tableDataTable1.ls_paytimeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_accountnoNull() {
return this.IsNull(this.tableDataTable1.ls_accountnoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_accountnoNull() {
this[this.tableDataTable1.ls_accountnoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Issum_amtNull() {
return this.IsNull(this.tableDataTable1.sum_amtColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setsum_amtNull() {
this[this.tableDataTable1.sum_amtColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_memnoNull() {
return this.IsNull(this.tableDataTable1.ls_memnoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_memnoNull() {
this[this.tableDataTable1.ls_memnoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Issum_rowNull() {
return this.IsNull(this.tableDataTable1.sum_rowColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setsum_rowNull() {
this[this.tableDataTable1.sum_rowColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ischk_memberNull() {
return this.IsNull(this.tableDataTable1.chk_memberColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setchk_memberNull() {
this[this.tableDataTable1.chk_memberColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isldc_intallaccNull() {
return this.IsNull(this.tableDataTable1.ldc_intallaccColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setldc_intallaccNull() {
this[this.tableDataTable1.ldc_intallaccColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_tofromaccidNull() {
return this.IsNull(this.tableDataTable1.ls_tofromaccidColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_tofromaccidNull() {
this[this.tableDataTable1.ls_tofromaccidColumn] = 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.tableDataTable1.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.tableDataTable1.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 Isreject_statusNull() {
return this.IsNull(this.tableDataTable1.reject_statusColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setreject_statusNull() {
this[this.tableDataTable1.reject_statusColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DataTable2Row : global::System.Data.DataRow {
private DataTable2DataTable tableDataTable2;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable2Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDataTable2 = ((DataTable2DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_bank {
get {
try {
return ((string)(this[this.tableDataTable2.ls_bankColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_bank\' in table \'DataTable2\' is DBNull.", e);
}
}
set {
this[this.tableDataTable2.ls_bankColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_effdate {
get {
try {
return ((string)(this[this.tableDataTable2.ls_effdateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_effdate\' in table \'DataTable2\' is DBNull.", e);
}
}
set {
this[this.tableDataTable2.ls_effdateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_company {
get {
try {
return ((string)(this[this.tableDataTable2.ls_companyColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_company\' in table \'DataTable2\' is DBNull.", e);
}
}
set {
this[this.tableDataTable2.ls_companyColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_effdate_ {
get {
try {
return ((string)(this[this.tableDataTable2.ls_effdate_Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_effdate_\' in table \'DataTable2\' is DBNull.", e);
}
}
set {
this[this.tableDataTable2.ls_effdate_Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_filename {
get {
try {
return ((string)(this[this.tableDataTable2.ls_filenameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_filename\' in table \'DataTable2\' is DBNull.", e);
}
}
set {
this[this.tableDataTable2.ls_filenameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_bank_code {
get {
try {
return ((string)(this[this.tableDataTable2.ls_bank_codeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_bank_code\' in table \'DataTable2\' is DBNull.", e);
}
}
set {
this[this.tableDataTable2.ls_bank_codeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_bankNull() {
return this.IsNull(this.tableDataTable2.ls_bankColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_bankNull() {
this[this.tableDataTable2.ls_bankColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_effdateNull() {
return this.IsNull(this.tableDataTable2.ls_effdateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_effdateNull() {
this[this.tableDataTable2.ls_effdateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_companyNull() {
return this.IsNull(this.tableDataTable2.ls_companyColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_companyNull() {
this[this.tableDataTable2.ls_companyColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_effdate_Null() {
return this.IsNull(this.tableDataTable2.ls_effdate_Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_effdate_Null() {
this[this.tableDataTable2.ls_effdate_Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_filenameNull() {
return this.IsNull(this.tableDataTable2.ls_filenameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_filenameNull() {
this[this.tableDataTable2.ls_filenameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_bank_codeNull() {
return this.IsNull(this.tableDataTable2.ls_bank_codeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_bank_codeNull() {
this[this.tableDataTable2.ls_bank_codeColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DataTable3Row : global::System.Data.DataRow {
private DataTable3DataTable tableDataTable3;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable3Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDataTable3 = ((DataTable3DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_cusnameFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_cusnameFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_cusnameFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_cusnameFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_trnscodeFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_trnscodeFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_trnscodeFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_trnscodeFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_paydateFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_paydateFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_paydateFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_paydateFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_ref1Fail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_ref1FailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_ref1Fail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_ref1FailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_ref2Fail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_ref2FailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_ref2Fail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_ref2FailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ldc_trnsamtFail {
get {
try {
return ((decimal)(this[this.tableDataTable3.ldc_trnsamtFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ldc_trnsamtFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ldc_trnsamtFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_chqbankFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_chqbankFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_chqbankFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_chqbankFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_chqnoFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_chqnoFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_chqnoFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_chqnoFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_filedocnoFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_filedocnoFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_filedocnoFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_filedocnoFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_trnsnoFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_trnsnoFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_trnsnoFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_trnsnoFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_bankcodeFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_bankcodeFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_bankcodeFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_bankcodeFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_branchcodeFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_branchcodeFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_branchcodeFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_branchcodeFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_tellernoFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_tellernoFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_tellernoFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_tellernoFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_trnstypeFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_trnstypeFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_trnstypeFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_trnstypeFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_paytimeFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_paytimeFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_paytimeFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_paytimeFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_accountnoFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_accountnoFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_accountnoFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_accountnoFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal sum_amtFail {
get {
try {
return ((decimal)(this[this.tableDataTable3.sum_amtFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'sum_amtFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.sum_amtFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_memnoFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_memnoFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_memnoFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_memnoFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal sum_rowFail {
get {
try {
return ((decimal)(this[this.tableDataTable3.sum_rowFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'sum_rowFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.sum_rowFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string chk_memberFail {
get {
try {
return ((string)(this[this.tableDataTable3.chk_memberFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'chk_memberFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.chk_memberFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ldc_intallaccFail {
get {
try {
return ((decimal)(this[this.tableDataTable3.ldc_intallaccFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ldc_intallaccFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ldc_intallaccFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_tofromaccidFail {
get {
try {
return ((string)(this[this.tableDataTable3.ls_tofromaccidFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_tofromaccidFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.ls_tofromaccidFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string membgroup_codeFail {
get {
try {
return ((string)(this[this.tableDataTable3.membgroup_codeFailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'membgroup_codeFail\' in table \'DataTable3\' is DBNull.", e);
}
}
set {
this[this.tableDataTable3.membgroup_codeFailColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_cusnameFailNull() {
return this.IsNull(this.tableDataTable3.ls_cusnameFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_cusnameFailNull() {
this[this.tableDataTable3.ls_cusnameFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_trnscodeFailNull() {
return this.IsNull(this.tableDataTable3.ls_trnscodeFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_trnscodeFailNull() {
this[this.tableDataTable3.ls_trnscodeFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_paydateFailNull() {
return this.IsNull(this.tableDataTable3.ls_paydateFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_paydateFailNull() {
this[this.tableDataTable3.ls_paydateFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_ref1FailNull() {
return this.IsNull(this.tableDataTable3.ls_ref1FailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_ref1FailNull() {
this[this.tableDataTable3.ls_ref1FailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_ref2FailNull() {
return this.IsNull(this.tableDataTable3.ls_ref2FailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_ref2FailNull() {
this[this.tableDataTable3.ls_ref2FailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isldc_trnsamtFailNull() {
return this.IsNull(this.tableDataTable3.ldc_trnsamtFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setldc_trnsamtFailNull() {
this[this.tableDataTable3.ldc_trnsamtFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_chqbankFailNull() {
return this.IsNull(this.tableDataTable3.ls_chqbankFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_chqbankFailNull() {
this[this.tableDataTable3.ls_chqbankFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_chqnoFailNull() {
return this.IsNull(this.tableDataTable3.ls_chqnoFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_chqnoFailNull() {
this[this.tableDataTable3.ls_chqnoFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_filedocnoFailNull() {
return this.IsNull(this.tableDataTable3.ls_filedocnoFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_filedocnoFailNull() {
this[this.tableDataTable3.ls_filedocnoFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_trnsnoFailNull() {
return this.IsNull(this.tableDataTable3.ls_trnsnoFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_trnsnoFailNull() {
this[this.tableDataTable3.ls_trnsnoFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_bankcodeFailNull() {
return this.IsNull(this.tableDataTable3.ls_bankcodeFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_bankcodeFailNull() {
this[this.tableDataTable3.ls_bankcodeFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_branchcodeFailNull() {
return this.IsNull(this.tableDataTable3.ls_branchcodeFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_branchcodeFailNull() {
this[this.tableDataTable3.ls_branchcodeFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_tellernoFailNull() {
return this.IsNull(this.tableDataTable3.ls_tellernoFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_tellernoFailNull() {
this[this.tableDataTable3.ls_tellernoFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_trnstypeFailNull() {
return this.IsNull(this.tableDataTable3.ls_trnstypeFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_trnstypeFailNull() {
this[this.tableDataTable3.ls_trnstypeFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_paytimeFailNull() {
return this.IsNull(this.tableDataTable3.ls_paytimeFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_paytimeFailNull() {
this[this.tableDataTable3.ls_paytimeFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_accountnoFailNull() {
return this.IsNull(this.tableDataTable3.ls_accountnoFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_accountnoFailNull() {
this[this.tableDataTable3.ls_accountnoFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Issum_amtFailNull() {
return this.IsNull(this.tableDataTable3.sum_amtFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setsum_amtFailNull() {
this[this.tableDataTable3.sum_amtFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_memnoFailNull() {
return this.IsNull(this.tableDataTable3.ls_memnoFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_memnoFailNull() {
this[this.tableDataTable3.ls_memnoFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Issum_rowFailNull() {
return this.IsNull(this.tableDataTable3.sum_rowFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setsum_rowFailNull() {
this[this.tableDataTable3.sum_rowFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ischk_memberFailNull() {
return this.IsNull(this.tableDataTable3.chk_memberFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setchk_memberFailNull() {
this[this.tableDataTable3.chk_memberFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isldc_intallaccFailNull() {
return this.IsNull(this.tableDataTable3.ldc_intallaccFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setldc_intallaccFailNull() {
this[this.tableDataTable3.ldc_intallaccFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_tofromaccidFailNull() {
return this.IsNull(this.tableDataTable3.ls_tofromaccidFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_tofromaccidFailNull() {
this[this.tableDataTable3.ls_tofromaccidFailColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ismembgroup_codeFailNull() {
return this.IsNull(this.tableDataTable3.membgroup_codeFailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setmembgroup_codeFailNull() {
this[this.tableDataTable3.membgroup_codeFailColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DataTable4Row : global::System.Data.DataRow {
private DataTable4DataTable tableDataTable4;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable4Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDataTable4 = ((DataTable4DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_cusnameFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_cusnameFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_cusnameFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_cusnameFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_trnscodeFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_trnscodeFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_trnscodeFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_trnscodeFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_paydateFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_paydateFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_paydateFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_paydateFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_ref1Finish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_ref1FinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_ref1Finish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_ref1FinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_ref2Finish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_ref2FinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_ref2Finish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_ref2FinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ldc_trnsamtFinish {
get {
try {
return ((decimal)(this[this.tableDataTable4.ldc_trnsamtFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ldc_trnsamtFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ldc_trnsamtFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_chqbankFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_chqbankFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_chqbankFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_chqbankFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_chqnoFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_chqnoFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_chqnoFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_chqnoFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_filedocnoFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_filedocnoFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_filedocnoFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_filedocnoFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_trnsnoFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_trnsnoFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_trnsnoFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_trnsnoFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_bankcodeFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_bankcodeFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_bankcodeFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_bankcodeFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_branchcodeFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_branchcodeFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_branchcodeFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_branchcodeFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_tellernoFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_tellernoFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_tellernoFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_tellernoFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_trnstypeFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_trnstypeFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_trnstypeFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_trnstypeFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_paytimeFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_paytimeFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_paytimeFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_paytimeFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_accountnoFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_accountnoFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_accountnoFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_accountnoFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal sum_amtFinish {
get {
try {
return ((decimal)(this[this.tableDataTable4.sum_amtFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'sum_amtFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.sum_amtFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_memnoFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_memnoFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_memnoFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_memnoFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal sum_rowFinish {
get {
try {
return ((decimal)(this[this.tableDataTable4.sum_rowFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'sum_rowFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.sum_rowFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string chk_memberFinish {
get {
try {
return ((string)(this[this.tableDataTable4.chk_memberFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'chk_memberFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.chk_memberFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ldc_intallaccFinish {
get {
try {
return ((decimal)(this[this.tableDataTable4.ldc_intallaccFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ldc_intallaccFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ldc_intallaccFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ls_tofromaccidFinish {
get {
try {
return ((string)(this[this.tableDataTable4.ls_tofromaccidFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ls_tofromaccidFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.ls_tofromaccidFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string membgroup_codeFinish {
get {
try {
return ((string)(this[this.tableDataTable4.membgroup_codeFinishColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'membgroup_codeFinish\' in table \'DataTable4\' is DBNull.", e);
}
}
set {
this[this.tableDataTable4.membgroup_codeFinishColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_cusnameFinishNull() {
return this.IsNull(this.tableDataTable4.ls_cusnameFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_cusnameFinishNull() {
this[this.tableDataTable4.ls_cusnameFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_trnscodeFinishNull() {
return this.IsNull(this.tableDataTable4.ls_trnscodeFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_trnscodeFinishNull() {
this[this.tableDataTable4.ls_trnscodeFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_paydateFinishNull() {
return this.IsNull(this.tableDataTable4.ls_paydateFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_paydateFinishNull() {
this[this.tableDataTable4.ls_paydateFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_ref1FinishNull() {
return this.IsNull(this.tableDataTable4.ls_ref1FinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_ref1FinishNull() {
this[this.tableDataTable4.ls_ref1FinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_ref2FinishNull() {
return this.IsNull(this.tableDataTable4.ls_ref2FinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_ref2FinishNull() {
this[this.tableDataTable4.ls_ref2FinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isldc_trnsamtFinishNull() {
return this.IsNull(this.tableDataTable4.ldc_trnsamtFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setldc_trnsamtFinishNull() {
this[this.tableDataTable4.ldc_trnsamtFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_chqbankFinishNull() {
return this.IsNull(this.tableDataTable4.ls_chqbankFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_chqbankFinishNull() {
this[this.tableDataTable4.ls_chqbankFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_chqnoFinishNull() {
return this.IsNull(this.tableDataTable4.ls_chqnoFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_chqnoFinishNull() {
this[this.tableDataTable4.ls_chqnoFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_filedocnoFinishNull() {
return this.IsNull(this.tableDataTable4.ls_filedocnoFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_filedocnoFinishNull() {
this[this.tableDataTable4.ls_filedocnoFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_trnsnoFinishNull() {
return this.IsNull(this.tableDataTable4.ls_trnsnoFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_trnsnoFinishNull() {
this[this.tableDataTable4.ls_trnsnoFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_bankcodeFinishNull() {
return this.IsNull(this.tableDataTable4.ls_bankcodeFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_bankcodeFinishNull() {
this[this.tableDataTable4.ls_bankcodeFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_branchcodeFinishNull() {
return this.IsNull(this.tableDataTable4.ls_branchcodeFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_branchcodeFinishNull() {
this[this.tableDataTable4.ls_branchcodeFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_tellernoFinishNull() {
return this.IsNull(this.tableDataTable4.ls_tellernoFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_tellernoFinishNull() {
this[this.tableDataTable4.ls_tellernoFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_trnstypeFinishNull() {
return this.IsNull(this.tableDataTable4.ls_trnstypeFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_trnstypeFinishNull() {
this[this.tableDataTable4.ls_trnstypeFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_paytimeFinishNull() {
return this.IsNull(this.tableDataTable4.ls_paytimeFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_paytimeFinishNull() {
this[this.tableDataTable4.ls_paytimeFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_accountnoFinishNull() {
return this.IsNull(this.tableDataTable4.ls_accountnoFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_accountnoFinishNull() {
this[this.tableDataTable4.ls_accountnoFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Issum_amtFinishNull() {
return this.IsNull(this.tableDataTable4.sum_amtFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setsum_amtFinishNull() {
this[this.tableDataTable4.sum_amtFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_memnoFinishNull() {
return this.IsNull(this.tableDataTable4.ls_memnoFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_memnoFinishNull() {
this[this.tableDataTable4.ls_memnoFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Issum_rowFinishNull() {
return this.IsNull(this.tableDataTable4.sum_rowFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setsum_rowFinishNull() {
this[this.tableDataTable4.sum_rowFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ischk_memberFinishNull() {
return this.IsNull(this.tableDataTable4.chk_memberFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setchk_memberFinishNull() {
this[this.tableDataTable4.chk_memberFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isldc_intallaccFinishNull() {
return this.IsNull(this.tableDataTable4.ldc_intallaccFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setldc_intallaccFinishNull() {
this[this.tableDataTable4.ldc_intallaccFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isls_tofromaccidFinishNull() {
return this.IsNull(this.tableDataTable4.ls_tofromaccidFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setls_tofromaccidFinishNull() {
this[this.tableDataTable4.ls_tofromaccidFinishColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ismembgroup_codeFinishNull() {
return this.IsNull(this.tableDataTable4.membgroup_codeFinishColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setmembgroup_codeFinishNull() {
this[this.tableDataTable4.membgroup_codeFinishColumn] = global::System.Convert.DBNull;
}
}
///
///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 string SLIPITEM {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.SLIPITEMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPITEM\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SLIPITEMColumn] = 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.tableSLSLIPPAYINDET.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.MONEYTYPE_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.tableSLSLIPPAYINDET.MONEYTYPE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_DESC\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.MONEYTYPE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CP_INTERESTPAY {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.CP_INTERESTPAYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CP_INTERESTPAY\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CP_INTERESTPAYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COMP_SLIPTYPE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.COMP_SLIPTYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMP_SLIPTYPE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.COMP_SLIPTYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_DOCNO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.REF_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_DOCNO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.REF_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CP_BALANCE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.CP_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CP_BALANCE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CP_BALANCEColumn] = 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 IsSLIPITEMNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SLIPITEMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPITEMNull() {
this[this.tableSLSLIPPAYINDET.SLIPITEMColumn] = 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.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.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 IsMONEYTYPE_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.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 IsCP_INTERESTPAYNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CP_INTERESTPAYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCP_INTERESTPAYNull() {
this[this.tableSLSLIPPAYINDET.CP_INTERESTPAYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMP_SLIPTYPENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.COMP_SLIPTYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMP_SLIPTYPENull() {
this[this.tableSLSLIPPAYINDET.COMP_SLIPTYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_DOCNONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.REF_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_DOCNONull() {
this[this.tableSLSLIPPAYINDET.REF_DOCNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCP_BALANCENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CP_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCP_BALANCENull() {
this[this.tableSLSLIPPAYINDET.CP_BALANCEColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class SLSLIPPAYINRow : global::System.Data.DataRow {
private SLSLIPPAYINDataTable tableSLSLIPPAYIN;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYINRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSLSLIPPAYIN = ((SLSLIPPAYINDataTable)(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.tableSLSLIPPAYIN.COOP_IDColumn]));
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.PAYINSLIP_NOColumn]));
}
set {
this[this.tableSLSLIPPAYIN.PAYINSLIP_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.tableSLSLIPPAYIN.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.DOCUMENT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOCUMENT_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.SLIPTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.SLIP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.OPERATE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.OPERATE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTKBF_VALUE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.SHARESTKBF_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTKBF_VALUE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SHARESTKBF_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTK_VALUE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.SHARESTK_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_VALUE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SHARESTK_VALUEColumn] = 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.tableSLSLIPPAYIN.INTACCUM_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_AMT\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MONEYTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FINBANKACC_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.FINBANKACC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINBANKACC_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.FINBANKACC_NOColumn] = 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.tableSLSLIPPAYIN.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.EXPENSE_ACCIDColumn] = 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.tableSLSLIPPAYIN.ACCID_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCID_FLAG\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.ACCID_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.tableSLSLIPPAYIN.TOFROM_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.TOFROM_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_SYSTEM {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.REF_SYSTEMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SYSTEM\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.REF_SYSTEMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_SLIPNO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.REF_SLIPNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPNO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.REF_SLIPNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal REF_SLIPAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.REF_SLIPAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPAMT\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.REF_SLIPAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SLIP_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.SLIP_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_AMT\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SLIP_AMTColumn] = 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.tableSLSLIPPAYIN.SLIP_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_STATUS\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SLIP_STATUSColumn] = 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.tableSLSLIPPAYIN.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMBGROUP_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.tableSLSLIPPAYIN.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.CANCEL_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.CANCEL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.CANCEL_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINPOST_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.FINPOST_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINPOST_STATUS\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.FINPOST_STATUSColumn] = 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.tableSLSLIPPAYIN.POSTTOVC_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTTOVC_FLAG\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.VOUCHER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'VOUCHER_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.CANCELTOVC_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCELTOVC_FLAG\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.CANCELVC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCELVC_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.CANCELVC_NOColumn] = 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.tableSLSLIPPAYIN.PRINTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINT\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.PRINTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string NAMEB {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.NAMEBColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NAMEB\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.NAMEBColumn] = 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.tableSLSLIPPAYIN.PRENAME_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMB_SURNAMEColumn] = 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.tableSLSLIPPAYIN.MEMBGROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMBGROUPColumn] = 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.tableSLSLIPPAYIN.MEMBGROUP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMBGROUP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COMPUTE1 {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.COMPUTE1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPUTE1\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.COMPUTE1Column] = value;
}
}
[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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsSHARESTKBF_VALUENull() {
return this.IsNull(this.tableSLSLIPPAYIN.SHARESTKBF_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTKBF_VALUENull() {
this[this.tableSLSLIPPAYIN.SHARESTKBF_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTK_VALUENull() {
return this.IsNull(this.tableSLSLIPPAYIN.SHARESTK_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTK_VALUENull() {
this[this.tableSLSLIPPAYIN.SHARESTK_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTACCUM_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsFINBANKACC_NONull() {
return this.IsNull(this.tableSLSLIPPAYIN.FINBANKACC_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINBANKACC_NONull() {
this[this.tableSLSLIPPAYIN.FINBANKACC_NOColumn] = 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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsACCID_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsTOFROM_ACCIDNull() {
return this.IsNull(this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsREF_SYSTEMNull() {
return this.IsNull(this.tableSLSLIPPAYIN.REF_SYSTEMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_SYSTEMNull() {
this[this.tableSLSLIPPAYIN.REF_SYSTEMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_SLIPNONull() {
return this.IsNull(this.tableSLSLIPPAYIN.REF_SLIPNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_SLIPNONull() {
this[this.tableSLSLIPPAYIN.REF_SLIPNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_SLIPAMTNull() {
return this.IsNull(this.tableSLSLIPPAYIN.REF_SLIPAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_SLIPAMTNull() {
this[this.tableSLSLIPPAYIN.REF_SLIPAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYIN.SLIP_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_AMTNull() {
this[this.tableSLSLIPPAYIN.SLIP_AMTColumn] = 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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsMEMBGROUP_CODENull() {
return this.IsNull(this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsENTRY_IDNull() {
return this.IsNull(this.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsFINPOST_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYIN.FINPOST_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINPOST_STATUSNull() {
this[this.tableSLSLIPPAYIN.FINPOST_STATUSColumn] = 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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsPRINTNull() {
return this.IsNull(this.tableSLSLIPPAYIN.PRINTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINTNull() {
this[this.tableSLSLIPPAYIN.PRINTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNAMEBNull() {
return this.IsNull(this.tableSLSLIPPAYIN.NAMEBColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNAMEBNull() {
this[this.tableSLSLIPPAYIN.NAMEBColumn] = 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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsMEMBGROUPNull() {
return this.IsNull(this.tableSLSLIPPAYIN.MEMBGROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUPNull() {
this[this.tableSLSLIPPAYIN.MEMBGROUPColumn] = 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.tableSLSLIPPAYIN.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.tableSLSLIPPAYIN.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 IsCOMPUTE1Null() {
return this.IsNull(this.tableSLSLIPPAYIN.COMPUTE1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPUTE1Null() {
this[this.tableSLSLIPPAYIN.COMPUTE1Column] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class DataTable1RowChangeEvent : global::System.EventArgs {
private DataTable1Row 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 DataTable1RowChangeEvent(DataTable1Row 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 DataTable1Row 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 DataTable2RowChangeEvent : global::System.EventArgs {
private DataTable2Row 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 DataTable2RowChangeEvent(DataTable2Row 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 DataTable2Row 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 DataTable3RowChangeEvent : global::System.EventArgs {
private DataTable3Row 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 DataTable3RowChangeEvent(DataTable3Row 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 DataTable3Row 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 DataTable4RowChangeEvent : global::System.EventArgs {
private DataTable4Row 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 DataTable4RowChangeEvent(DataTable4Row 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 DataTable4Row 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 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 SLSLIPPAYINRowChangeEvent : global::System.EventArgs {
private SLSLIPPAYINRow 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 SLSLIPPAYINRowChangeEvent(SLSLIPPAYINRow 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 SLSLIPPAYINRow 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;
}
}
}
}
}
#pragma warning restore 1591