//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.shrlon.ws_sl_payoutslip_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 SLSLIPPAYOUTDETDataTable tableSLSLIPPAYOUTDET;
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["SLSLIPPAYOUTDET"] != null)) {
base.Tables.Add(new SLSLIPPAYOUTDETDataTable(ds.Tables["SLSLIPPAYOUTDET"]));
}
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 SLSLIPPAYOUTDETDataTable SLSLIPPAYOUTDET {
get {
return this.tableSLSLIPPAYOUTDET;
}
}
[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["SLSLIPPAYOUTDET"] != null)) {
base.Tables.Add(new SLSLIPPAYOUTDETDataTable(ds.Tables["SLSLIPPAYOUTDET"]));
}
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.tableSLSLIPPAYOUTDET = ((SLSLIPPAYOUTDETDataTable)(base.Tables["SLSLIPPAYOUTDET"]));
if ((initTable == true)) {
if ((this.tableSLSLIPPAYOUTDET != null)) {
this.tableSLSLIPPAYOUTDET.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(false);
base.Tables.Add(this.tableDataTable1);
this.tableSLSLIPPAYOUTDET = new SLSLIPPAYOUTDETDataTable();
base.Tables.Add(this.tableSLSLIPPAYOUTDET);
}
[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 ShouldSerializeSLSLIPPAYOUTDET() {
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.DataTable1.compute_1Column.Expression = " prename_desc + memb_name+\' \'+ memb_surname ";
}
[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 SLSLIPPAYOUTDETRowChangeEventHandler(object sender, SLSLIPPAYOUTDETRowChangeEvent 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 columnPRENAME_DESC;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnMEMBGROUP_DESC;
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnPAYOUTSLIP_NO;
private global::System.Data.DataColumn columnMEMCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnDOCUMENT_NO;
private global::System.Data.DataColumn columnPOSTSLIP_NO;
private global::System.Data.DataColumn columnSLIPTYPE_CODE;
private global::System.Data.DataColumn columnSLIP_DATE;
private global::System.Data.DataColumn columnOPERATE_DATE;
private global::System.Data.DataColumn columnSHRLONTYPE_CODE;
private global::System.Data.DataColumn columnCONCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnRCVPERIOD_FLAG;
private global::System.Data.DataColumn columnRCV_PERIOD;
private global::System.Data.DataColumn columnPAYOUT_AMT;
private global::System.Data.DataColumn columnPAYOUTCLR_AMT;
private global::System.Data.DataColumn columnPAYOUTNET_AMT;
private global::System.Data.DataColumn columnBFPERIOD;
private global::System.Data.DataColumn columnBFSHRCONT_BALAMT;
private global::System.Data.DataColumn columnBFLASTRECEIVE_DATE;
private global::System.Data.DataColumn columnBFCONTLAW_STATUS;
private global::System.Data.DataColumn columnMONEYTYPE_CODE;
private global::System.Data.DataColumn columnEXPENSE_BANK;
private global::System.Data.DataColumn columnEXPENSE_BRANCH;
private global::System.Data.DataColumn columnEXPENSE_ACCID;
private global::System.Data.DataColumn columnBANKFEE_AMT;
private global::System.Data.DataColumn columnBANKSRV_AMT;
private global::System.Data.DataColumn columnACCID_FLAG;
private global::System.Data.DataColumn columnTOFROM_ACCID;
private global::System.Data.DataColumn columnSLIP_STATUS;
private global::System.Data.DataColumn columnSLIPCLEAR_NO;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnENTRY_BYCOOPID;
private global::System.Data.DataColumn columncompute_1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1DataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1DataTable(bool initExpressions) {
this.TableName = "DataTable1";
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 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 PRENAME_DESCColumn {
get {
return this.columnPRENAME_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_DESCColumn {
get {
return this.columnMEMBGROUP_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_IDColumn {
get {
return this.columnCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTSLIP_NOColumn {
get {
return this.columnPAYOUTSLIP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMCOOP_IDColumn {
get {
return this.columnMEMCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DOCUMENT_NOColumn {
get {
return this.columnDOCUMENT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSTSLIP_NOColumn {
get {
return this.columnPOSTSLIP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPTYPE_CODEColumn {
get {
return this.columnSLIPTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATEColumn {
get {
return this.columnSLIP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_DATEColumn {
get {
return this.columnOPERATE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHRLONTYPE_CODEColumn {
get {
return this.columnSHRLONTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 RCVPERIOD_FLAGColumn {
get {
return this.columnRCVPERIOD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RCV_PERIODColumn {
get {
return this.columnRCV_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUT_AMTColumn {
get {
return this.columnPAYOUT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTCLR_AMTColumn {
get {
return this.columnPAYOUTCLR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTNET_AMTColumn {
get {
return this.columnPAYOUTNET_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPERIODColumn {
get {
return this.columnBFPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 BFLASTRECEIVE_DATEColumn {
get {
return this.columnBFLASTRECEIVE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 MONEYTYPE_CODEColumn {
get {
return this.columnMONEYTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BANKColumn {
get {
return this.columnEXPENSE_BANK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BRANCHColumn {
get {
return this.columnEXPENSE_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_ACCIDColumn {
get {
return this.columnEXPENSE_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANKFEE_AMTColumn {
get {
return this.columnBANKFEE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANKSRV_AMTColumn {
get {
return this.columnBANKSRV_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 SLIP_STATUSColumn {
get {
return this.columnSLIP_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPCLEAR_NOColumn {
get {
return this.columnSLIPCLEAR_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_CODEColumn {
get {
return this.columnMEMBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_IDColumn {
get {
return this.columnENTRY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_DATEColumn {
get {
return this.columnENTRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_BYCOOPIDColumn {
get {
return this.columnENTRY_BYCOOPID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn compute_1Column {
get {
return this.columncompute_1;
}
}
[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 PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP_DESC,
string COOP_ID,
string PAYOUTSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string POSTSLIP_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
string SHRLONTYPE_CODE,
string CONCOOP_ID,
string LOANCONTRACT_NO,
decimal RCVPERIOD_FLAG,
decimal RCV_PERIOD,
decimal PAYOUT_AMT,
decimal PAYOUTCLR_AMT,
decimal PAYOUTNET_AMT,
decimal BFPERIOD,
decimal BFSHRCONT_BALAMT,
System.DateTime BFLASTRECEIVE_DATE,
decimal BFCONTLAW_STATUS,
string MONEYTYPE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal BANKFEE_AMT,
decimal BANKSRV_AMT,
decimal ACCID_FLAG,
string TOFROM_ACCID,
decimal SLIP_STATUS,
string SLIPCLEAR_NO,
string MEMBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string ENTRY_BYCOOPID,
string compute_1) {
DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_DESC,
COOP_ID,
PAYOUTSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
POSTSLIP_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHRLONTYPE_CODE,
CONCOOP_ID,
LOANCONTRACT_NO,
RCVPERIOD_FLAG,
RCV_PERIOD,
PAYOUT_AMT,
PAYOUTCLR_AMT,
PAYOUTNET_AMT,
BFPERIOD,
BFSHRCONT_BALAMT,
BFLASTRECEIVE_DATE,
BFCONTLAW_STATUS,
MONEYTYPE_CODE,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
BANKFEE_AMT,
BANKSRV_AMT,
ACCID_FLAG,
TOFROM_ACCID,
SLIP_STATUS,
SLIPCLEAR_NO,
MEMBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
ENTRY_BYCOOPID,
compute_1};
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 DataTable1Row AddDataTable1Row(
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP_DESC,
string COOP_ID,
string PAYOUTSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string POSTSLIP_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
string SHRLONTYPE_CODE,
string CONCOOP_ID,
string LOANCONTRACT_NO,
decimal RCVPERIOD_FLAG,
decimal RCV_PERIOD,
decimal PAYOUT_AMT,
decimal PAYOUTCLR_AMT,
decimal PAYOUTNET_AMT,
decimal BFPERIOD,
decimal BFSHRCONT_BALAMT,
System.DateTime BFLASTRECEIVE_DATE,
decimal BFCONTLAW_STATUS,
string MONEYTYPE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal BANKFEE_AMT,
decimal BANKSRV_AMT,
decimal ACCID_FLAG,
string TOFROM_ACCID,
decimal SLIP_STATUS,
string SLIPCLEAR_NO,
string MEMBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string ENTRY_BYCOOPID) {
DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_DESC,
COOP_ID,
PAYOUTSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
POSTSLIP_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHRLONTYPE_CODE,
CONCOOP_ID,
LOANCONTRACT_NO,
RCVPERIOD_FLAG,
RCV_PERIOD,
PAYOUT_AMT,
PAYOUTCLR_AMT,
PAYOUTNET_AMT,
BFPERIOD,
BFSHRCONT_BALAMT,
BFLASTRECEIVE_DATE,
BFCONTLAW_STATUS,
MONEYTYPE_CODE,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
BANKFEE_AMT,
BANKSRV_AMT,
ACCID_FLAG,
TOFROM_ACCID,
SLIP_STATUS,
SLIPCLEAR_NO,
MEMBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
ENTRY_BYCOOPID,
null};
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 DataTable1Row FindByCOOP_IDPAYOUTSLIP_NO(string COOP_ID, string PAYOUTSLIP_NO) {
return ((DataTable1Row)(this.Rows.Find(new object[] {
COOP_ID,
PAYOUTSLIP_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
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.columnPRENAME_DESC = base.Columns["PRENAME_DESC"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"];
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnPAYOUTSLIP_NO = base.Columns["PAYOUTSLIP_NO"];
this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnDOCUMENT_NO = base.Columns["DOCUMENT_NO"];
this.columnPOSTSLIP_NO = base.Columns["POSTSLIP_NO"];
this.columnSLIPTYPE_CODE = base.Columns["SLIPTYPE_CODE"];
this.columnSLIP_DATE = base.Columns["SLIP_DATE"];
this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"];
this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"];
this.columnCONCOOP_ID = base.Columns["CONCOOP_ID"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnRCVPERIOD_FLAG = base.Columns["RCVPERIOD_FLAG"];
this.columnRCV_PERIOD = base.Columns["RCV_PERIOD"];
this.columnPAYOUT_AMT = base.Columns["PAYOUT_AMT"];
this.columnPAYOUTCLR_AMT = base.Columns["PAYOUTCLR_AMT"];
this.columnPAYOUTNET_AMT = base.Columns["PAYOUTNET_AMT"];
this.columnBFPERIOD = base.Columns["BFPERIOD"];
this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"];
this.columnBFLASTRECEIVE_DATE = base.Columns["BFLASTRECEIVE_DATE"];
this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnBANKFEE_AMT = base.Columns["BANKFEE_AMT"];
this.columnBANKSRV_AMT = base.Columns["BANKSRV_AMT"];
this.columnACCID_FLAG = base.Columns["ACCID_FLAG"];
this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"];
this.columnSLIP_STATUS = base.Columns["SLIP_STATUS"];
this.columnSLIPCLEAR_NO = base.Columns["SLIPCLEAR_NO"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnENTRY_BYCOOPID = base.Columns["ENTRY_BYCOOPID"];
this.columncompute_1 = base.Columns["compute_1"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_DESC);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_DESC);
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnPAYOUTSLIP_NO = new global::System.Data.DataColumn("PAYOUTSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTSLIP_NO);
this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMCOOP_ID);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnDOCUMENT_NO = new global::System.Data.DataColumn("DOCUMENT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDOCUMENT_NO);
this.columnPOSTSLIP_NO = new global::System.Data.DataColumn("POSTSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTSLIP_NO);
this.columnSLIPTYPE_CODE = new global::System.Data.DataColumn("SLIPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPTYPE_CODE);
this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE);
this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_DATE);
this.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHRLONTYPE_CODE);
this.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.columnRCVPERIOD_FLAG = new global::System.Data.DataColumn("RCVPERIOD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCVPERIOD_FLAG);
this.columnRCV_PERIOD = new global::System.Data.DataColumn("RCV_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCV_PERIOD);
this.columnPAYOUT_AMT = new global::System.Data.DataColumn("PAYOUT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUT_AMT);
this.columnPAYOUTCLR_AMT = new global::System.Data.DataColumn("PAYOUTCLR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTCLR_AMT);
this.columnPAYOUTNET_AMT = new global::System.Data.DataColumn("PAYOUTNET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTNET_AMT);
this.columnBFPERIOD = new global::System.Data.DataColumn("BFPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPERIOD);
this.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHRCONT_BALAMT);
this.columnBFLASTRECEIVE_DATE = new global::System.Data.DataColumn("BFLASTRECEIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTRECEIVE_DATE);
this.columnBFCONTLAW_STATUS = new global::System.Data.DataColumn("BFCONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTLAW_STATUS);
this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEYTYPE_CODE);
this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BANK);
this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BRANCH);
this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_ACCID);
this.columnBANKFEE_AMT = new global::System.Data.DataColumn("BANKFEE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANKFEE_AMT);
this.columnBANKSRV_AMT = new global::System.Data.DataColumn("BANKSRV_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANKSRV_AMT);
this.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.columnSLIP_STATUS = new global::System.Data.DataColumn("SLIP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_STATUS);
this.columnSLIPCLEAR_NO = new global::System.Data.DataColumn("SLIPCLEAR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPCLEAR_NO);
this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE);
this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID);
this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_DATE);
this.columnENTRY_BYCOOPID = new global::System.Data.DataColumn("ENTRY_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_BYCOOPID);
this.columncompute_1 = new global::System.Data.DataColumn("compute_1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncompute_1);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnPAYOUTSLIP_NO}, true));
this.columnPRENAME_DESC.MaxLength = 30;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columnMEMBGROUP_DESC.MaxLength = 100;
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnPAYOUTSLIP_NO.AllowDBNull = false;
this.columnPAYOUTSLIP_NO.MaxLength = 10;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.MaxLength = 8;
this.columnDOCUMENT_NO.MaxLength = 15;
this.columnPOSTSLIP_NO.MaxLength = 10;
this.columnSLIPTYPE_CODE.MaxLength = 3;
this.columnSHRLONTYPE_CODE.MaxLength = 2;
this.columnCONCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnMONEYTYPE_CODE.MaxLength = 3;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnTOFROM_ACCID.MaxLength = 15;
this.columnSLIPCLEAR_NO.MaxLength = 10;
this.columnMEMBGROUP_CODE.MaxLength = 14;
this.columnENTRY_ID.MaxLength = 32;
this.columnENTRY_BYCOOPID.MaxLength = 6;
this.columncompute_1.ReadOnly = true;
}
[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")]
private void InitExpressions() {
this.compute_1Column.Expression = " prename_desc + memb_name+\' \'+ memb_surname ";
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.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 SLSLIPPAYOUTDETDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnOPERATE_FLAG;
private global::System.Data.DataColumn columnPAYOUTSLIP_NO;
private global::System.Data.DataColumn columnSLIPITEMTYPE_CODE;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnSHRLONTYPE_CODE;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnSLIPITEM_DESC;
private global::System.Data.DataColumn columnPRINCIPAL_PAYAMT;
private global::System.Data.DataColumn columnINTEREST_PAYAMT;
private global::System.Data.DataColumn columnITEM_PAYAMT;
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnCONCOOP_ID;
private global::System.Data.DataColumn columnDEPACCOUNT_NO;
private global::System.Data.DataColumn columnREF_DOCNO;
private global::System.Data.DataColumn columnBFSHRCONT_BALAMT;
private global::System.Data.DataColumn columnBFCONTLAW_STATUS;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTDETDataTable() {
this.TableName = "SLSLIPPAYOUTDET";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYOUTDETDataTable(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 SLSLIPPAYOUTDETDataTable(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 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 PAYOUTSLIP_NOColumn {
get {
return this.columnPAYOUTSLIP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 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 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 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 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 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 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 DEPACCOUNT_NOColumn {
get {
return this.columnDEPACCOUNT_NO;
}
}
[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 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 BFCONTLAW_STATUSColumn {
get {
return this.columnBFCONTLAW_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 SLSLIPPAYOUTDETRow this[int index] {
get {
return ((SLSLIPPAYOUTDETRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUTDETRowChangeEventHandler SLSLIPPAYOUTDETRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUTDETRowChangeEventHandler SLSLIPPAYOUTDETRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUTDETRowChangeEventHandler SLSLIPPAYOUTDETRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYOUTDETRowChangeEventHandler SLSLIPPAYOUTDETRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSLSLIPPAYOUTDETRow(SLSLIPPAYOUTDETRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTDETRow AddSLSLIPPAYOUTDETRow(
decimal OPERATE_FLAG,
string PAYOUTSLIP_NO,
string SLIPITEMTYPE_CODE,
decimal SEQ_NO,
string SHRLONTYPE_CODE,
string LOANCONTRACT_NO,
string SLIPITEM_DESC,
decimal PRINCIPAL_PAYAMT,
decimal INTEREST_PAYAMT,
decimal ITEM_PAYAMT,
string COOP_ID,
string CONCOOP_ID,
string DEPACCOUNT_NO,
string REF_DOCNO,
decimal BFSHRCONT_BALAMT,
decimal BFCONTLAW_STATUS) {
SLSLIPPAYOUTDETRow rowSLSLIPPAYOUTDETRow = ((SLSLIPPAYOUTDETRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
OPERATE_FLAG,
PAYOUTSLIP_NO,
SLIPITEMTYPE_CODE,
SEQ_NO,
SHRLONTYPE_CODE,
LOANCONTRACT_NO,
SLIPITEM_DESC,
PRINCIPAL_PAYAMT,
INTEREST_PAYAMT,
ITEM_PAYAMT,
COOP_ID,
CONCOOP_ID,
DEPACCOUNT_NO,
REF_DOCNO,
BFSHRCONT_BALAMT,
BFCONTLAW_STATUS};
rowSLSLIPPAYOUTDETRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYOUTDETRow);
return rowSLSLIPPAYOUTDETRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTDETRow FindByPAYOUTSLIP_NOSLIPITEMTYPE_CODESEQ_NOCOOP_ID(string PAYOUTSLIP_NO, string SLIPITEMTYPE_CODE, decimal SEQ_NO, string COOP_ID) {
return ((SLSLIPPAYOUTDETRow)(this.Rows.Find(new object[] {
PAYOUTSLIP_NO,
SLIPITEMTYPE_CODE,
SEQ_NO,
COOP_ID})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
SLSLIPPAYOUTDETDataTable cln = ((SLSLIPPAYOUTDETDataTable)(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 SLSLIPPAYOUTDETDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnOPERATE_FLAG = base.Columns["OPERATE_FLAG"];
this.columnPAYOUTSLIP_NO = base.Columns["PAYOUTSLIP_NO"];
this.columnSLIPITEMTYPE_CODE = base.Columns["SLIPITEMTYPE_CODE"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnSLIPITEM_DESC = base.Columns["SLIPITEM_DESC"];
this.columnPRINCIPAL_PAYAMT = base.Columns["PRINCIPAL_PAYAMT"];
this.columnINTEREST_PAYAMT = base.Columns["INTEREST_PAYAMT"];
this.columnITEM_PAYAMT = base.Columns["ITEM_PAYAMT"];
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnCONCOOP_ID = base.Columns["CONCOOP_ID"];
this.columnDEPACCOUNT_NO = base.Columns["DEPACCOUNT_NO"];
this.columnREF_DOCNO = base.Columns["REF_DOCNO"];
this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"];
this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
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.columnPAYOUTSLIP_NO = new global::System.Data.DataColumn("PAYOUTSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTSLIP_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.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHRLONTYPE_CODE);
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.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.columnITEM_PAYAMT = new global::System.Data.DataColumn("ITEM_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnITEM_PAYAMT);
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.columnCONCOOP_ID = new global::System.Data.DataColumn("CONCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONCOOP_ID);
this.columnDEPACCOUNT_NO = new global::System.Data.DataColumn("DEPACCOUNT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPACCOUNT_NO);
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.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHRCONT_BALAMT);
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.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnPAYOUTSLIP_NO,
this.columnSLIPITEMTYPE_CODE,
this.columnSEQ_NO,
this.columnCOOP_ID}, true));
this.columnPAYOUTSLIP_NO.AllowDBNull = false;
this.columnPAYOUTSLIP_NO.MaxLength = 10;
this.columnSLIPITEMTYPE_CODE.AllowDBNull = false;
this.columnSLIPITEMTYPE_CODE.MaxLength = 3;
this.columnSEQ_NO.AllowDBNull = false;
this.columnSHRLONTYPE_CODE.MaxLength = 2;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnSLIPITEM_DESC.MaxLength = 100;
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnCONCOOP_ID.MaxLength = 6;
this.columnDEPACCOUNT_NO.MaxLength = 10;
this.columnREF_DOCNO.MaxLength = 15;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTDETRow NewSLSLIPPAYOUTDETRow() {
return ((SLSLIPPAYOUTDETRow)(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 SLSLIPPAYOUTDETRow(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(SLSLIPPAYOUTDETRow);
}
[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.SLSLIPPAYOUTDETRowChanged != null)) {
this.SLSLIPPAYOUTDETRowChanged(this, new SLSLIPPAYOUTDETRowChangeEvent(((SLSLIPPAYOUTDETRow)(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.SLSLIPPAYOUTDETRowChanging != null)) {
this.SLSLIPPAYOUTDETRowChanging(this, new SLSLIPPAYOUTDETRowChangeEvent(((SLSLIPPAYOUTDETRow)(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.SLSLIPPAYOUTDETRowDeleted != null)) {
this.SLSLIPPAYOUTDETRowDeleted(this, new SLSLIPPAYOUTDETRowChangeEvent(((SLSLIPPAYOUTDETRow)(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.SLSLIPPAYOUTDETRowDeleting != null)) {
this.SLSLIPPAYOUTDETRowDeleting(this, new SLSLIPPAYOUTDETRowChangeEvent(((SLSLIPPAYOUTDETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSLSLIPPAYOUTDETRow(SLSLIPPAYOUTDETRow 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 = "SLSLIPPAYOUTDETDataTable";
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 PRENAME_DESC {
get {
try {
return ((string)(this[this.tableDataTable1.PRENAME_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_DESC {
get {
try {
return ((string)(this[this.tableDataTable1.MEMBGROUP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.MEMBGROUP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tableDataTable1.COOP_IDColumn]));
}
set {
this[this.tableDataTable1.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYOUTSLIP_NO {
get {
return ((string)(this[this.tableDataTable1.PAYOUTSLIP_NOColumn]));
}
set {
this[this.tableDataTable1.PAYOUTSLIP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMCOOP_ID {
get {
try {
return ((string)(this[this.tableDataTable1.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.DOCUMENT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOCUMENT_NO\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.DOCUMENT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string POSTSLIP_NO {
get {
try {
return ((string)(this[this.tableDataTable1.POSTSLIP_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTSLIP_NO\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.POSTSLIP_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.tableDataTable1.SLIPTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.SLIP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.OPERATE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.OPERATE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SHRLONTYPE_CODE {
get {
try {
return ((string)(this[this.tableDataTable1.SHRLONTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.CONCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONCOOP_ID\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.LOANCONTRACT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RCVPERIOD_FLAG {
get {
try {
return ((decimal)(this[this.tableDataTable1.RCVPERIOD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCVPERIOD_FLAG\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.RCVPERIOD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RCV_PERIOD {
get {
try {
return ((decimal)(this[this.tableDataTable1.RCV_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCV_PERIOD\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.RCV_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUT_AMT {
get {
try {
return ((decimal)(this[this.tableDataTable1.PAYOUT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUT_AMT\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.PAYOUT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUTCLR_AMT {
get {
try {
return ((decimal)(this[this.tableDataTable1.PAYOUTCLR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTCLR_AMT\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.PAYOUTCLR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUTNET_AMT {
get {
try {
return ((decimal)(this[this.tableDataTable1.PAYOUTNET_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTNET_AMT\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.PAYOUTNET_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPERIOD {
get {
try {
return ((decimal)(this[this.tableDataTable1.BFPERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.BFPERIODColumn] = 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.tableDataTable1.BFSHRCONT_BALAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.BFSHRCONT_BALAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTRECEIVE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableDataTable1.BFLASTRECEIVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTRECEIVE_DATE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.BFLASTRECEIVE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTLAW_STATUS {
get {
try {
return ((decimal)(this[this.tableDataTable1.BFCONTLAW_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.BFCONTLAW_STATUSColumn] = 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.tableDataTable1.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.MONEYTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BANK {
get {
try {
return ((string)(this[this.tableDataTable1.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.EXPENSE_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BANKFEE_AMT {
get {
try {
return ((decimal)(this[this.tableDataTable1.BANKFEE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKFEE_AMT\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.BANKFEE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BANKSRV_AMT {
get {
try {
return ((decimal)(this[this.tableDataTable1.BANKSRV_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANKSRV_AMT\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.BANKSRV_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ACCID_FLAG {
get {
try {
return ((decimal)(this[this.tableDataTable1.ACCID_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCID_FLAG\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.TOFROM_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.TOFROM_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SLIP_STATUS {
get {
try {
return ((decimal)(this[this.tableDataTable1.SLIP_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_STATUS\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.SLIP_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPCLEAR_NO {
get {
try {
return ((string)(this[this.tableDataTable1.SLIPCLEAR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPCLEAR_NO\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.SLIPCLEAR_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE {
get {
try {
return ((string)(this[this.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 ENTRY_ID {
get {
try {
return ((string)(this[this.tableDataTable1.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.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.tableDataTable1.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ENTRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_BYCOOPID {
get {
try {
return ((string)(this[this.tableDataTable1.ENTRY_BYCOOPIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_BYCOOPID\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.ENTRY_BYCOOPIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string compute_1 {
get {
try {
return ((string)(this[this.tableDataTable1.compute_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'compute_1\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.compute_1Column] = value;
}
}
[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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_DESCNull() {
return this.IsNull(this.tableDataTable1.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.tableDataTable1.MEMBGROUP_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMCOOP_IDNull() {
return this.IsNull(this.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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 IsPOSTSLIP_NONull() {
return this.IsNull(this.tableDataTable1.POSTSLIP_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSTSLIP_NONull() {
this[this.tableDataTable1.POSTSLIP_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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.OPERATE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHRLONTYPE_CODENull() {
return this.IsNull(this.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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 IsRCVPERIOD_FLAGNull() {
return this.IsNull(this.tableDataTable1.RCVPERIOD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCVPERIOD_FLAGNull() {
this[this.tableDataTable1.RCVPERIOD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRCV_PERIODNull() {
return this.IsNull(this.tableDataTable1.RCV_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCV_PERIODNull() {
this[this.tableDataTable1.RCV_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUT_AMTNull() {
return this.IsNull(this.tableDataTable1.PAYOUT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUT_AMTNull() {
this[this.tableDataTable1.PAYOUT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTCLR_AMTNull() {
return this.IsNull(this.tableDataTable1.PAYOUTCLR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTCLR_AMTNull() {
this[this.tableDataTable1.PAYOUTCLR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTNET_AMTNull() {
return this.IsNull(this.tableDataTable1.PAYOUTNET_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTNET_AMTNull() {
this[this.tableDataTable1.PAYOUTNET_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPERIODNull() {
return this.IsNull(this.tableDataTable1.BFPERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPERIODNull() {
this[this.tableDataTable1.BFPERIODColumn] = 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.tableDataTable1.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.tableDataTable1.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 IsBFLASTRECEIVE_DATENull() {
return this.IsNull(this.tableDataTable1.BFLASTRECEIVE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTRECEIVE_DATENull() {
this[this.tableDataTable1.BFLASTRECEIVE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTLAW_STATUSNull() {
return this.IsNull(this.tableDataTable1.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.tableDataTable1.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 IsMONEYTYPE_CODENull() {
return this.IsNull(this.tableDataTable1.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.tableDataTable1.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BANKNull() {
return this.IsNull(this.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANKFEE_AMTNull() {
return this.IsNull(this.tableDataTable1.BANKFEE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANKFEE_AMTNull() {
this[this.tableDataTable1.BANKFEE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANKSRV_AMTNull() {
return this.IsNull(this.tableDataTable1.BANKSRV_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANKSRV_AMTNull() {
this[this.tableDataTable1.BANKSRV_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCID_FLAGNull() {
return this.IsNull(this.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.TOFROM_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_STATUSNull() {
return this.IsNull(this.tableDataTable1.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.tableDataTable1.SLIP_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIPCLEAR_NONull() {
return this.IsNull(this.tableDataTable1.SLIPCLEAR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPCLEAR_NONull() {
this[this.tableDataTable1.SLIPCLEAR_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODENull() {
return this.IsNull(this.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 IsENTRY_IDNull() {
return this.IsNull(this.tableDataTable1.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.tableDataTable1.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.tableDataTable1.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.tableDataTable1.ENTRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_BYCOOPIDNull() {
return this.IsNull(this.tableDataTable1.ENTRY_BYCOOPIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_BYCOOPIDNull() {
this[this.tableDataTable1.ENTRY_BYCOOPIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscompute_1Null() {
return this.IsNull(this.tableDataTable1.compute_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcompute_1Null() {
this[this.tableDataTable1.compute_1Column] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class SLSLIPPAYOUTDETRow : global::System.Data.DataRow {
private SLSLIPPAYOUTDETDataTable tableSLSLIPPAYOUTDET;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYOUTDETRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSLSLIPPAYOUTDET = ((SLSLIPPAYOUTDETDataTable)(this.Table));
}
[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.tableSLSLIPPAYOUTDET.OPERATE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_FLAG\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.OPERATE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYOUTSLIP_NO {
get {
return ((string)(this[this.tableSLSLIPPAYOUTDET.PAYOUTSLIP_NOColumn]));
}
set {
this[this.tableSLSLIPPAYOUTDET.PAYOUTSLIP_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.tableSLSLIPPAYOUTDET.SLIPITEMTYPE_CODEColumn]));
}
set {
this[this.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.SEQ_NOColumn]));
}
set {
this[this.tableSLSLIPPAYOUTDET.SEQ_NOColumn] = 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.tableSLSLIPPAYOUTDET.SHRLONTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.SHRLONTYPE_CODEColumn] = 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.tableSLSLIPPAYOUTDET.LOANCONTRACT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.SLIPITEM_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPITEM_DESC\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.SLIPITEM_DESCColumn] = 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.tableSLSLIPPAYOUTDET.PRINCIPAL_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_PAYAMT\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.INTEREST_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAYAMT\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.INTEREST_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.tableSLSLIPPAYOUTDET.ITEM_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ITEM_PAYAMT\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.ITEM_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tableSLSLIPPAYOUTDET.COOP_IDColumn]));
}
set {
this[this.tableSLSLIPPAYOUTDET.COOP_IDColumn] = 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.tableSLSLIPPAYOUTDET.CONCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONCOOP_ID\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.CONCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DEPACCOUNT_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYOUTDET.DEPACCOUNT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEPACCOUNT_NO\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.DEPACCOUNT_NOColumn] = 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.tableSLSLIPPAYOUTDET.REF_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_DOCNO\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.REF_DOCNOColumn] = 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.tableSLSLIPPAYOUTDET.BFSHRCONT_BALAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.BFSHRCONT_BALAMTColumn] = 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.tableSLSLIPPAYOUTDET.BFCONTLAW_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'SLSLIPPAYOUTDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYOUTDET.BFCONTLAW_STATUSColumn] = 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.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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 IsLOANCONTRACT_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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 IsPRINCIPAL_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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 IsITEM_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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 IsCONCOOP_IDNull() {
return this.IsNull(this.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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 IsDEPACCOUNT_NONull() {
return this.IsNull(this.tableSLSLIPPAYOUTDET.DEPACCOUNT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEPACCOUNT_NONull() {
this[this.tableSLSLIPPAYOUTDET.DEPACCOUNT_NOColumn] = 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.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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 IsBFSHRCONT_BALAMTNull() {
return this.IsNull(this.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.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 IsBFCONTLAW_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYOUTDET.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.tableSLSLIPPAYOUTDET.BFCONTLAW_STATUSColumn] = 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 SLSLIPPAYOUTDETRowChangeEvent : global::System.EventArgs {
private SLSLIPPAYOUTDETRow 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 SLSLIPPAYOUTDETRowChangeEvent(SLSLIPPAYOUTDETRow 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 SLSLIPPAYOUTDETRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Saving.Applications.shrlon.ws_sl_payoutslip_ctrl.DataSet1TableAdapters {
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class DataTable1TableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OracleClient.OracleDataAdapter _adapter;
private global::System.Data.OracleClient.OracleConnection _connection;
private global::System.Data.OracleClient.OracleTransaction _transaction;
private global::System.Data.OracleClient.OracleCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1TableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.OracleClient.OracleCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OracleClient.OracleDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "DataTable1";
tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC");
tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME");
tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME");
tableMapping.ColumnMappings.Add("MEMBGROUP_DESC", "MEMBGROUP_DESC");
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("PAYOUTSLIP_NO", "PAYOUTSLIP_NO");
tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("DOCUMENT_NO", "DOCUMENT_NO");
tableMapping.ColumnMappings.Add("POSTSLIP_NO", "POSTSLIP_NO");
tableMapping.ColumnMappings.Add("SLIPTYPE_CODE", "SLIPTYPE_CODE");
tableMapping.ColumnMappings.Add("SLIP_DATE", "SLIP_DATE");
tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE");
tableMapping.ColumnMappings.Add("SHRLONTYPE_CODE", "SHRLONTYPE_CODE");
tableMapping.ColumnMappings.Add("CONCOOP_ID", "CONCOOP_ID");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("RCVPERIOD_FLAG", "RCVPERIOD_FLAG");
tableMapping.ColumnMappings.Add("RCV_PERIOD", "RCV_PERIOD");
tableMapping.ColumnMappings.Add("PAYOUT_AMT", "PAYOUT_AMT");
tableMapping.ColumnMappings.Add("PAYOUTCLR_AMT", "PAYOUTCLR_AMT");
tableMapping.ColumnMappings.Add("PAYOUTNET_AMT", "PAYOUTNET_AMT");
tableMapping.ColumnMappings.Add("BFPERIOD", "BFPERIOD");
tableMapping.ColumnMappings.Add("BFSHRCONT_BALAMT", "BFSHRCONT_BALAMT");
tableMapping.ColumnMappings.Add("BFLASTRECEIVE_DATE", "BFLASTRECEIVE_DATE");
tableMapping.ColumnMappings.Add("BFCONTLAW_STATUS", "BFCONTLAW_STATUS");
tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE");
tableMapping.ColumnMappings.Add("EXPENSE_BANK", "EXPENSE_BANK");
tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH");
tableMapping.ColumnMappings.Add("EXPENSE_ACCID", "EXPENSE_ACCID");
tableMapping.ColumnMappings.Add("BANKFEE_AMT", "BANKFEE_AMT");
tableMapping.ColumnMappings.Add("BANKSRV_AMT", "BANKSRV_AMT");
tableMapping.ColumnMappings.Add("ACCID_FLAG", "ACCID_FLAG");
tableMapping.ColumnMappings.Add("TOFROM_ACCID", "TOFROM_ACCID");
tableMapping.ColumnMappings.Add("SLIP_STATUS", "SLIP_STATUS");
tableMapping.ColumnMappings.Add("SLIPCLEAR_NO", "SLIPCLEAR_NO");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE");
tableMapping.ColumnMappings.Add("ENTRY_BYCOOPID", "ENTRY_BYCOOPID");
this._adapter.TableMappings.Add(tableMapping);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = " SELECT \r\n MBUCFPRENAME.PRENAME_DESC, \r\n MBMEMBMASTER.MEMB_N" +
"AME, \r\n MBMEMBMASTER.MEMB_SURNAME, \r\n MBUCFMEMBGROUP.MEMBGRO" +
"UP_DESC, \r\n SLSLIPPAYOUT.COOP_ID, \r\n SLSLIPPAYOUT.PAYOUTSLIP" +
"_NO, \r\n SLSLIPPAYOUT.MEMCOOP_ID, \r\n SLSLIPPAYOUT.MEMBER_NO, " +
" \r\n SLSLIPPAYOUT.DOCUMENT_NO, \r\n SLSLIPPAYOUT.POSTSLIP_NO, " +
"\r\n SLSLIPPAYOUT.SLIPTYPE_CODE, \r\n SLSLIPPAYOUT.SLIP_DATE, \r\n" +
" SLSLIPPAYOUT.OPERATE_DATE, \r\n SLSLIPPAYOUT.SHRLONTYPE_CODE, " +
" \r\n SLSLIPPAYOUT.CONCOOP_ID, \r\n SLSLIPPAYOUT.LOANCONTRACT_NO, " +
" \r\n SLSLIPPAYOUT.RCVPERIOD_FLAG, \r\n SLSLIPPAYOUT.RCV_PERIOD, " +
" \r\n SLSLIPPAYOUT.PAYOUT_AMT, \r\n SLSLIPPAYOUT.PAYOUTCLR_AMT, " +
" \r\n SLSLIPPAYOUT.PAYOUTNET_AMT, \r\n SLSLIPPAYOUT.BFPERIOD, \r\n" +
" SLSLIPPAYOUT.BFSHRCONT_BALAMT, \r\n SLSLIPPAYOUT.BFLASTRECEIVE_" +
"DATE, \r\n SLSLIPPAYOUT.BFCONTLAW_STATUS, \r\n SLSLIPPAYOUT.MONE" +
"YTYPE_CODE, \r\n SLSLIPPAYOUT.EXPENSE_BANK, \r\n SLSLIPPAYOUT.EX" +
"PENSE_BRANCH, \r\n SLSLIPPAYOUT.EXPENSE_ACCID, \r\n SLSLIPPAYOUT" +
".BANKFEE_AMT, \r\n SLSLIPPAYOUT.BANKSRV_AMT, \r\n SLSLIPPAYOUT.A" +
"CCID_FLAG, \r\n SLSLIPPAYOUT.TOFROM_ACCID, \r\n SLSLIPPAYOUT.SLI" +
"P_STATUS, \r\n SLSLIPPAYOUT.SLIPCLEAR_NO, \r\n SLSLIPPAYOUT.MEMB" +
"GROUP_CODE, \r\n SLSLIPPAYOUT.ENTRY_ID, \r\n SLSLIPPAYOUT.ENTRY_" +
"DATE, \r\n SLSLIPPAYOUT.ENTRY_BYCOOPID \r\n FROM SLSLIPPAYOUT, \r\n " +
" MBMEMBMASTER, \r\n MBUCFPRENAME, \r\n MBUCFMEMBGROUP \r\n " +
" WHERE ( SLSLIPPAYOUT.MEMCOOP_ID = MBMEMBMASTER.COOP_ID ) and \r\n ( SLSL" +
"IPPAYOUT.MEMBER_NO = MBMEMBMASTER.MEMBER_NO ) and \r\n ( MBMEMBMASTER.PRE" +
"NAME_CODE = MBUCFPRENAME.PRENAME_CODE ) and \r\n ( MBMEMBMASTER.COOP_ID =" +
" MBUCFMEMBGROUP.COOP_ID ) and \r\n ( MBMEMBMASTER.MEMBGROUP_CODE = MBUCFM" +
"EMBGROUP.MEMBGROUP_CODE )";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.DataTable1DataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet1.DataTable1DataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.DataTable1DataTable dataTable = new DataSet1.DataTable1DataTable(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class SLSLIPPAYOUTDETTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OracleClient.OracleDataAdapter _adapter;
private global::System.Data.OracleClient.OracleConnection _connection;
private global::System.Data.OracleClient.OracleTransaction _transaction;
private global::System.Data.OracleClient.OracleCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYOUTDETTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.OracleClient.OracleCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OracleClient.OracleDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "SLSLIPPAYOUTDET";
tableMapping.ColumnMappings.Add("OPERATE_FLAG", "OPERATE_FLAG");
tableMapping.ColumnMappings.Add("PAYOUTSLIP_NO", "PAYOUTSLIP_NO");
tableMapping.ColumnMappings.Add("SLIPITEMTYPE_CODE", "SLIPITEMTYPE_CODE");
tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO");
tableMapping.ColumnMappings.Add("SHRLONTYPE_CODE", "SHRLONTYPE_CODE");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("SLIPITEM_DESC", "SLIPITEM_DESC");
tableMapping.ColumnMappings.Add("PRINCIPAL_PAYAMT", "PRINCIPAL_PAYAMT");
tableMapping.ColumnMappings.Add("INTEREST_PAYAMT", "INTEREST_PAYAMT");
tableMapping.ColumnMappings.Add("ITEM_PAYAMT", "ITEM_PAYAMT");
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("CONCOOP_ID", "CONCOOP_ID");
tableMapping.ColumnMappings.Add("DEPACCOUNT_NO", "DEPACCOUNT_NO");
tableMapping.ColumnMappings.Add("REF_DOCNO", "REF_DOCNO");
tableMapping.ColumnMappings.Add("BFSHRCONT_BALAMT", "BFSHRCONT_BALAMT");
tableMapping.ColumnMappings.Add("BFCONTLAW_STATUS", "BFCONTLAW_STATUS");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM \"SLSLIPPAYOUTDET\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"PAYOUT" +
"SLIP_NO\" = :Original_PAYOUTSLIP_NO) AND (\"SLIPITEMTYPE_CODE\" = :Original_SLIPITE" +
"MTYPE_CODE) AND (\"SEQ_NO\" = :Original_SEQ_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO ""SLSLIPPAYOUTDET"" (""COOP_ID"", ""PAYOUTSLIP_NO"", ""SLIPITEMTYPE_CODE"", ""SEQ_NO"", ""SHRLONTYPE_CODE"", ""CONCOOP_ID"", ""LOANCONTRACT_NO"", ""DEPACCOUNT_NO"", ""SLIPITEM_DESC"", ""PRINCIPAL_PAYAMT"", ""INTEREST_PAYAMT"", ""ITEM_PAYAMT"", ""REF_DOCNO"", ""BFSHRCONT_BALAMT"", ""BFCONTLAW_STATUS"") VALUES (:COOP_ID, :PAYOUTSLIP_NO, :SLIPITEMTYPE_CODE, :SEQ_NO, :SHRLONTYPE_CODE, :CONCOOP_ID, :LOANCONTRACT_NO, :DEPACCOUNT_NO, :SLIPITEM_DESC, :PRINCIPAL_PAYAMT, :INTEREST_PAYAMT, :ITEM_PAYAMT, :REF_DOCNO, :BFSHRCONT_BALAMT, :BFCONTLAW_STATUS)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPACCOUNT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPACCOUNT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEM_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SLIPITEM_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = @"UPDATE ""SLSLIPPAYOUTDET"" SET ""COOP_ID"" = :COOP_ID, ""PAYOUTSLIP_NO"" = :PAYOUTSLIP_NO, ""SLIPITEMTYPE_CODE"" = :SLIPITEMTYPE_CODE, ""SEQ_NO"" = :SEQ_NO, ""SHRLONTYPE_CODE"" = :SHRLONTYPE_CODE, ""CONCOOP_ID"" = :CONCOOP_ID, ""LOANCONTRACT_NO"" = :LOANCONTRACT_NO, ""DEPACCOUNT_NO"" = :DEPACCOUNT_NO, ""SLIPITEM_DESC"" = :SLIPITEM_DESC, ""PRINCIPAL_PAYAMT"" = :PRINCIPAL_PAYAMT, ""INTEREST_PAYAMT"" = :INTEREST_PAYAMT, ""ITEM_PAYAMT"" = :ITEM_PAYAMT, ""REF_DOCNO"" = :REF_DOCNO, ""BFSHRCONT_BALAMT"" = :BFSHRCONT_BALAMT, ""BFCONTLAW_STATUS"" = :BFCONTLAW_STATUS WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""PAYOUTSLIP_NO"" = :Original_PAYOUTSLIP_NO) AND (""SLIPITEMTYPE_CODE"" = :Original_SLIPITEMTYPE_CODE) AND (""SEQ_NO"" = :Original_SEQ_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPACCOUNT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPACCOUNT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEM_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SLIPITEM_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT 0 as operate_flag,
""SLSLIPPAYOUTDET"".""COOP_ID"",
""SLSLIPPAYOUTDET"".""PAYOUTSLIP_NO"",
""SLSLIPPAYOUTDET"".""SLIPITEMTYPE_CODE"",
""SLSLIPPAYOUTDET"".""SEQ_NO"",
""SLSLIPPAYOUTDET"".""SHRLONTYPE_CODE"",
""SLSLIPPAYOUTDET"".""CONCOOP_ID"",
""SLSLIPPAYOUTDET"".""LOANCONTRACT_NO"",
""SLSLIPPAYOUTDET"".""DEPACCOUNT_NO"",
""SLSLIPPAYOUTDET"".""SLIPITEM_DESC"",
""SLSLIPPAYOUTDET"".""PRINCIPAL_PAYAMT"",
""SLSLIPPAYOUTDET"".""INTEREST_PAYAMT"",
""SLSLIPPAYOUTDET"".""ITEM_PAYAMT"",
""SLSLIPPAYOUTDET"".""REF_DOCNO"",
""SLSLIPPAYOUTDET"".""BFSHRCONT_BALAMT"",
""SLSLIPPAYOUTDET"".""BFCONTLAW_STATUS""
FROM ""SLSLIPPAYOUTDET"" ";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.SLSLIPPAYOUTDETDataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet1.SLSLIPPAYOUTDETDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.SLSLIPPAYOUTDETDataTable dataTable = new DataSet1.SLSLIPPAYOUTDETDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1.SLSLIPPAYOUTDETDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1 dataSet) {
return this.Adapter.Update(dataSet, "SLSLIPPAYOUTDET");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private SLSLIPPAYOUTDETTableAdapter _sLSLIPPAYOUTDETTableAdapter;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UpdateOrderOption UpdateOrder {
get {
return this._updateOrder;
}
set {
this._updateOrder = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
"a", "System.Drawing.Design.UITypeEditor")]
public SLSLIPPAYOUTDETTableAdapter SLSLIPPAYOUTDETTableAdapter {
get {
return this._sLSLIPPAYOUTDETTableAdapter;
}
set {
this._sLSLIPPAYOUTDETTableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool BackupDataSetBeforeUpdate {
get {
return this._backupDataSetBeforeUpdate;
}
set {
this._backupDataSetBeforeUpdate = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
if (((this._sLSLIPPAYOUTDETTableAdapter != null)
&& (this._sLSLIPPAYOUTDETTableAdapter.Connection != null))) {
return this._sLSLIPPAYOUTDETTableAdapter.Connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
if ((this._sLSLIPPAYOUTDETTableAdapter != null)) {
count = (count + 1);
}
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._sLSLIPPAYOUTDETTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.SLSLIPPAYOUTDET.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._sLSLIPPAYOUTDETTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._sLSLIPPAYOUTDETTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.SLSLIPPAYOUTDET.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._sLSLIPPAYOUTDETTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
if ((this._sLSLIPPAYOUTDETTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.SLSLIPPAYOUTDET.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._sLSLIPPAYOUTDETTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
global::System.Data.DataRow row = updatedRows[i];
if ((allAddedRows.Contains(row) == false)) {
realUpdatedRows.Add(row);
}
}
return realUpdatedRows.ToArray();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(DataSet1 dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
if (((this._sLSLIPPAYOUTDETTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._sLSLIPPAYOUTDETTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
"ger TableAdapter property to a valid TableAdapter instance.");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
== global::System.Data.ConnectionState.Broken)) {
workConnection.Close();
}
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
workConnection.Open();
workConnOpened = true;
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
"ctions or the current state is not allowing the transaction to begin.");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary