//------------------------------------------------------------------------------ // // 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_recpay_wrt_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 FINSLIPDataTable tableFINSLIP; private DataTable1DataTable tableDataTable1; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["FINSLIP"] != null)) { base.Tables.Add(new FINSLIPDataTable(ds.Tables["FINSLIP"])); } if ((ds.Tables["DataTable1"] != null)) { base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public FINSLIPDataTable FINSLIP { get { return this.tableFINSLIP; } } [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.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["FINSLIP"] != null)) { base.Tables.Add(new FINSLIPDataTable(ds.Tables["FINSLIP"])); } if ((ds.Tables["DataTable1"] != null)) { base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"])); } 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.tableFINSLIP = ((FINSLIPDataTable)(base.Tables["FINSLIP"])); if ((initTable == true)) { if ((this.tableFINSLIP != null)) { this.tableFINSLIP.InitVars(); } } this.tableDataTable1 = ((DataTable1DataTable)(base.Tables["DataTable1"])); if ((initTable == true)) { if ((this.tableDataTable1 != null)) { this.tableDataTable1.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.tableFINSLIP = new FINSLIPDataTable(); base.Tables.Add(this.tableFINSLIP); this.tableDataTable1 = new DataTable1DataTable(); base.Tables.Add(this.tableDataTable1); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeFINSLIP() { return false; } [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 void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void FINSLIPRowChangeEventHandler(object sender, FINSLIPRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DataTable1RowChangeEventHandler(object sender, DataTable1RowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class FINSLIPDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnSLIP_NO; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnOPERATE_DATE; private global::System.Data.DataColumn columnFROM_SYSTEM; private global::System.Data.DataColumn columnPAYMENT_STATUS; private global::System.Data.DataColumn columnCASH_TYPE; private global::System.Data.DataColumn columnPAYMENT_DESC; private global::System.Data.DataColumn columnBANK_CODE; private global::System.Data.DataColumn columnBANK_BRANCH; private global::System.Data.DataColumn columnITEMPAY_AMT; private global::System.Data.DataColumn columnPAY_TOWHOM; private global::System.Data.DataColumn columnDATEON_CHQ; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnITEMPAYTYPE_CODE; private global::System.Data.DataColumn columnPAY_RECV_STATUS; private global::System.Data.DataColumn columnMEMBER_FLAG; private global::System.Data.DataColumn columnNONMEMBER_DETAIL; private global::System.Data.DataColumn columnMACHINE_ID; private global::System.Data.DataColumn columnCANCEL_ID; private global::System.Data.DataColumn columnCANCEL_DATE; private global::System.Data.DataColumn columnBANKFEE_AMT; private global::System.Data.DataColumn columnBANKSRV_AMT; private global::System.Data.DataColumn columnTOFROM_ACCID; private global::System.Data.DataColumn columnACCOUNT_NO; private global::System.Data.DataColumn columnCHEQUEBOOK_NO; private global::System.Data.DataColumn columnCHQ_ADVFLAG; private global::System.Data.DataColumn columnREF_SLIPNO; private global::System.Data.DataColumn columnREF_SYSTEM; private global::System.Data.DataColumn columnFROM_ACCNO; private global::System.Data.DataColumn columnRECEIPT_NO; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnFROM_BANKCODE; private global::System.Data.DataColumn columnFROM_BRANCHCODE; private global::System.Data.DataColumn columnCHEQUE_STATUS; private global::System.Data.DataColumn columnPOSTTOVC_FLAG; private global::System.Data.DataColumn columnFORACC_FLAG; private global::System.Data.DataColumn columnLOANAPPV_AMT; private global::System.Data.DataColumn columnNORM_AMT; private global::System.Data.DataColumn columnSHARE_AMT; private global::System.Data.DataColumn columnEMER_AMT; private global::System.Data.DataColumn columnEXTRA_AMT; private global::System.Data.DataColumn columnRECEIVE_DATE; private global::System.Data.DataColumn columnRECEIVE_STATUS; private global::System.Data.DataColumn columnSHARESPX_AMT; private global::System.Data.DataColumn columnTAX_FLAG; private global::System.Data.DataColumn columnTAX_AMT; private global::System.Data.DataColumn columnITEM_AMTNET; private global::System.Data.DataColumn columnTAX_RATE; private global::System.Data.DataColumn columnDES_ACCID; private global::System.Data.DataColumn columnRECVPAY_ID; private global::System.Data.DataColumn columnRECVPAY_TIME; private global::System.Data.DataColumn columnCANCEL_BYFIN; private global::System.Data.DataColumn columnVOUCHER_NO; private global::System.Data.DataColumn columnRETAIL_FLAG; private global::System.Data.DataColumn columnTAX_CODE; private global::System.Data.DataColumn columnCHEQUE_TYPE; private global::System.Data.DataColumn columnACCUINT_AMT; private global::System.Data.DataColumn columnRETAIL_POST; private global::System.Data.DataColumn columnRETAIL_DATE; private global::System.Data.DataColumn columnTAXWAYKEEP; private global::System.Data.DataColumn columnPRINT_STATUS; private global::System.Data.DataColumn columnPAYSLIP_NO; private global::System.Data.DataColumn columnSECTION_ID; private global::System.Data.DataColumn columnMEMBGROUP_CODE; private global::System.Data.DataColumn columnREFENTRY_ID; private global::System.Data.DataColumn columnTRANSDEPT_FLAG; private global::System.Data.DataColumn columnREFENTRY_DATE; private global::System.Data.DataColumn columnSENDTO_SYSTEM; private global::System.Data.DataColumn columnVAT_AMT; private global::System.Data.DataColumn columnOPERATE_FLAG; private global::System.Data.DataColumn columnSTART_DATE; private global::System.Data.DataColumn columnEND_DATE; private global::System.Data.DataColumn columnFULLNAME; private global::System.Data.DataColumn columnMEMBGROUP; private global::System.Data.DataColumn columnSEQ_NO; private global::System.Data.DataColumn columnLOANCONTRACT_NO; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public FINSLIPDataTable() { this.TableName = "FINSLIP"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal FINSLIPDataTable(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 FINSLIPDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_NOColumn { get { return this.columnSLIP_NO; } } [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 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 FROM_SYSTEMColumn { get { return this.columnFROM_SYSTEM; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYMENT_STATUSColumn { get { return this.columnPAYMENT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CASH_TYPEColumn { get { return this.columnCASH_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYMENT_DESCColumn { get { return this.columnPAYMENT_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANK_CODEColumn { get { return this.columnBANK_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANK_BRANCHColumn { get { return this.columnBANK_BRANCH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEMPAY_AMTColumn { get { return this.columnITEMPAY_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_TOWHOMColumn { get { return this.columnPAY_TOWHOM; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DATEON_CHQColumn { get { return this.columnDATEON_CHQ; } } [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 ITEMPAYTYPE_CODEColumn { get { return this.columnITEMPAYTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_RECV_STATUSColumn { get { return this.columnPAY_RECV_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_FLAGColumn { get { return this.columnMEMBER_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NONMEMBER_DETAILColumn { get { return this.columnNONMEMBER_DETAIL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MACHINE_IDColumn { get { return this.columnMACHINE_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCEL_IDColumn { get { return this.columnCANCEL_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCEL_DATEColumn { get { return this.columnCANCEL_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn 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 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 ACCOUNT_NOColumn { get { return this.columnACCOUNT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CHEQUEBOOK_NOColumn { get { return this.columnCHEQUEBOOK_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CHQ_ADVFLAGColumn { get { return this.columnCHQ_ADVFLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REF_SLIPNOColumn { get { return this.columnREF_SLIPNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REF_SYSTEMColumn { get { return this.columnREF_SYSTEM; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FROM_ACCNOColumn { get { return this.columnFROM_ACCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECEIPT_NOColumn { get { return this.columnRECEIPT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REMARKColumn { get { return this.columnREMARK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FROM_BANKCODEColumn { get { return this.columnFROM_BANKCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FROM_BRANCHCODEColumn { get { return this.columnFROM_BRANCHCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CHEQUE_STATUSColumn { get { return this.columnCHEQUE_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POSTTOVC_FLAGColumn { get { return this.columnPOSTTOVC_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FORACC_FLAGColumn { get { return this.columnFORACC_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANAPPV_AMTColumn { get { return this.columnLOANAPPV_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NORM_AMTColumn { get { return this.columnNORM_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHARE_AMTColumn { get { return this.columnSHARE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMER_AMTColumn { get { return this.columnEMER_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXTRA_AMTColumn { get { return this.columnEXTRA_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECEIVE_DATEColumn { get { return this.columnRECEIVE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECEIVE_STATUSColumn { get { return this.columnRECEIVE_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHARESPX_AMTColumn { get { return this.columnSHARESPX_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAX_FLAGColumn { get { return this.columnTAX_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAX_AMTColumn { get { return this.columnTAX_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEM_AMTNETColumn { get { return this.columnITEM_AMTNET; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAX_RATEColumn { get { return this.columnTAX_RATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DES_ACCIDColumn { get { return this.columnDES_ACCID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECVPAY_IDColumn { get { return this.columnRECVPAY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECVPAY_TIMEColumn { get { return this.columnRECVPAY_TIME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCEL_BYFINColumn { get { return this.columnCANCEL_BYFIN; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn VOUCHER_NOColumn { get { return this.columnVOUCHER_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RETAIL_FLAGColumn { get { return this.columnRETAIL_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAX_CODEColumn { get { return this.columnTAX_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CHEQUE_TYPEColumn { get { return this.columnCHEQUE_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ACCUINT_AMTColumn { get { return this.columnACCUINT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RETAIL_POSTColumn { get { return this.columnRETAIL_POST; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RETAIL_DATEColumn { get { return this.columnRETAIL_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAXWAYKEEPColumn { get { return this.columnTAXWAYKEEP; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINT_STATUSColumn { get { return this.columnPRINT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYSLIP_NOColumn { get { return this.columnPAYSLIP_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SECTION_IDColumn { get { return this.columnSECTION_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBGROUP_CODEColumn { get { return this.columnMEMBGROUP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REFENTRY_IDColumn { get { return this.columnREFENTRY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRANSDEPT_FLAGColumn { get { return this.columnTRANSDEPT_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REFENTRY_DATEColumn { get { return this.columnREFENTRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SENDTO_SYSTEMColumn { get { return this.columnSENDTO_SYSTEM; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn VAT_AMTColumn { get { return this.columnVAT_AMT; } } [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 START_DATEColumn { get { return this.columnSTART_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn END_DATEColumn { get { return this.columnEND_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FULLNAMEColumn { get { return this.columnFULLNAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBGROUPColumn { get { return this.columnMEMBGROUP; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn 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 LOANCONTRACT_NOColumn { get { return this.columnLOANCONTRACT_NO; } } [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 FINSLIPRow this[int index] { get { return ((FINSLIPRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event FINSLIPRowChangeEventHandler FINSLIPRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event FINSLIPRowChangeEventHandler FINSLIPRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event FINSLIPRowChangeEventHandler FINSLIPRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event FINSLIPRowChangeEventHandler FINSLIPRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddFINSLIPRow(FINSLIPRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public FINSLIPRow AddFINSLIPRow( string COOP_ID, string SLIP_NO, string ENTRY_ID, System.DateTime ENTRY_DATE, System.DateTime OPERATE_DATE, string FROM_SYSTEM, decimal PAYMENT_STATUS, string CASH_TYPE, string PAYMENT_DESC, string BANK_CODE, string BANK_BRANCH, decimal ITEMPAY_AMT, string PAY_TOWHOM, System.DateTime DATEON_CHQ, string MEMBER_NO, string ITEMPAYTYPE_CODE, decimal PAY_RECV_STATUS, decimal MEMBER_FLAG, string NONMEMBER_DETAIL, string MACHINE_ID, string CANCEL_ID, System.DateTime CANCEL_DATE, decimal BANKFEE_AMT, decimal BANKSRV_AMT, string TOFROM_ACCID, string ACCOUNT_NO, string CHEQUEBOOK_NO, decimal CHQ_ADVFLAG, string REF_SLIPNO, string REF_SYSTEM, string FROM_ACCNO, string RECEIPT_NO, string REMARK, string FROM_BANKCODE, string FROM_BRANCHCODE, decimal CHEQUE_STATUS, decimal POSTTOVC_FLAG, decimal FORACC_FLAG, decimal LOANAPPV_AMT, decimal NORM_AMT, decimal SHARE_AMT, decimal EMER_AMT, decimal EXTRA_AMT, System.DateTime RECEIVE_DATE, decimal RECEIVE_STATUS, decimal SHARESPX_AMT, decimal TAX_FLAG, decimal TAX_AMT, decimal ITEM_AMTNET, decimal TAX_RATE, string DES_ACCID, string RECVPAY_ID, System.DateTime RECVPAY_TIME, decimal CANCEL_BYFIN, string VOUCHER_NO, decimal RETAIL_FLAG, decimal TAX_CODE, string CHEQUE_TYPE, decimal ACCUINT_AMT, decimal RETAIL_POST, System.DateTime RETAIL_DATE, decimal TAXWAYKEEP, decimal PRINT_STATUS, string PAYSLIP_NO, string SECTION_ID, string MEMBGROUP_CODE, string REFENTRY_ID, string TRANSDEPT_FLAG, System.DateTime REFENTRY_DATE, string SENDTO_SYSTEM, decimal VAT_AMT, decimal OPERATE_FLAG, System.DateTime START_DATE, System.DateTime END_DATE, string FULLNAME, string MEMBGROUP, decimal SEQ_NO, string LOANCONTRACT_NO) { FINSLIPRow rowFINSLIPRow = ((FINSLIPRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, SLIP_NO, ENTRY_ID, ENTRY_DATE, OPERATE_DATE, FROM_SYSTEM, PAYMENT_STATUS, CASH_TYPE, PAYMENT_DESC, BANK_CODE, BANK_BRANCH, ITEMPAY_AMT, PAY_TOWHOM, DATEON_CHQ, MEMBER_NO, ITEMPAYTYPE_CODE, PAY_RECV_STATUS, MEMBER_FLAG, NONMEMBER_DETAIL, MACHINE_ID, CANCEL_ID, CANCEL_DATE, BANKFEE_AMT, BANKSRV_AMT, TOFROM_ACCID, ACCOUNT_NO, CHEQUEBOOK_NO, CHQ_ADVFLAG, REF_SLIPNO, REF_SYSTEM, FROM_ACCNO, RECEIPT_NO, REMARK, FROM_BANKCODE, FROM_BRANCHCODE, CHEQUE_STATUS, POSTTOVC_FLAG, FORACC_FLAG, LOANAPPV_AMT, NORM_AMT, SHARE_AMT, EMER_AMT, EXTRA_AMT, RECEIVE_DATE, RECEIVE_STATUS, SHARESPX_AMT, TAX_FLAG, TAX_AMT, ITEM_AMTNET, TAX_RATE, DES_ACCID, RECVPAY_ID, RECVPAY_TIME, CANCEL_BYFIN, VOUCHER_NO, RETAIL_FLAG, TAX_CODE, CHEQUE_TYPE, ACCUINT_AMT, RETAIL_POST, RETAIL_DATE, TAXWAYKEEP, PRINT_STATUS, PAYSLIP_NO, SECTION_ID, MEMBGROUP_CODE, REFENTRY_ID, TRANSDEPT_FLAG, REFENTRY_DATE, SENDTO_SYSTEM, VAT_AMT, OPERATE_FLAG, START_DATE, END_DATE, FULLNAME, MEMBGROUP, SEQ_NO, LOANCONTRACT_NO}; rowFINSLIPRow.ItemArray = columnValuesArray; this.Rows.Add(rowFINSLIPRow); return rowFINSLIPRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public FINSLIPRow FindByCOOP_IDSLIP_NO(string COOP_ID, string SLIP_NO) { return ((FINSLIPRow)(this.Rows.Find(new object[] { COOP_ID, SLIP_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() { FINSLIPDataTable cln = ((FINSLIPDataTable)(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 FINSLIPDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnSLIP_NO = base.Columns["SLIP_NO"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"]; this.columnFROM_SYSTEM = base.Columns["FROM_SYSTEM"]; this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"]; this.columnCASH_TYPE = base.Columns["CASH_TYPE"]; this.columnPAYMENT_DESC = base.Columns["PAYMENT_DESC"]; this.columnBANK_CODE = base.Columns["BANK_CODE"]; this.columnBANK_BRANCH = base.Columns["BANK_BRANCH"]; this.columnITEMPAY_AMT = base.Columns["ITEMPAY_AMT"]; this.columnPAY_TOWHOM = base.Columns["PAY_TOWHOM"]; this.columnDATEON_CHQ = base.Columns["DATEON_CHQ"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnITEMPAYTYPE_CODE = base.Columns["ITEMPAYTYPE_CODE"]; this.columnPAY_RECV_STATUS = base.Columns["PAY_RECV_STATUS"]; this.columnMEMBER_FLAG = base.Columns["MEMBER_FLAG"]; this.columnNONMEMBER_DETAIL = base.Columns["NONMEMBER_DETAIL"]; this.columnMACHINE_ID = base.Columns["MACHINE_ID"]; this.columnCANCEL_ID = base.Columns["CANCEL_ID"]; this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"]; this.columnBANKFEE_AMT = base.Columns["BANKFEE_AMT"]; this.columnBANKSRV_AMT = base.Columns["BANKSRV_AMT"]; this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"]; this.columnACCOUNT_NO = base.Columns["ACCOUNT_NO"]; this.columnCHEQUEBOOK_NO = base.Columns["CHEQUEBOOK_NO"]; this.columnCHQ_ADVFLAG = base.Columns["CHQ_ADVFLAG"]; this.columnREF_SLIPNO = base.Columns["REF_SLIPNO"]; this.columnREF_SYSTEM = base.Columns["REF_SYSTEM"]; this.columnFROM_ACCNO = base.Columns["FROM_ACCNO"]; this.columnRECEIPT_NO = base.Columns["RECEIPT_NO"]; this.columnREMARK = base.Columns["REMARK"]; this.columnFROM_BANKCODE = base.Columns["FROM_BANKCODE"]; this.columnFROM_BRANCHCODE = base.Columns["FROM_BRANCHCODE"]; this.columnCHEQUE_STATUS = base.Columns["CHEQUE_STATUS"]; this.columnPOSTTOVC_FLAG = base.Columns["POSTTOVC_FLAG"]; this.columnFORACC_FLAG = base.Columns["FORACC_FLAG"]; this.columnLOANAPPV_AMT = base.Columns["LOANAPPV_AMT"]; this.columnNORM_AMT = base.Columns["NORM_AMT"]; this.columnSHARE_AMT = base.Columns["SHARE_AMT"]; this.columnEMER_AMT = base.Columns["EMER_AMT"]; this.columnEXTRA_AMT = base.Columns["EXTRA_AMT"]; this.columnRECEIVE_DATE = base.Columns["RECEIVE_DATE"]; this.columnRECEIVE_STATUS = base.Columns["RECEIVE_STATUS"]; this.columnSHARESPX_AMT = base.Columns["SHARESPX_AMT"]; this.columnTAX_FLAG = base.Columns["TAX_FLAG"]; this.columnTAX_AMT = base.Columns["TAX_AMT"]; this.columnITEM_AMTNET = base.Columns["ITEM_AMTNET"]; this.columnTAX_RATE = base.Columns["TAX_RATE"]; this.columnDES_ACCID = base.Columns["DES_ACCID"]; this.columnRECVPAY_ID = base.Columns["RECVPAY_ID"]; this.columnRECVPAY_TIME = base.Columns["RECVPAY_TIME"]; this.columnCANCEL_BYFIN = base.Columns["CANCEL_BYFIN"]; this.columnVOUCHER_NO = base.Columns["VOUCHER_NO"]; this.columnRETAIL_FLAG = base.Columns["RETAIL_FLAG"]; this.columnTAX_CODE = base.Columns["TAX_CODE"]; this.columnCHEQUE_TYPE = base.Columns["CHEQUE_TYPE"]; this.columnACCUINT_AMT = base.Columns["ACCUINT_AMT"]; this.columnRETAIL_POST = base.Columns["RETAIL_POST"]; this.columnRETAIL_DATE = base.Columns["RETAIL_DATE"]; this.columnTAXWAYKEEP = base.Columns["TAXWAYKEEP"]; this.columnPRINT_STATUS = base.Columns["PRINT_STATUS"]; this.columnPAYSLIP_NO = base.Columns["PAYSLIP_NO"]; this.columnSECTION_ID = base.Columns["SECTION_ID"]; this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"]; this.columnREFENTRY_ID = base.Columns["REFENTRY_ID"]; this.columnTRANSDEPT_FLAG = base.Columns["TRANSDEPT_FLAG"]; this.columnREFENTRY_DATE = base.Columns["REFENTRY_DATE"]; this.columnSENDTO_SYSTEM = base.Columns["SENDTO_SYSTEM"]; this.columnVAT_AMT = base.Columns["VAT_AMT"]; this.columnOPERATE_FLAG = base.Columns["OPERATE_FLAG"]; this.columnSTART_DATE = base.Columns["START_DATE"]; this.columnEND_DATE = base.Columns["END_DATE"]; this.columnFULLNAME = base.Columns["FULLNAME"]; this.columnMEMBGROUP = base.Columns["MEMBGROUP"]; this.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnSLIP_NO = new global::System.Data.DataColumn("SLIP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_NO); 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.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.columnFROM_SYSTEM = new global::System.Data.DataColumn("FROM_SYSTEM", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFROM_SYSTEM); this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYMENT_STATUS); this.columnCASH_TYPE = new global::System.Data.DataColumn("CASH_TYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCASH_TYPE); this.columnPAYMENT_DESC = new global::System.Data.DataColumn("PAYMENT_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYMENT_DESC); this.columnBANK_CODE = new global::System.Data.DataColumn("BANK_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANK_CODE); this.columnBANK_BRANCH = new global::System.Data.DataColumn("BANK_BRANCH", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANK_BRANCH); this.columnITEMPAY_AMT = new global::System.Data.DataColumn("ITEMPAY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEMPAY_AMT); this.columnPAY_TOWHOM = new global::System.Data.DataColumn("PAY_TOWHOM", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_TOWHOM); this.columnDATEON_CHQ = new global::System.Data.DataColumn("DATEON_CHQ", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDATEON_CHQ); 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.columnITEMPAYTYPE_CODE = new global::System.Data.DataColumn("ITEMPAYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEMPAYTYPE_CODE); this.columnPAY_RECV_STATUS = new global::System.Data.DataColumn("PAY_RECV_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_RECV_STATUS); this.columnMEMBER_FLAG = new global::System.Data.DataColumn("MEMBER_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_FLAG); this.columnNONMEMBER_DETAIL = new global::System.Data.DataColumn("NONMEMBER_DETAIL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNONMEMBER_DETAIL); this.columnMACHINE_ID = new global::System.Data.DataColumn("MACHINE_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMACHINE_ID); this.columnCANCEL_ID = new global::System.Data.DataColumn("CANCEL_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCEL_ID); this.columnCANCEL_DATE = new global::System.Data.DataColumn("CANCEL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCEL_DATE); this.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.columnTOFROM_ACCID = new global::System.Data.DataColumn("TOFROM_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTOFROM_ACCID); this.columnACCOUNT_NO = new global::System.Data.DataColumn("ACCOUNT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCOUNT_NO); this.columnCHEQUEBOOK_NO = new global::System.Data.DataColumn("CHEQUEBOOK_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCHEQUEBOOK_NO); this.columnCHQ_ADVFLAG = new global::System.Data.DataColumn("CHQ_ADVFLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCHQ_ADVFLAG); this.columnREF_SLIPNO = new global::System.Data.DataColumn("REF_SLIPNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREF_SLIPNO); this.columnREF_SYSTEM = new global::System.Data.DataColumn("REF_SYSTEM", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREF_SYSTEM); this.columnFROM_ACCNO = new global::System.Data.DataColumn("FROM_ACCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFROM_ACCNO); this.columnRECEIPT_NO = new global::System.Data.DataColumn("RECEIPT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECEIPT_NO); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); this.columnFROM_BANKCODE = new global::System.Data.DataColumn("FROM_BANKCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFROM_BANKCODE); this.columnFROM_BRANCHCODE = new global::System.Data.DataColumn("FROM_BRANCHCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFROM_BRANCHCODE); this.columnCHEQUE_STATUS = new global::System.Data.DataColumn("CHEQUE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCHEQUE_STATUS); this.columnPOSTTOVC_FLAG = new global::System.Data.DataColumn("POSTTOVC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOSTTOVC_FLAG); this.columnFORACC_FLAG = new global::System.Data.DataColumn("FORACC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFORACC_FLAG); this.columnLOANAPPV_AMT = new global::System.Data.DataColumn("LOANAPPV_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANAPPV_AMT); this.columnNORM_AMT = new global::System.Data.DataColumn("NORM_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNORM_AMT); this.columnSHARE_AMT = new global::System.Data.DataColumn("SHARE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARE_AMT); this.columnEMER_AMT = new global::System.Data.DataColumn("EMER_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMER_AMT); this.columnEXTRA_AMT = new global::System.Data.DataColumn("EXTRA_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXTRA_AMT); this.columnRECEIVE_DATE = new global::System.Data.DataColumn("RECEIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECEIVE_DATE); this.columnRECEIVE_STATUS = new global::System.Data.DataColumn("RECEIVE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECEIVE_STATUS); this.columnSHARESPX_AMT = new global::System.Data.DataColumn("SHARESPX_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARESPX_AMT); this.columnTAX_FLAG = new global::System.Data.DataColumn("TAX_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAX_FLAG); this.columnTAX_AMT = new global::System.Data.DataColumn("TAX_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAX_AMT); this.columnITEM_AMTNET = new global::System.Data.DataColumn("ITEM_AMTNET", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_AMTNET); this.columnTAX_RATE = new global::System.Data.DataColumn("TAX_RATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAX_RATE); this.columnDES_ACCID = new global::System.Data.DataColumn("DES_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDES_ACCID); this.columnRECVPAY_ID = new global::System.Data.DataColumn("RECVPAY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECVPAY_ID); this.columnRECVPAY_TIME = new global::System.Data.DataColumn("RECVPAY_TIME", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECVPAY_TIME); this.columnCANCEL_BYFIN = new global::System.Data.DataColumn("CANCEL_BYFIN", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCEL_BYFIN); this.columnVOUCHER_NO = new global::System.Data.DataColumn("VOUCHER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVOUCHER_NO); this.columnRETAIL_FLAG = new global::System.Data.DataColumn("RETAIL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRETAIL_FLAG); this.columnTAX_CODE = new global::System.Data.DataColumn("TAX_CODE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAX_CODE); this.columnCHEQUE_TYPE = new global::System.Data.DataColumn("CHEQUE_TYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCHEQUE_TYPE); this.columnACCUINT_AMT = new global::System.Data.DataColumn("ACCUINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCUINT_AMT); this.columnRETAIL_POST = new global::System.Data.DataColumn("RETAIL_POST", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRETAIL_POST); this.columnRETAIL_DATE = new global::System.Data.DataColumn("RETAIL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRETAIL_DATE); this.columnTAXWAYKEEP = new global::System.Data.DataColumn("TAXWAYKEEP", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAXWAYKEEP); this.columnPRINT_STATUS = new global::System.Data.DataColumn("PRINT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINT_STATUS); this.columnPAYSLIP_NO = new global::System.Data.DataColumn("PAYSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYSLIP_NO); this.columnSECTION_ID = new global::System.Data.DataColumn("SECTION_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSECTION_ID); this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBGROUP_CODE); this.columnREFENTRY_ID = new global::System.Data.DataColumn("REFENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFENTRY_ID); this.columnTRANSDEPT_FLAG = new global::System.Data.DataColumn("TRANSDEPT_FLAG", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRANSDEPT_FLAG); this.columnREFENTRY_DATE = new global::System.Data.DataColumn("REFENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFENTRY_DATE); this.columnSENDTO_SYSTEM = new global::System.Data.DataColumn("SENDTO_SYSTEM", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSENDTO_SYSTEM); this.columnVAT_AMT = new global::System.Data.DataColumn("VAT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVAT_AMT); 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.columnSTART_DATE = new global::System.Data.DataColumn("START_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTART_DATE); this.columnEND_DATE = new global::System.Data.DataColumn("END_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEND_DATE); this.columnFULLNAME = new global::System.Data.DataColumn("FULLNAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFULLNAME); this.columnMEMBGROUP = new global::System.Data.DataColumn("MEMBGROUP", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBGROUP); 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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCONTRACT_NO); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnSLIP_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnSLIP_NO.AllowDBNull = false; this.columnSLIP_NO.MaxLength = 13; this.columnENTRY_ID.MaxLength = 32; this.columnFROM_SYSTEM.MaxLength = 3; this.columnCASH_TYPE.MaxLength = 3; this.columnPAYMENT_DESC.MaxLength = 200; this.columnBANK_CODE.MaxLength = 3; this.columnBANK_BRANCH.MaxLength = 4; this.columnPAY_TOWHOM.MaxLength = 100; this.columnMEMBER_NO.MaxLength = 8; this.columnITEMPAYTYPE_CODE.MaxLength = 5; this.columnNONMEMBER_DETAIL.MaxLength = 150; this.columnMACHINE_ID.MaxLength = 20; this.columnCANCEL_ID.MaxLength = 32; this.columnTOFROM_ACCID.MaxLength = 8; this.columnACCOUNT_NO.MaxLength = 15; this.columnCHEQUEBOOK_NO.MaxLength = 10; this.columnREF_SLIPNO.MaxLength = 13; this.columnREF_SYSTEM.MaxLength = 3; this.columnFROM_ACCNO.MaxLength = 15; this.columnRECEIPT_NO.MaxLength = 13; this.columnREMARK.MaxLength = 255; this.columnFROM_BANKCODE.MaxLength = 3; this.columnFROM_BRANCHCODE.MaxLength = 4; this.columnDES_ACCID.MaxLength = 8; this.columnRECVPAY_ID.MaxLength = 32; this.columnVOUCHER_NO.MaxLength = 10; this.columnCHEQUE_TYPE.MaxLength = 2; this.columnPAYSLIP_NO.MaxLength = 13; this.columnSECTION_ID.MaxLength = 8; this.columnMEMBGROUP_CODE.MaxLength = 14; this.columnREFENTRY_ID.MaxLength = 32; this.columnTRANSDEPT_FLAG.MaxLength = 32; this.columnSENDTO_SYSTEM.MaxLength = 3; this.columnOPERATE_FLAG.ReadOnly = true; this.columnSTART_DATE.ReadOnly = true; this.columnEND_DATE.ReadOnly = true; this.columnFULLNAME.ReadOnly = true; this.columnMEMBGROUP.ReadOnly = true; this.columnSEQ_NO.ReadOnly = true; this.columnLOANCONTRACT_NO.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public FINSLIPRow NewFINSLIPRow() { return ((FINSLIPRow)(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 FINSLIPRow(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(FINSLIPRow); } [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.FINSLIPRowChanged != null)) { this.FINSLIPRowChanged(this, new FINSLIPRowChangeEvent(((FINSLIPRow)(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.FINSLIPRowChanging != null)) { this.FINSLIPRowChanging(this, new FINSLIPRowChangeEvent(((FINSLIPRow)(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.FINSLIPRowDeleted != null)) { this.FINSLIPRowDeleted(this, new FINSLIPRowChangeEvent(((FINSLIPRow)(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.FINSLIPRowDeleting != null)) { this.FINSLIPRowDeleting(this, new FINSLIPRowChangeEvent(((FINSLIPRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveFINSLIPRow(FINSLIPRow 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 = "FINSLIPDataTable"; 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 DataTable1DataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnOPERATE_DATE; private global::System.Data.DataColumn columnDOCUMENT_NO; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnITEMPAYTYPE_CODE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1DataTable() { this.TableName = "DataTable1"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DataTable1DataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; } if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { this.Locale = table.Locale; } if ((table.Namespace != table.DataSet.Namespace)) { this.Namespace = table.Namespace; } this.Prefix = table.Prefix; this.MinimumCapacity = table.MinimumCapacity; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataTable1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn 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 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 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 ITEMPAYTYPE_CODEColumn { get { return this.columnITEMPAYTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public 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 OPERATE_DATE, string DOCUMENT_NO, string ENTRY_DATE, string ITEMPAYTYPE_CODE) { DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow())); object[] columnValuesArray = new object[] { OPERATE_DATE, DOCUMENT_NO, ENTRY_DATE, ITEMPAYTYPE_CODE}; rowDataTable1Row.ItemArray = columnValuesArray; this.Rows.Add(rowDataTable1Row); return rowDataTable1Row; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DataTable1DataTable cln = ((DataTable1DataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new DataTable1DataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"]; this.columnDOCUMENT_NO = base.Columns["DOCUMENT_NO"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnITEMPAYTYPE_CODE = base.Columns["ITEMPAYTYPE_CODE"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOPERATE_DATE); 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.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnITEMPAYTYPE_CODE = new global::System.Data.DataColumn("ITEMPAYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEMPAYTYPE_CODE); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row NewDataTable1Row() { return ((DataTable1Row)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new DataTable1Row(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { return typeof(DataTable1Row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.DataTable1RowChanged != null)) { this.DataTable1RowChanged(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.DataTable1RowChanging != null)) { this.DataTable1RowChanging(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.DataTable1RowDeleted != null)) { this.DataTable1RowDeleted(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.DataTable1RowDeleting != null)) { this.DataTable1RowDeleting(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDataTable1Row(DataTable1Row row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "DataTable1DataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents strongly named DataRow class. /// public partial class FINSLIPRow : global::System.Data.DataRow { private FINSLIPDataTable tableFINSLIP; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal FINSLIPRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableFINSLIP = ((FINSLIPDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableFINSLIP.COOP_IDColumn])); } set { this[this.tableFINSLIP.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIP_NO { get { return ((string)(this[this.tableFINSLIP.SLIP_NOColumn])); } set { this[this.tableFINSLIP.SLIP_NOColumn] = 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.tableFINSLIP.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.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.tableFINSLIP.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.ENTRY_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.tableFINSLIP.OPERATE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.OPERATE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string FROM_SYSTEM { get { try { return ((string)(this[this.tableFINSLIP.FROM_SYSTEMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FROM_SYSTEM\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.FROM_SYSTEMColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYMENT_STATUS { get { try { return ((decimal)(this[this.tableFINSLIP.PAYMENT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.PAYMENT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CASH_TYPE { get { try { return ((string)(this[this.tableFINSLIP.CASH_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CASH_TYPE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.CASH_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAYMENT_DESC { get { try { return ((string)(this[this.tableFINSLIP.PAYMENT_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_DESC\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.PAYMENT_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BANK_CODE { get { try { return ((string)(this[this.tableFINSLIP.BANK_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANK_CODE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.BANK_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BANK_BRANCH { get { try { return ((string)(this[this.tableFINSLIP.BANK_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANK_BRANCH\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.BANK_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEMPAY_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.ITEMPAY_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEMPAY_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.ITEMPAY_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_TOWHOM { get { try { return ((string)(this[this.tableFINSLIP.PAY_TOWHOMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_TOWHOM\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.PAY_TOWHOMColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime DATEON_CHQ { get { try { return ((global::System.DateTime)(this[this.tableFINSLIP.DATEON_CHQColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DATEON_CHQ\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.DATEON_CHQColumn] = 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.tableFINSLIP.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ITEMPAYTYPE_CODE { get { try { return ((string)(this[this.tableFINSLIP.ITEMPAYTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEMPAYTYPE_CODE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.ITEMPAYTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_RECV_STATUS { get { try { return ((decimal)(this[this.tableFINSLIP.PAY_RECV_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_RECV_STATUS\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.PAY_RECV_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MEMBER_FLAG { get { try { return ((decimal)(this[this.tableFINSLIP.MEMBER_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_FLAG\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.MEMBER_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NONMEMBER_DETAIL { get { try { return ((string)(this[this.tableFINSLIP.NONMEMBER_DETAILColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NONMEMBER_DETAIL\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.NONMEMBER_DETAILColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MACHINE_ID { get { try { return ((string)(this[this.tableFINSLIP.MACHINE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MACHINE_ID\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.MACHINE_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CANCEL_ID { get { try { return ((string)(this[this.tableFINSLIP.CANCEL_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.CANCEL_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CANCEL_DATE { get { try { return ((global::System.DateTime)(this[this.tableFINSLIP.CANCEL_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.CANCEL_DATEColumn] = 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.tableFINSLIP.BANKFEE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANKFEE_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.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.tableFINSLIP.BANKSRV_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANKSRV_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.BANKSRV_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TOFROM_ACCID { get { try { return ((string)(this[this.tableFINSLIP.TOFROM_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.TOFROM_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ACCOUNT_NO { get { try { return ((string)(this[this.tableFINSLIP.ACCOUNT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCOUNT_NO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.ACCOUNT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CHEQUEBOOK_NO { get { try { return ((string)(this[this.tableFINSLIP.CHEQUEBOOK_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CHEQUEBOOK_NO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.CHEQUEBOOK_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CHQ_ADVFLAG { get { try { return ((decimal)(this[this.tableFINSLIP.CHQ_ADVFLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CHQ_ADVFLAG\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.CHQ_ADVFLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REF_SLIPNO { get { try { return ((string)(this[this.tableFINSLIP.REF_SLIPNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPNO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.REF_SLIPNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REF_SYSTEM { get { try { return ((string)(this[this.tableFINSLIP.REF_SYSTEMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_SYSTEM\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.REF_SYSTEMColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string FROM_ACCNO { get { try { return ((string)(this[this.tableFINSLIP.FROM_ACCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FROM_ACCNO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.FROM_ACCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RECEIPT_NO { get { try { return ((string)(this[this.tableFINSLIP.RECEIPT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECEIPT_NO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.RECEIPT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REMARK { get { try { return ((string)(this[this.tableFINSLIP.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.REMARKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string FROM_BANKCODE { get { try { return ((string)(this[this.tableFINSLIP.FROM_BANKCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FROM_BANKCODE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.FROM_BANKCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string FROM_BRANCHCODE { get { try { return ((string)(this[this.tableFINSLIP.FROM_BRANCHCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FROM_BRANCHCODE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.FROM_BRANCHCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CHEQUE_STATUS { get { try { return ((decimal)(this[this.tableFINSLIP.CHEQUE_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CHEQUE_STATUS\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.CHEQUE_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal POSTTOVC_FLAG { get { try { return ((decimal)(this[this.tableFINSLIP.POSTTOVC_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POSTTOVC_FLAG\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.POSTTOVC_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FORACC_FLAG { get { try { return ((decimal)(this[this.tableFINSLIP.FORACC_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FORACC_FLAG\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.FORACC_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANAPPV_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.LOANAPPV_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPV_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.LOANAPPV_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal NORM_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.NORM_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NORM_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.NORM_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SHARE_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.SHARE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARE_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.SHARE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal EMER_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.EMER_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EMER_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.EMER_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal EXTRA_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.EXTRA_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXTRA_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.EXTRA_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime RECEIVE_DATE { get { try { return ((global::System.DateTime)(this[this.tableFINSLIP.RECEIVE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECEIVE_DATE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.RECEIVE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECEIVE_STATUS { get { try { return ((decimal)(this[this.tableFINSLIP.RECEIVE_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECEIVE_STATUS\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.RECEIVE_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SHARESPX_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.SHARESPX_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARESPX_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.SHARESPX_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TAX_FLAG { get { try { return ((decimal)(this[this.tableFINSLIP.TAX_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAX_FLAG\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.TAX_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TAX_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.TAX_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAX_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.TAX_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_AMTNET { get { try { return ((decimal)(this[this.tableFINSLIP.ITEM_AMTNETColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_AMTNET\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.ITEM_AMTNETColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TAX_RATE { get { try { return ((decimal)(this[this.tableFINSLIP.TAX_RATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAX_RATE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.TAX_RATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DES_ACCID { get { try { return ((string)(this[this.tableFINSLIP.DES_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DES_ACCID\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.DES_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RECVPAY_ID { get { try { return ((string)(this[this.tableFINSLIP.RECVPAY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECVPAY_ID\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.RECVPAY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime RECVPAY_TIME { get { try { return ((global::System.DateTime)(this[this.tableFINSLIP.RECVPAY_TIMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECVPAY_TIME\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.RECVPAY_TIMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CANCEL_BYFIN { get { try { return ((decimal)(this[this.tableFINSLIP.CANCEL_BYFINColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_BYFIN\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.CANCEL_BYFINColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string VOUCHER_NO { get { try { return ((string)(this[this.tableFINSLIP.VOUCHER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'VOUCHER_NO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.VOUCHER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RETAIL_FLAG { get { try { return ((decimal)(this[this.tableFINSLIP.RETAIL_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RETAIL_FLAG\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.RETAIL_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TAX_CODE { get { try { return ((decimal)(this[this.tableFINSLIP.TAX_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAX_CODE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.TAX_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CHEQUE_TYPE { get { try { return ((string)(this[this.tableFINSLIP.CHEQUE_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CHEQUE_TYPE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.CHEQUE_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ACCUINT_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.ACCUINT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCUINT_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.ACCUINT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RETAIL_POST { get { try { return ((decimal)(this[this.tableFINSLIP.RETAIL_POSTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RETAIL_POST\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.RETAIL_POSTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime RETAIL_DATE { get { try { return ((global::System.DateTime)(this[this.tableFINSLIP.RETAIL_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RETAIL_DATE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.RETAIL_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TAXWAYKEEP { get { try { return ((decimal)(this[this.tableFINSLIP.TAXWAYKEEPColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAXWAYKEEP\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.TAXWAYKEEPColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINT_STATUS { get { try { return ((decimal)(this[this.tableFINSLIP.PRINT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINT_STATUS\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.PRINT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAYSLIP_NO { get { try { return ((string)(this[this.tableFINSLIP.PAYSLIP_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYSLIP_NO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.PAYSLIP_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SECTION_ID { get { try { return ((string)(this[this.tableFINSLIP.SECTION_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SECTION_ID\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.SECTION_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBGROUP_CODE { get { try { return ((string)(this[this.tableFINSLIP.MEMBGROUP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.MEMBGROUP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REFENTRY_ID { get { try { return ((string)(this[this.tableFINSLIP.REFENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFENTRY_ID\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.REFENTRY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TRANSDEPT_FLAG { get { try { return ((string)(this[this.tableFINSLIP.TRANSDEPT_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRANSDEPT_FLAG\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.TRANSDEPT_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime REFENTRY_DATE { get { try { return ((global::System.DateTime)(this[this.tableFINSLIP.REFENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFENTRY_DATE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.REFENTRY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SENDTO_SYSTEM { get { try { return ((string)(this[this.tableFINSLIP.SENDTO_SYSTEMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SENDTO_SYSTEM\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.SENDTO_SYSTEMColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal VAT_AMT { get { try { return ((decimal)(this[this.tableFINSLIP.VAT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'VAT_AMT\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.VAT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OPERATE_FLAG { get { try { return ((decimal)(this[this.tableFINSLIP.OPERATE_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_FLAG\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.OPERATE_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime START_DATE { get { try { return ((global::System.DateTime)(this[this.tableFINSLIP.START_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'START_DATE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.START_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime END_DATE { get { try { return ((global::System.DateTime)(this[this.tableFINSLIP.END_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'END_DATE\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.END_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string FULLNAME { get { try { return ((string)(this[this.tableFINSLIP.FULLNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FULLNAME\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.FULLNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBGROUP { get { try { return ((string)(this[this.tableFINSLIP.MEMBGROUPColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.MEMBGROUPColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQ_NO { get { try { return ((decimal)(this[this.tableFINSLIP.SEQ_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEQ_NO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.SEQ_NOColumn] = 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.tableFINSLIP.LOANCONTRACT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'FINSLIP\' is DBNull.", e); } } set { this[this.tableFINSLIP.LOANCONTRACT_NOColumn] = value; } } [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.tableFINSLIP.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.tableFINSLIP.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.tableFINSLIP.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.tableFINSLIP.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 IsOPERATE_DATENull() { return this.IsNull(this.tableFINSLIP.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.tableFINSLIP.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 IsFROM_SYSTEMNull() { return this.IsNull(this.tableFINSLIP.FROM_SYSTEMColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFROM_SYSTEMNull() { this[this.tableFINSLIP.FROM_SYSTEMColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYMENT_STATUSNull() { return this.IsNull(this.tableFINSLIP.PAYMENT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYMENT_STATUSNull() { this[this.tableFINSLIP.PAYMENT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCASH_TYPENull() { return this.IsNull(this.tableFINSLIP.CASH_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCASH_TYPENull() { this[this.tableFINSLIP.CASH_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYMENT_DESCNull() { return this.IsNull(this.tableFINSLIP.PAYMENT_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYMENT_DESCNull() { this[this.tableFINSLIP.PAYMENT_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANK_CODENull() { return this.IsNull(this.tableFINSLIP.BANK_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBANK_CODENull() { this[this.tableFINSLIP.BANK_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANK_BRANCHNull() { return this.IsNull(this.tableFINSLIP.BANK_BRANCHColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBANK_BRANCHNull() { this[this.tableFINSLIP.BANK_BRANCHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEMPAY_AMTNull() { return this.IsNull(this.tableFINSLIP.ITEMPAY_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEMPAY_AMTNull() { this[this.tableFINSLIP.ITEMPAY_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_TOWHOMNull() { return this.IsNull(this.tableFINSLIP.PAY_TOWHOMColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_TOWHOMNull() { this[this.tableFINSLIP.PAY_TOWHOMColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDATEON_CHQNull() { return this.IsNull(this.tableFINSLIP.DATEON_CHQColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDATEON_CHQNull() { this[this.tableFINSLIP.DATEON_CHQColumn] = 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.tableFINSLIP.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.tableFINSLIP.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 IsITEMPAYTYPE_CODENull() { return this.IsNull(this.tableFINSLIP.ITEMPAYTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEMPAYTYPE_CODENull() { this[this.tableFINSLIP.ITEMPAYTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_RECV_STATUSNull() { return this.IsNull(this.tableFINSLIP.PAY_RECV_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_RECV_STATUSNull() { this[this.tableFINSLIP.PAY_RECV_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_FLAGNull() { return this.IsNull(this.tableFINSLIP.MEMBER_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_FLAGNull() { this[this.tableFINSLIP.MEMBER_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNONMEMBER_DETAILNull() { return this.IsNull(this.tableFINSLIP.NONMEMBER_DETAILColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNONMEMBER_DETAILNull() { this[this.tableFINSLIP.NONMEMBER_DETAILColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMACHINE_IDNull() { return this.IsNull(this.tableFINSLIP.MACHINE_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMACHINE_IDNull() { this[this.tableFINSLIP.MACHINE_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCEL_IDNull() { return this.IsNull(this.tableFINSLIP.CANCEL_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCEL_IDNull() { this[this.tableFINSLIP.CANCEL_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCEL_DATENull() { return this.IsNull(this.tableFINSLIP.CANCEL_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCEL_DATENull() { this[this.tableFINSLIP.CANCEL_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANKFEE_AMTNull() { return this.IsNull(this.tableFINSLIP.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.tableFINSLIP.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.tableFINSLIP.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.tableFINSLIP.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 IsTOFROM_ACCIDNull() { return this.IsNull(this.tableFINSLIP.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.tableFINSLIP.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 IsACCOUNT_NONull() { return this.IsNull(this.tableFINSLIP.ACCOUNT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCOUNT_NONull() { this[this.tableFINSLIP.ACCOUNT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCHEQUEBOOK_NONull() { return this.IsNull(this.tableFINSLIP.CHEQUEBOOK_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCHEQUEBOOK_NONull() { this[this.tableFINSLIP.CHEQUEBOOK_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCHQ_ADVFLAGNull() { return this.IsNull(this.tableFINSLIP.CHQ_ADVFLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCHQ_ADVFLAGNull() { this[this.tableFINSLIP.CHQ_ADVFLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREF_SLIPNONull() { return this.IsNull(this.tableFINSLIP.REF_SLIPNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREF_SLIPNONull() { this[this.tableFINSLIP.REF_SLIPNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREF_SYSTEMNull() { return this.IsNull(this.tableFINSLIP.REF_SYSTEMColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREF_SYSTEMNull() { this[this.tableFINSLIP.REF_SYSTEMColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFROM_ACCNONull() { return this.IsNull(this.tableFINSLIP.FROM_ACCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFROM_ACCNONull() { this[this.tableFINSLIP.FROM_ACCNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECEIPT_NONull() { return this.IsNull(this.tableFINSLIP.RECEIPT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECEIPT_NONull() { this[this.tableFINSLIP.RECEIPT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREMARKNull() { return this.IsNull(this.tableFINSLIP.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableFINSLIP.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFROM_BANKCODENull() { return this.IsNull(this.tableFINSLIP.FROM_BANKCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFROM_BANKCODENull() { this[this.tableFINSLIP.FROM_BANKCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFROM_BRANCHCODENull() { return this.IsNull(this.tableFINSLIP.FROM_BRANCHCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFROM_BRANCHCODENull() { this[this.tableFINSLIP.FROM_BRANCHCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCHEQUE_STATUSNull() { return this.IsNull(this.tableFINSLIP.CHEQUE_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCHEQUE_STATUSNull() { this[this.tableFINSLIP.CHEQUE_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOSTTOVC_FLAGNull() { return this.IsNull(this.tableFINSLIP.POSTTOVC_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOSTTOVC_FLAGNull() { this[this.tableFINSLIP.POSTTOVC_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFORACC_FLAGNull() { return this.IsNull(this.tableFINSLIP.FORACC_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFORACC_FLAGNull() { this[this.tableFINSLIP.FORACC_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANAPPV_AMTNull() { return this.IsNull(this.tableFINSLIP.LOANAPPV_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANAPPV_AMTNull() { this[this.tableFINSLIP.LOANAPPV_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNORM_AMTNull() { return this.IsNull(this.tableFINSLIP.NORM_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNORM_AMTNull() { this[this.tableFINSLIP.NORM_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARE_AMTNull() { return this.IsNull(this.tableFINSLIP.SHARE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARE_AMTNull() { this[this.tableFINSLIP.SHARE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEMER_AMTNull() { return this.IsNull(this.tableFINSLIP.EMER_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEMER_AMTNull() { this[this.tableFINSLIP.EMER_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXTRA_AMTNull() { return this.IsNull(this.tableFINSLIP.EXTRA_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXTRA_AMTNull() { this[this.tableFINSLIP.EXTRA_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECEIVE_DATENull() { return this.IsNull(this.tableFINSLIP.RECEIVE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECEIVE_DATENull() { this[this.tableFINSLIP.RECEIVE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECEIVE_STATUSNull() { return this.IsNull(this.tableFINSLIP.RECEIVE_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECEIVE_STATUSNull() { this[this.tableFINSLIP.RECEIVE_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARESPX_AMTNull() { return this.IsNull(this.tableFINSLIP.SHARESPX_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARESPX_AMTNull() { this[this.tableFINSLIP.SHARESPX_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAX_FLAGNull() { return this.IsNull(this.tableFINSLIP.TAX_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAX_FLAGNull() { this[this.tableFINSLIP.TAX_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAX_AMTNull() { return this.IsNull(this.tableFINSLIP.TAX_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAX_AMTNull() { this[this.tableFINSLIP.TAX_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEM_AMTNETNull() { return this.IsNull(this.tableFINSLIP.ITEM_AMTNETColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_AMTNETNull() { this[this.tableFINSLIP.ITEM_AMTNETColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAX_RATENull() { return this.IsNull(this.tableFINSLIP.TAX_RATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAX_RATENull() { this[this.tableFINSLIP.TAX_RATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDES_ACCIDNull() { return this.IsNull(this.tableFINSLIP.DES_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDES_ACCIDNull() { this[this.tableFINSLIP.DES_ACCIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECVPAY_IDNull() { return this.IsNull(this.tableFINSLIP.RECVPAY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECVPAY_IDNull() { this[this.tableFINSLIP.RECVPAY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECVPAY_TIMENull() { return this.IsNull(this.tableFINSLIP.RECVPAY_TIMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECVPAY_TIMENull() { this[this.tableFINSLIP.RECVPAY_TIMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCEL_BYFINNull() { return this.IsNull(this.tableFINSLIP.CANCEL_BYFINColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCEL_BYFINNull() { this[this.tableFINSLIP.CANCEL_BYFINColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsVOUCHER_NONull() { return this.IsNull(this.tableFINSLIP.VOUCHER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetVOUCHER_NONull() { this[this.tableFINSLIP.VOUCHER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRETAIL_FLAGNull() { return this.IsNull(this.tableFINSLIP.RETAIL_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRETAIL_FLAGNull() { this[this.tableFINSLIP.RETAIL_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAX_CODENull() { return this.IsNull(this.tableFINSLIP.TAX_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAX_CODENull() { this[this.tableFINSLIP.TAX_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCHEQUE_TYPENull() { return this.IsNull(this.tableFINSLIP.CHEQUE_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCHEQUE_TYPENull() { this[this.tableFINSLIP.CHEQUE_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsACCUINT_AMTNull() { return this.IsNull(this.tableFINSLIP.ACCUINT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCUINT_AMTNull() { this[this.tableFINSLIP.ACCUINT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRETAIL_POSTNull() { return this.IsNull(this.tableFINSLIP.RETAIL_POSTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRETAIL_POSTNull() { this[this.tableFINSLIP.RETAIL_POSTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRETAIL_DATENull() { return this.IsNull(this.tableFINSLIP.RETAIL_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRETAIL_DATENull() { this[this.tableFINSLIP.RETAIL_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAXWAYKEEPNull() { return this.IsNull(this.tableFINSLIP.TAXWAYKEEPColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAXWAYKEEPNull() { this[this.tableFINSLIP.TAXWAYKEEPColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINT_STATUSNull() { return this.IsNull(this.tableFINSLIP.PRINT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINT_STATUSNull() { this[this.tableFINSLIP.PRINT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYSLIP_NONull() { return this.IsNull(this.tableFINSLIP.PAYSLIP_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYSLIP_NONull() { this[this.tableFINSLIP.PAYSLIP_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSECTION_IDNull() { return this.IsNull(this.tableFINSLIP.SECTION_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSECTION_IDNull() { this[this.tableFINSLIP.SECTION_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBGROUP_CODENull() { return this.IsNull(this.tableFINSLIP.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.tableFINSLIP.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 IsREFENTRY_IDNull() { return this.IsNull(this.tableFINSLIP.REFENTRY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREFENTRY_IDNull() { this[this.tableFINSLIP.REFENTRY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRANSDEPT_FLAGNull() { return this.IsNull(this.tableFINSLIP.TRANSDEPT_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRANSDEPT_FLAGNull() { this[this.tableFINSLIP.TRANSDEPT_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREFENTRY_DATENull() { return this.IsNull(this.tableFINSLIP.REFENTRY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREFENTRY_DATENull() { this[this.tableFINSLIP.REFENTRY_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSENDTO_SYSTEMNull() { return this.IsNull(this.tableFINSLIP.SENDTO_SYSTEMColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSENDTO_SYSTEMNull() { this[this.tableFINSLIP.SENDTO_SYSTEMColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsVAT_AMTNull() { return this.IsNull(this.tableFINSLIP.VAT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetVAT_AMTNull() { this[this.tableFINSLIP.VAT_AMTColumn] = global::System.Convert.DBNull; } [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.tableFINSLIP.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.tableFINSLIP.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 IsSTART_DATENull() { return this.IsNull(this.tableFINSLIP.START_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTART_DATENull() { this[this.tableFINSLIP.START_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEND_DATENull() { return this.IsNull(this.tableFINSLIP.END_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEND_DATENull() { this[this.tableFINSLIP.END_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFULLNAMENull() { return this.IsNull(this.tableFINSLIP.FULLNAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFULLNAMENull() { this[this.tableFINSLIP.FULLNAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBGROUPNull() { return this.IsNull(this.tableFINSLIP.MEMBGROUPColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBGROUPNull() { this[this.tableFINSLIP.MEMBGROUPColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSEQ_NONull() { return this.IsNull(this.tableFINSLIP.SEQ_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSEQ_NONull() { this[this.tableFINSLIP.SEQ_NOColumn] = 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.tableFINSLIP.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.tableFINSLIP.LOANCONTRACT_NOColumn] = global::System.Convert.DBNull; } } /// ///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 OPERATE_DATE { get { try { return ((string)(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 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 ENTRY_DATE { get { try { return ((string)(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 ITEMPAYTYPE_CODE { get { try { return ((string)(this[this.tableDataTable1.ITEMPAYTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEMPAYTYPE_CODE\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.ITEMPAYTYPE_CODEColumn] = value; } } [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 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 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 IsITEMPAYTYPE_CODENull() { return this.IsNull(this.tableDataTable1.ITEMPAYTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEMPAYTYPE_CODENull() { this[this.tableDataTable1.ITEMPAYTYPE_CODEColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class FINSLIPRowChangeEvent : global::System.EventArgs { private FINSLIPRow 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 FINSLIPRowChangeEvent(FINSLIPRow 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 FINSLIPRow 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 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; } } } } } namespace Saving.Applications.shrlon.ws_sl_recpay_wrt_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 FINSLIPTableAdapter : 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 FINSLIPTableAdapter() { 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 = "FINSLIP"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("SLIP_NO", "SLIP_NO"); tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID"); tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE"); tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE"); tableMapping.ColumnMappings.Add("FROM_SYSTEM", "FROM_SYSTEM"); tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS"); tableMapping.ColumnMappings.Add("CASH_TYPE", "CASH_TYPE"); tableMapping.ColumnMappings.Add("PAYMENT_DESC", "PAYMENT_DESC"); tableMapping.ColumnMappings.Add("BANK_CODE", "BANK_CODE"); tableMapping.ColumnMappings.Add("BANK_BRANCH", "BANK_BRANCH"); tableMapping.ColumnMappings.Add("ITEMPAY_AMT", "ITEMPAY_AMT"); tableMapping.ColumnMappings.Add("PAY_TOWHOM", "PAY_TOWHOM"); tableMapping.ColumnMappings.Add("DATEON_CHQ", "DATEON_CHQ"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("ITEMPAYTYPE_CODE", "ITEMPAYTYPE_CODE"); tableMapping.ColumnMappings.Add("PAY_RECV_STATUS", "PAY_RECV_STATUS"); tableMapping.ColumnMappings.Add("MEMBER_FLAG", "MEMBER_FLAG"); tableMapping.ColumnMappings.Add("NONMEMBER_DETAIL", "NONMEMBER_DETAIL"); tableMapping.ColumnMappings.Add("MACHINE_ID", "MACHINE_ID"); tableMapping.ColumnMappings.Add("CANCEL_ID", "CANCEL_ID"); tableMapping.ColumnMappings.Add("CANCEL_DATE", "CANCEL_DATE"); tableMapping.ColumnMappings.Add("BANKFEE_AMT", "BANKFEE_AMT"); tableMapping.ColumnMappings.Add("BANKSRV_AMT", "BANKSRV_AMT"); tableMapping.ColumnMappings.Add("TOFROM_ACCID", "TOFROM_ACCID"); tableMapping.ColumnMappings.Add("ACCOUNT_NO", "ACCOUNT_NO"); tableMapping.ColumnMappings.Add("CHEQUEBOOK_NO", "CHEQUEBOOK_NO"); tableMapping.ColumnMappings.Add("CHQ_ADVFLAG", "CHQ_ADVFLAG"); tableMapping.ColumnMappings.Add("REF_SLIPNO", "REF_SLIPNO"); tableMapping.ColumnMappings.Add("REF_SYSTEM", "REF_SYSTEM"); tableMapping.ColumnMappings.Add("FROM_ACCNO", "FROM_ACCNO"); tableMapping.ColumnMappings.Add("RECEIPT_NO", "RECEIPT_NO"); tableMapping.ColumnMappings.Add("REMARK", "REMARK"); tableMapping.ColumnMappings.Add("FROM_BANKCODE", "FROM_BANKCODE"); tableMapping.ColumnMappings.Add("FROM_BRANCHCODE", "FROM_BRANCHCODE"); tableMapping.ColumnMappings.Add("CHEQUE_STATUS", "CHEQUE_STATUS"); tableMapping.ColumnMappings.Add("POSTTOVC_FLAG", "POSTTOVC_FLAG"); tableMapping.ColumnMappings.Add("FORACC_FLAG", "FORACC_FLAG"); tableMapping.ColumnMappings.Add("LOANAPPV_AMT", "LOANAPPV_AMT"); tableMapping.ColumnMappings.Add("NORM_AMT", "NORM_AMT"); tableMapping.ColumnMappings.Add("SHARE_AMT", "SHARE_AMT"); tableMapping.ColumnMappings.Add("EMER_AMT", "EMER_AMT"); tableMapping.ColumnMappings.Add("EXTRA_AMT", "EXTRA_AMT"); tableMapping.ColumnMappings.Add("RECEIVE_DATE", "RECEIVE_DATE"); tableMapping.ColumnMappings.Add("RECEIVE_STATUS", "RECEIVE_STATUS"); tableMapping.ColumnMappings.Add("SHARESPX_AMT", "SHARESPX_AMT"); tableMapping.ColumnMappings.Add("TAX_FLAG", "TAX_FLAG"); tableMapping.ColumnMappings.Add("TAX_AMT", "TAX_AMT"); tableMapping.ColumnMappings.Add("ITEM_AMTNET", "ITEM_AMTNET"); tableMapping.ColumnMappings.Add("TAX_RATE", "TAX_RATE"); tableMapping.ColumnMappings.Add("DES_ACCID", "DES_ACCID"); tableMapping.ColumnMappings.Add("RECVPAY_ID", "RECVPAY_ID"); tableMapping.ColumnMappings.Add("RECVPAY_TIME", "RECVPAY_TIME"); tableMapping.ColumnMappings.Add("CANCEL_BYFIN", "CANCEL_BYFIN"); tableMapping.ColumnMappings.Add("VOUCHER_NO", "VOUCHER_NO"); tableMapping.ColumnMappings.Add("RETAIL_FLAG", "RETAIL_FLAG"); tableMapping.ColumnMappings.Add("TAX_CODE", "TAX_CODE"); tableMapping.ColumnMappings.Add("CHEQUE_TYPE", "CHEQUE_TYPE"); tableMapping.ColumnMappings.Add("ACCUINT_AMT", "ACCUINT_AMT"); tableMapping.ColumnMappings.Add("RETAIL_POST", "RETAIL_POST"); tableMapping.ColumnMappings.Add("RETAIL_DATE", "RETAIL_DATE"); tableMapping.ColumnMappings.Add("TAXWAYKEEP", "TAXWAYKEEP"); tableMapping.ColumnMappings.Add("PRINT_STATUS", "PRINT_STATUS"); tableMapping.ColumnMappings.Add("PAYSLIP_NO", "PAYSLIP_NO"); tableMapping.ColumnMappings.Add("SECTION_ID", "SECTION_ID"); tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE"); tableMapping.ColumnMappings.Add("REFENTRY_ID", "REFENTRY_ID"); tableMapping.ColumnMappings.Add("TRANSDEPT_FLAG", "TRANSDEPT_FLAG"); tableMapping.ColumnMappings.Add("REFENTRY_DATE", "REFENTRY_DATE"); tableMapping.ColumnMappings.Add("SENDTO_SYSTEM", "SENDTO_SYSTEM"); tableMapping.ColumnMappings.Add("VAT_AMT", "VAT_AMT"); 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 \"FINSLIP\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"SLIP_NO\" = :Or" + "iginal_SLIP_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_SLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIP_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 \"FINSLIP\" (\"COOP_ID\", \"SLIP_NO\", \"ENTRY_ID\", \"ENTRY_DATE\", \"OPERATE_D" + "ATE\", \"FROM_SYSTEM\", \"PAYMENT_STATUS\", \"CASH_TYPE\", \"PAYMENT_DESC\", \"BANK_CODE\"," + " \"BANK_BRANCH\", \"ITEMPAY_AMT\", \"PAY_TOWHOM\", \"DATEON_CHQ\", \"MEMBER_NO\", \"ITEMPAY" + "TYPE_CODE\", \"PAY_RECV_STATUS\", \"MEMBER_FLAG\", \"NONMEMBER_DETAIL\", \"MACHINE_ID\", " + "\"CANCEL_ID\", \"CANCEL_DATE\", \"BANKFEE_AMT\", \"BANKSRV_AMT\", \"TOFROM_ACCID\", \"ACCOU" + "NT_NO\", \"CHEQUEBOOK_NO\", \"CHQ_ADVFLAG\", \"REF_SLIPNO\", \"REF_SYSTEM\", \"FROM_ACCNO\"" + ", \"RECEIPT_NO\", \"REMARK\", \"FROM_BANKCODE\", \"FROM_BRANCHCODE\", \"CHEQUE_STATUS\", \"" + "POSTTOVC_FLAG\", \"FORACC_FLAG\", \"LOANAPPV_AMT\", \"NORM_AMT\", \"SHARE_AMT\", \"EMER_AM" + "T\", \"EXTRA_AMT\", \"RECEIVE_DATE\", \"RECEIVE_STATUS\", \"SHARESPX_AMT\", \"TAX_FLAG\", \"" + "TAX_AMT\", \"ITEM_AMTNET\", \"TAX_RATE\", \"DES_ACCID\", \"RECVPAY_ID\", \"RECVPAY_TIME\", " + "\"CANCEL_BYFIN\", \"VOUCHER_NO\", \"RETAIL_FLAG\", \"TAX_CODE\", \"CHEQUE_TYPE\", \"ACCUINT" + "_AMT\", \"RETAIL_POST\", \"RETAIL_DATE\", \"TAXWAYKEEP\", \"PRINT_STATUS\", \"PAYSLIP_NO\"," + " \"SECTION_ID\", \"MEMBGROUP_CODE\", \"REFENTRY_ID\", \"TRANSDEPT_FLAG\", \"REFENTRY_DATE" + "\", \"SENDTO_SYSTEM\", \"VAT_AMT\") VALUES (:COOP_ID, :SLIP_NO, :ENTRY_ID, :ENTRY_DAT" + "E, :OPERATE_DATE, :FROM_SYSTEM, :PAYMENT_STATUS, :CASH_TYPE, :PAYMENT_DESC, :BAN" + "K_CODE, :BANK_BRANCH, :ITEMPAY_AMT, :PAY_TOWHOM, :DATEON_CHQ, :MEMBER_NO, :ITEMP" + "AYTYPE_CODE, :PAY_RECV_STATUS, :MEMBER_FLAG, :NONMEMBER_DETAIL, :MACHINE_ID, :CA" + "NCEL_ID, :CANCEL_DATE, :BANKFEE_AMT, :BANKSRV_AMT, :TOFROM_ACCID, :ACCOUNT_NO, :" + "CHEQUEBOOK_NO, :CHQ_ADVFLAG, :REF_SLIPNO, :REF_SYSTEM, :FROM_ACCNO, :RECEIPT_NO," + " :REMARK, :FROM_BANKCODE, :FROM_BRANCHCODE, :CHEQUE_STATUS, :POSTTOVC_FLAG, :FOR" + "ACC_FLAG, :LOANAPPV_AMT, :NORM_AMT, :SHARE_AMT, :EMER_AMT, :EXTRA_AMT, :RECEIVE_" + "DATE, :RECEIVE_STATUS, :SHARESPX_AMT, :TAX_FLAG, :TAX_AMT, :ITEM_AMTNET, :TAX_RA" + "TE, :DES_ACCID, :RECVPAY_ID, :RECVPAY_TIME, :CANCEL_BYFIN, :VOUCHER_NO, :RETAIL_" + "FLAG, :TAX_CODE, :CHEQUE_TYPE, :ACCUINT_AMT, :RETAIL_POST, :RETAIL_DATE, :TAXWAY" + "KEEP, :PRINT_STATUS, :PAYSLIP_NO, :SECTION_ID, :MEMBGROUP_CODE, :REFENTRY_ID, :T" + "RANSDEPT_FLAG, :REFENTRY_DATE, :SENDTO_SYSTEM, :VAT_AMT)"; 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("SLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FROM_SYSTEM", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "FROM_SYSTEM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CASH_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CASH_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEMPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEMPAY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_TOWHOM", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_TOWHOM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DATEON_CHQ", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DATEON_CHQ", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEMPAYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ITEMPAYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_RECV_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_RECV_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NONMEMBER_DETAIL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "NONMEMBER_DETAIL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MACHINE_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MACHINE_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CANCEL_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKFEE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKFEE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKSRV_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKSRV_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOFROM_ACCID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TOFROM_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCOUNT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ACCOUNT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHEQUEBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CHEQUEBOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHQ_ADVFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHQ_ADVFLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SLIPNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_SLIPNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SYSTEM", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_SYSTEM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FROM_ACCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FROM_ACCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FROM_BANKCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "FROM_BANKCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FROM_BRANCHCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "FROM_BRANCHCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHEQUE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHEQUE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSTTOVC_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "POSTTOVC_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORACC_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FORACC_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPV_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANAPPV_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NORM_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NORM_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMER_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EMER_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXTRA_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EXTRA_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIVE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESPX_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESPX_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_AMTNET", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_AMTNET", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DES_ACCID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DES_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECVPAY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECVPAY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECVPAY_TIME", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RECVPAY_TIME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_BYFIN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CANCEL_BYFIN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("VOUCHER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "VOUCHER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETAIL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETAIL_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_CODE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHEQUE_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CHEQUE_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUINT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETAIL_POST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETAIL_POST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETAIL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RETAIL_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXWAYKEEP", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAXWAYKEEP", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYSLIP_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAYSLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SECTION_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SECTION_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFENTRY_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REFENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSDEPT_FLAG", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRANSDEPT_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "REFENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SENDTO_SYSTEM", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SENDTO_SYSTEM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("VAT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "VAT_AMT", 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 \"FINSLIP\" SET \"COOP_ID\" = :COOP_ID, \"SLIP_NO\" = :SLIP_NO, \"ENTRY_ID\" = :EN" + "TRY_ID, \"ENTRY_DATE\" = :ENTRY_DATE, \"OPERATE_DATE\" = :OPERATE_DATE, \"FROM_SYSTEM" + "\" = :FROM_SYSTEM, \"PAYMENT_STATUS\" = :PAYMENT_STATUS, \"CASH_TYPE\" = :CASH_TYPE, " + "\"PAYMENT_DESC\" = :PAYMENT_DESC, \"BANK_CODE\" = :BANK_CODE, \"BANK_BRANCH\" = :BANK_" + "BRANCH, \"ITEMPAY_AMT\" = :ITEMPAY_AMT, \"PAY_TOWHOM\" = :PAY_TOWHOM, \"DATEON_CHQ\" =" + " :DATEON_CHQ, \"MEMBER_NO\" = :MEMBER_NO, \"ITEMPAYTYPE_CODE\" = :ITEMPAYTYPE_CODE, " + "\"PAY_RECV_STATUS\" = :PAY_RECV_STATUS, \"MEMBER_FLAG\" = :MEMBER_FLAG, \"NONMEMBER_D" + "ETAIL\" = :NONMEMBER_DETAIL, \"MACHINE_ID\" = :MACHINE_ID, \"CANCEL_ID\" = :CANCEL_ID" + ", \"CANCEL_DATE\" = :CANCEL_DATE, \"BANKFEE_AMT\" = :BANKFEE_AMT, \"BANKSRV_AMT\" = :B" + "ANKSRV_AMT, \"TOFROM_ACCID\" = :TOFROM_ACCID, \"ACCOUNT_NO\" = :ACCOUNT_NO, \"CHEQUEB" + "OOK_NO\" = :CHEQUEBOOK_NO, \"CHQ_ADVFLAG\" = :CHQ_ADVFLAG, \"REF_SLIPNO\" = :REF_SLIP" + "NO, \"REF_SYSTEM\" = :REF_SYSTEM, \"FROM_ACCNO\" = :FROM_ACCNO, \"RECEIPT_NO\" = :RECE" + "IPT_NO, \"REMARK\" = :REMARK, \"FROM_BANKCODE\" = :FROM_BANKCODE, \"FROM_BRANCHCODE\" " + "= :FROM_BRANCHCODE, \"CHEQUE_STATUS\" = :CHEQUE_STATUS, \"POSTTOVC_FLAG\" = :POSTTOV" + "C_FLAG, \"FORACC_FLAG\" = :FORACC_FLAG, \"LOANAPPV_AMT\" = :LOANAPPV_AMT, \"NORM_AMT\"" + " = :NORM_AMT, \"SHARE_AMT\" = :SHARE_AMT, \"EMER_AMT\" = :EMER_AMT, \"EXTRA_AMT\" = :E" + "XTRA_AMT, \"RECEIVE_DATE\" = :RECEIVE_DATE, \"RECEIVE_STATUS\" = :RECEIVE_STATUS, \"S" + "HARESPX_AMT\" = :SHARESPX_AMT, \"TAX_FLAG\" = :TAX_FLAG, \"TAX_AMT\" = :TAX_AMT, \"ITE" + "M_AMTNET\" = :ITEM_AMTNET, \"TAX_RATE\" = :TAX_RATE, \"DES_ACCID\" = :DES_ACCID, \"REC" + "VPAY_ID\" = :RECVPAY_ID, \"RECVPAY_TIME\" = :RECVPAY_TIME, \"CANCEL_BYFIN\" = :CANCEL" + "_BYFIN, \"VOUCHER_NO\" = :VOUCHER_NO, \"RETAIL_FLAG\" = :RETAIL_FLAG, \"TAX_CODE\" = :" + "TAX_CODE, \"CHEQUE_TYPE\" = :CHEQUE_TYPE, \"ACCUINT_AMT\" = :ACCUINT_AMT, \"RETAIL_PO" + "ST\" = :RETAIL_POST, \"RETAIL_DATE\" = :RETAIL_DATE, \"TAXWAYKEEP\" = :TAXWAYKEEP, \"P" + "RINT_STATUS\" = :PRINT_STATUS, \"PAYSLIP_NO\" = :PAYSLIP_NO, \"SECTION_ID\" = :SECTIO" + "N_ID, \"MEMBGROUP_CODE\" = :MEMBGROUP_CODE, \"REFENTRY_ID\" = :REFENTRY_ID, \"TRANSDE" + "PT_FLAG\" = :TRANSDEPT_FLAG, \"REFENTRY_DATE\" = :REFENTRY_DATE, \"SENDTO_SYSTEM\" = " + ":SENDTO_SYSTEM, \"VAT_AMT\" = :VAT_AMT WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND " + "(\"SLIP_NO\" = :Original_SLIP_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("SLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FROM_SYSTEM", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "FROM_SYSTEM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CASH_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CASH_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEMPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEMPAY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_TOWHOM", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_TOWHOM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DATEON_CHQ", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DATEON_CHQ", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEMPAYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ITEMPAYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_RECV_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_RECV_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NONMEMBER_DETAIL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "NONMEMBER_DETAIL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MACHINE_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MACHINE_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CANCEL_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKFEE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKFEE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKSRV_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKSRV_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOFROM_ACCID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TOFROM_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCOUNT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ACCOUNT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHEQUEBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CHEQUEBOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHQ_ADVFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHQ_ADVFLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SLIPNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_SLIPNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SYSTEM", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_SYSTEM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FROM_ACCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FROM_ACCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FROM_BANKCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "FROM_BANKCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FROM_BRANCHCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "FROM_BRANCHCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHEQUE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHEQUE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSTTOVC_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "POSTTOVC_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORACC_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FORACC_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPV_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANAPPV_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NORM_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NORM_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMER_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EMER_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXTRA_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EXTRA_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIVE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESPX_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESPX_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_AMTNET", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_AMTNET", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DES_ACCID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DES_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECVPAY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECVPAY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECVPAY_TIME", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RECVPAY_TIME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_BYFIN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CANCEL_BYFIN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("VOUCHER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "VOUCHER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETAIL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETAIL_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_CODE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHEQUE_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CHEQUE_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUINT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETAIL_POST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETAIL_POST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETAIL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RETAIL_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXWAYKEEP", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAXWAYKEEP", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYSLIP_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAYSLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SECTION_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SECTION_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFENTRY_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REFENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSDEPT_FLAG", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRANSDEPT_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "REFENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SENDTO_SYSTEM", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SENDTO_SYSTEM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("VAT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "VAT_AMT", 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_SLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIP_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["ConnectionStringPEA"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "select * from finslip"; 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.FINSLIPDataTable 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.FINSLIPDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.FINSLIPDataTable dataTable = new DataSet1.FINSLIPDataTable(); 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.FINSLIPDataTable 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, "FINSLIP"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow dataRow) { return this.Adapter.Update(new global::System.Data.DataRow[] { dataRow}); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow[] dataRows) { return this.Adapter.Update(dataRows); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] public virtual int Delete(string Original_COOP_ID, string Original_SLIP_NO) { if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID)); } if ((Original_SLIP_NO == null)) { throw new global::System.ArgumentNullException("Original_SLIP_NO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_SLIP_NO)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.DeleteCommand.Connection.Open(); } try { int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.DeleteCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( string COOP_ID, string SLIP_NO, string ENTRY_ID, global::System.Nullable ENTRY_DATE, global::System.Nullable OPERATE_DATE, string FROM_SYSTEM, global::System.Nullable PAYMENT_STATUS, string CASH_TYPE, string PAYMENT_DESC, string BANK_CODE, string BANK_BRANCH, global::System.Nullable ITEMPAY_AMT, string PAY_TOWHOM, global::System.Nullable DATEON_CHQ, string MEMBER_NO, string ITEMPAYTYPE_CODE, global::System.Nullable PAY_RECV_STATUS, global::System.Nullable MEMBER_FLAG, string NONMEMBER_DETAIL, string MACHINE_ID, string CANCEL_ID, global::System.Nullable CANCEL_DATE, global::System.Nullable BANKFEE_AMT, global::System.Nullable BANKSRV_AMT, string TOFROM_ACCID, string ACCOUNT_NO, string CHEQUEBOOK_NO, global::System.Nullable CHQ_ADVFLAG, string REF_SLIPNO, string REF_SYSTEM, string FROM_ACCNO, string RECEIPT_NO, string REMARK, string FROM_BANKCODE, string FROM_BRANCHCODE, global::System.Nullable CHEQUE_STATUS, global::System.Nullable POSTTOVC_FLAG, global::System.Nullable FORACC_FLAG, global::System.Nullable LOANAPPV_AMT, global::System.Nullable NORM_AMT, global::System.Nullable SHARE_AMT, global::System.Nullable EMER_AMT, global::System.Nullable EXTRA_AMT, global::System.Nullable RECEIVE_DATE, global::System.Nullable RECEIVE_STATUS, global::System.Nullable SHARESPX_AMT, global::System.Nullable TAX_FLAG, global::System.Nullable TAX_AMT, global::System.Nullable ITEM_AMTNET, global::System.Nullable TAX_RATE, string DES_ACCID, string RECVPAY_ID, global::System.Nullable RECVPAY_TIME, global::System.Nullable CANCEL_BYFIN, string VOUCHER_NO, global::System.Nullable RETAIL_FLAG, global::System.Nullable TAX_CODE, string CHEQUE_TYPE, global::System.Nullable ACCUINT_AMT, global::System.Nullable RETAIL_POST, global::System.Nullable RETAIL_DATE, global::System.Nullable TAXWAYKEEP, global::System.Nullable PRINT_STATUS, string PAYSLIP_NO, string SECTION_ID, string MEMBGROUP_CODE, string REFENTRY_ID, string TRANSDEPT_FLAG, global::System.Nullable REFENTRY_DATE, string SENDTO_SYSTEM, global::System.Nullable VAT_AMT) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((SLIP_NO == null)) { throw new global::System.ArgumentNullException("SLIP_NO"); } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(SLIP_NO)); } if ((ENTRY_ID == null)) { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(ENTRY_ID)); } if ((ENTRY_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[3].Value = ((System.DateTime)(ENTRY_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } if ((OPERATE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[4].Value = ((System.DateTime)(OPERATE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((FROM_SYSTEM == null)) { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[5].Value = ((string)(FROM_SYSTEM)); } if ((PAYMENT_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(PAYMENT_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((CASH_TYPE == null)) { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[7].Value = ((string)(CASH_TYPE)); } if ((PAYMENT_DESC == null)) { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[8].Value = ((string)(PAYMENT_DESC)); } if ((BANK_CODE == null)) { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[9].Value = ((string)(BANK_CODE)); } if ((BANK_BRANCH == null)) { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[10].Value = ((string)(BANK_BRANCH)); } if ((ITEMPAY_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(ITEMPAY_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((PAY_TOWHOM == null)) { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[12].Value = ((string)(PAY_TOWHOM)); } if ((DATEON_CHQ.HasValue == true)) { this.Adapter.InsertCommand.Parameters[13].Value = ((System.DateTime)(DATEON_CHQ.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((MEMBER_NO == null)) { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[14].Value = ((string)(MEMBER_NO)); } if ((ITEMPAYTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[15].Value = ((string)(ITEMPAYTYPE_CODE)); } if ((PAY_RECV_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(PAY_RECV_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((MEMBER_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(MEMBER_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((NONMEMBER_DETAIL == null)) { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[18].Value = ((string)(NONMEMBER_DETAIL)); } if ((MACHINE_ID == null)) { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[19].Value = ((string)(MACHINE_ID)); } if ((CANCEL_ID == null)) { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[20].Value = ((string)(CANCEL_ID)); } if ((CANCEL_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[21].Value = ((System.DateTime)(CANCEL_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((BANKFEE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(BANKFEE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((BANKSRV_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[23].Value = ((decimal)(BANKSRV_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((TOFROM_ACCID == null)) { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[24].Value = ((string)(TOFROM_ACCID)); } if ((ACCOUNT_NO == null)) { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[25].Value = ((string)(ACCOUNT_NO)); } if ((CHEQUEBOOK_NO == null)) { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[26].Value = ((string)(CHEQUEBOOK_NO)); } if ((CHQ_ADVFLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[27].Value = ((decimal)(CHQ_ADVFLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((REF_SLIPNO == null)) { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[28].Value = ((string)(REF_SLIPNO)); } if ((REF_SYSTEM == null)) { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[29].Value = ((string)(REF_SYSTEM)); } if ((FROM_ACCNO == null)) { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[30].Value = ((string)(FROM_ACCNO)); } if ((RECEIPT_NO == null)) { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[31].Value = ((string)(RECEIPT_NO)); } if ((REMARK == null)) { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[32].Value = ((string)(REMARK)); } if ((FROM_BANKCODE == null)) { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[33].Value = ((string)(FROM_BANKCODE)); } if ((FROM_BRANCHCODE == null)) { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[34].Value = ((string)(FROM_BRANCHCODE)); } if ((CHEQUE_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(CHEQUE_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((POSTTOVC_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(POSTTOVC_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((FORACC_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(FORACC_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((LOANAPPV_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(LOANAPPV_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((NORM_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(NORM_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((SHARE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(SHARE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((EMER_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(EMER_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((EXTRA_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(EXTRA_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((RECEIVE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[43].Value = ((System.DateTime)(RECEIVE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((RECEIVE_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(RECEIVE_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((SHARESPX_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(SHARESPX_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((TAX_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[46].Value = ((decimal)(TAX_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((TAX_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(TAX_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((ITEM_AMTNET.HasValue == true)) { this.Adapter.InsertCommand.Parameters[48].Value = ((decimal)(ITEM_AMTNET.Value)); } else { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((TAX_RATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[49].Value = ((decimal)(TAX_RATE.Value)); } else { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((DES_ACCID == null)) { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[50].Value = ((string)(DES_ACCID)); } if ((RECVPAY_ID == null)) { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[51].Value = ((string)(RECVPAY_ID)); } if ((RECVPAY_TIME.HasValue == true)) { this.Adapter.InsertCommand.Parameters[52].Value = ((System.DateTime)(RECVPAY_TIME.Value)); } else { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((CANCEL_BYFIN.HasValue == true)) { this.Adapter.InsertCommand.Parameters[53].Value = ((decimal)(CANCEL_BYFIN.Value)); } else { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((VOUCHER_NO == null)) { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[54].Value = ((string)(VOUCHER_NO)); } if ((RETAIL_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[55].Value = ((decimal)(RETAIL_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((TAX_CODE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[56].Value = ((decimal)(TAX_CODE.Value)); } else { this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } if ((CHEQUE_TYPE == null)) { this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[57].Value = ((string)(CHEQUE_TYPE)); } if ((ACCUINT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[58].Value = ((decimal)(ACCUINT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } if ((RETAIL_POST.HasValue == true)) { this.Adapter.InsertCommand.Parameters[59].Value = ((decimal)(RETAIL_POST.Value)); } else { this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } if ((RETAIL_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[60].Value = ((System.DateTime)(RETAIL_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } if ((TAXWAYKEEP.HasValue == true)) { this.Adapter.InsertCommand.Parameters[61].Value = ((decimal)(TAXWAYKEEP.Value)); } else { this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } if ((PRINT_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[62].Value = ((decimal)(PRINT_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } if ((PAYSLIP_NO == null)) { this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[63].Value = ((string)(PAYSLIP_NO)); } if ((SECTION_ID == null)) { this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[64].Value = ((string)(SECTION_ID)); } if ((MEMBGROUP_CODE == null)) { this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[65].Value = ((string)(MEMBGROUP_CODE)); } if ((REFENTRY_ID == null)) { this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[66].Value = ((string)(REFENTRY_ID)); } if ((TRANSDEPT_FLAG == null)) { this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[67].Value = ((string)(TRANSDEPT_FLAG)); } if ((REFENTRY_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[68].Value = ((System.DateTime)(REFENTRY_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } if ((SENDTO_SYSTEM == null)) { this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[69].Value = ((string)(SENDTO_SYSTEM)); } if ((VAT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[70].Value = ((decimal)(VAT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.InsertCommand.Connection.Open(); } try { int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.InsertCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string COOP_ID, string SLIP_NO, string ENTRY_ID, global::System.Nullable ENTRY_DATE, global::System.Nullable OPERATE_DATE, string FROM_SYSTEM, global::System.Nullable PAYMENT_STATUS, string CASH_TYPE, string PAYMENT_DESC, string BANK_CODE, string BANK_BRANCH, global::System.Nullable ITEMPAY_AMT, string PAY_TOWHOM, global::System.Nullable DATEON_CHQ, string MEMBER_NO, string ITEMPAYTYPE_CODE, global::System.Nullable PAY_RECV_STATUS, global::System.Nullable MEMBER_FLAG, string NONMEMBER_DETAIL, string MACHINE_ID, string CANCEL_ID, global::System.Nullable CANCEL_DATE, global::System.Nullable BANKFEE_AMT, global::System.Nullable BANKSRV_AMT, string TOFROM_ACCID, string ACCOUNT_NO, string CHEQUEBOOK_NO, global::System.Nullable CHQ_ADVFLAG, string REF_SLIPNO, string REF_SYSTEM, string FROM_ACCNO, string RECEIPT_NO, string REMARK, string FROM_BANKCODE, string FROM_BRANCHCODE, global::System.Nullable CHEQUE_STATUS, global::System.Nullable POSTTOVC_FLAG, global::System.Nullable FORACC_FLAG, global::System.Nullable LOANAPPV_AMT, global::System.Nullable NORM_AMT, global::System.Nullable SHARE_AMT, global::System.Nullable EMER_AMT, global::System.Nullable EXTRA_AMT, global::System.Nullable RECEIVE_DATE, global::System.Nullable RECEIVE_STATUS, global::System.Nullable SHARESPX_AMT, global::System.Nullable TAX_FLAG, global::System.Nullable TAX_AMT, global::System.Nullable ITEM_AMTNET, global::System.Nullable TAX_RATE, string DES_ACCID, string RECVPAY_ID, global::System.Nullable RECVPAY_TIME, global::System.Nullable CANCEL_BYFIN, string VOUCHER_NO, global::System.Nullable RETAIL_FLAG, global::System.Nullable TAX_CODE, string CHEQUE_TYPE, global::System.Nullable ACCUINT_AMT, global::System.Nullable RETAIL_POST, global::System.Nullable RETAIL_DATE, global::System.Nullable TAXWAYKEEP, global::System.Nullable PRINT_STATUS, string PAYSLIP_NO, string SECTION_ID, string MEMBGROUP_CODE, string REFENTRY_ID, string TRANSDEPT_FLAG, global::System.Nullable REFENTRY_DATE, string SENDTO_SYSTEM, global::System.Nullable VAT_AMT, string Original_COOP_ID, string Original_SLIP_NO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((SLIP_NO == null)) { throw new global::System.ArgumentNullException("SLIP_NO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(SLIP_NO)); } if ((ENTRY_ID == null)) { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(ENTRY_ID)); } if ((ENTRY_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[3].Value = ((System.DateTime)(ENTRY_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } if ((OPERATE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[4].Value = ((System.DateTime)(OPERATE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((FROM_SYSTEM == null)) { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(FROM_SYSTEM)); } if ((PAYMENT_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(PAYMENT_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((CASH_TYPE == null)) { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(CASH_TYPE)); } if ((PAYMENT_DESC == null)) { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(PAYMENT_DESC)); } if ((BANK_CODE == null)) { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(BANK_CODE)); } if ((BANK_BRANCH == null)) { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(BANK_BRANCH)); } if ((ITEMPAY_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(ITEMPAY_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((PAY_TOWHOM == null)) { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(PAY_TOWHOM)); } if ((DATEON_CHQ.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(DATEON_CHQ.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((MEMBER_NO == null)) { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(MEMBER_NO)); } if ((ITEMPAYTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(ITEMPAYTYPE_CODE)); } if ((PAY_RECV_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(PAY_RECV_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((MEMBER_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(MEMBER_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((NONMEMBER_DETAIL == null)) { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(NONMEMBER_DETAIL)); } if ((MACHINE_ID == null)) { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(MACHINE_ID)); } if ((CANCEL_ID == null)) { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(CANCEL_ID)); } if ((CANCEL_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[21].Value = ((System.DateTime)(CANCEL_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((BANKFEE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(BANKFEE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((BANKSRV_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[23].Value = ((decimal)(BANKSRV_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((TOFROM_ACCID == null)) { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(TOFROM_ACCID)); } if ((ACCOUNT_NO == null)) { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(ACCOUNT_NO)); } if ((CHEQUEBOOK_NO == null)) { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(CHEQUEBOOK_NO)); } if ((CHQ_ADVFLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[27].Value = ((decimal)(CHQ_ADVFLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((REF_SLIPNO == null)) { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(REF_SLIPNO)); } if ((REF_SYSTEM == null)) { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(REF_SYSTEM)); } if ((FROM_ACCNO == null)) { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(FROM_ACCNO)); } if ((RECEIPT_NO == null)) { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(RECEIPT_NO)); } if ((REMARK == null)) { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(REMARK)); } if ((FROM_BANKCODE == null)) { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(FROM_BANKCODE)); } if ((FROM_BRANCHCODE == null)) { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(FROM_BRANCHCODE)); } if ((CHEQUE_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[35].Value = ((decimal)(CHEQUE_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((POSTTOVC_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(POSTTOVC_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((FORACC_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(FORACC_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((LOANAPPV_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(LOANAPPV_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((NORM_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(NORM_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((SHARE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(SHARE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((EMER_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[41].Value = ((decimal)(EMER_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((EXTRA_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[42].Value = ((decimal)(EXTRA_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((RECEIVE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[43].Value = ((System.DateTime)(RECEIVE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((RECEIVE_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(RECEIVE_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((SHARESPX_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(SHARESPX_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((TAX_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(TAX_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((TAX_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(TAX_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((ITEM_AMTNET.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[48].Value = ((decimal)(ITEM_AMTNET.Value)); } else { this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((TAX_RATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[49].Value = ((decimal)(TAX_RATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((DES_ACCID == null)) { this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(DES_ACCID)); } if ((RECVPAY_ID == null)) { this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(RECVPAY_ID)); } if ((RECVPAY_TIME.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[52].Value = ((System.DateTime)(RECVPAY_TIME.Value)); } else { this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((CANCEL_BYFIN.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[53].Value = ((decimal)(CANCEL_BYFIN.Value)); } else { this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((VOUCHER_NO == null)) { this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(VOUCHER_NO)); } if ((RETAIL_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[55].Value = ((decimal)(RETAIL_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((TAX_CODE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[56].Value = ((decimal)(TAX_CODE.Value)); } else { this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } if ((CHEQUE_TYPE == null)) { this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(CHEQUE_TYPE)); } if ((ACCUINT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[58].Value = ((decimal)(ACCUINT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } if ((RETAIL_POST.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[59].Value = ((decimal)(RETAIL_POST.Value)); } else { this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } if ((RETAIL_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[60].Value = ((System.DateTime)(RETAIL_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } if ((TAXWAYKEEP.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[61].Value = ((decimal)(TAXWAYKEEP.Value)); } else { this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } if ((PRINT_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[62].Value = ((decimal)(PRINT_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } if ((PAYSLIP_NO == null)) { this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[63].Value = ((string)(PAYSLIP_NO)); } if ((SECTION_ID == null)) { this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[64].Value = ((string)(SECTION_ID)); } if ((MEMBGROUP_CODE == null)) { this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[65].Value = ((string)(MEMBGROUP_CODE)); } if ((REFENTRY_ID == null)) { this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[66].Value = ((string)(REFENTRY_ID)); } if ((TRANSDEPT_FLAG == null)) { this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[67].Value = ((string)(TRANSDEPT_FLAG)); } if ((REFENTRY_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[68].Value = ((System.DateTime)(REFENTRY_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } if ((SENDTO_SYSTEM == null)) { this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[69].Value = ((string)(SENDTO_SYSTEM)); } if ((VAT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[70].Value = ((decimal)(VAT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[71].Value = ((string)(Original_COOP_ID)); } if ((Original_SLIP_NO == null)) { throw new global::System.ArgumentNullException("Original_SLIP_NO"); } else { this.Adapter.UpdateCommand.Parameters[72].Value = ((string)(Original_SLIP_NO)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string ENTRY_ID, global::System.Nullable ENTRY_DATE, global::System.Nullable OPERATE_DATE, string FROM_SYSTEM, global::System.Nullable PAYMENT_STATUS, string CASH_TYPE, string PAYMENT_DESC, string BANK_CODE, string BANK_BRANCH, global::System.Nullable ITEMPAY_AMT, string PAY_TOWHOM, global::System.Nullable DATEON_CHQ, string MEMBER_NO, string ITEMPAYTYPE_CODE, global::System.Nullable PAY_RECV_STATUS, global::System.Nullable MEMBER_FLAG, string NONMEMBER_DETAIL, string MACHINE_ID, string CANCEL_ID, global::System.Nullable CANCEL_DATE, global::System.Nullable BANKFEE_AMT, global::System.Nullable BANKSRV_AMT, string TOFROM_ACCID, string ACCOUNT_NO, string CHEQUEBOOK_NO, global::System.Nullable CHQ_ADVFLAG, string REF_SLIPNO, string REF_SYSTEM, string FROM_ACCNO, string RECEIPT_NO, string REMARK, string FROM_BANKCODE, string FROM_BRANCHCODE, global::System.Nullable CHEQUE_STATUS, global::System.Nullable POSTTOVC_FLAG, global::System.Nullable FORACC_FLAG, global::System.Nullable LOANAPPV_AMT, global::System.Nullable NORM_AMT, global::System.Nullable SHARE_AMT, global::System.Nullable EMER_AMT, global::System.Nullable EXTRA_AMT, global::System.Nullable RECEIVE_DATE, global::System.Nullable RECEIVE_STATUS, global::System.Nullable SHARESPX_AMT, global::System.Nullable TAX_FLAG, global::System.Nullable TAX_AMT, global::System.Nullable ITEM_AMTNET, global::System.Nullable TAX_RATE, string DES_ACCID, string RECVPAY_ID, global::System.Nullable RECVPAY_TIME, global::System.Nullable CANCEL_BYFIN, string VOUCHER_NO, global::System.Nullable RETAIL_FLAG, global::System.Nullable TAX_CODE, string CHEQUE_TYPE, global::System.Nullable ACCUINT_AMT, global::System.Nullable RETAIL_POST, global::System.Nullable RETAIL_DATE, global::System.Nullable TAXWAYKEEP, global::System.Nullable PRINT_STATUS, string PAYSLIP_NO, string SECTION_ID, string MEMBGROUP_CODE, string REFENTRY_ID, string TRANSDEPT_FLAG, global::System.Nullable REFENTRY_DATE, string SENDTO_SYSTEM, global::System.Nullable VAT_AMT, string Original_COOP_ID, string Original_SLIP_NO) { return this.Update(Original_COOP_ID, Original_SLIP_NO, ENTRY_ID, ENTRY_DATE, OPERATE_DATE, FROM_SYSTEM, PAYMENT_STATUS, CASH_TYPE, PAYMENT_DESC, BANK_CODE, BANK_BRANCH, ITEMPAY_AMT, PAY_TOWHOM, DATEON_CHQ, MEMBER_NO, ITEMPAYTYPE_CODE, PAY_RECV_STATUS, MEMBER_FLAG, NONMEMBER_DETAIL, MACHINE_ID, CANCEL_ID, CANCEL_DATE, BANKFEE_AMT, BANKSRV_AMT, TOFROM_ACCID, ACCOUNT_NO, CHEQUEBOOK_NO, CHQ_ADVFLAG, REF_SLIPNO, REF_SYSTEM, FROM_ACCNO, RECEIPT_NO, REMARK, FROM_BANKCODE, FROM_BRANCHCODE, CHEQUE_STATUS, POSTTOVC_FLAG, FORACC_FLAG, LOANAPPV_AMT, NORM_AMT, SHARE_AMT, EMER_AMT, EXTRA_AMT, RECEIVE_DATE, RECEIVE_STATUS, SHARESPX_AMT, TAX_FLAG, TAX_AMT, ITEM_AMTNET, TAX_RATE, DES_ACCID, RECVPAY_ID, RECVPAY_TIME, CANCEL_BYFIN, VOUCHER_NO, RETAIL_FLAG, TAX_CODE, CHEQUE_TYPE, ACCUINT_AMT, RETAIL_POST, RETAIL_DATE, TAXWAYKEEP, PRINT_STATUS, PAYSLIP_NO, SECTION_ID, MEMBGROUP_CODE, REFENTRY_ID, TRANSDEPT_FLAG, REFENTRY_DATE, SENDTO_SYSTEM, VAT_AMT, Original_COOP_ID, Original_SLIP_NO); } } /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" + "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")] public partial class TableAdapterManager : global::System.ComponentModel.Component { private UpdateOrderOption _updateOrder; private FINSLIPTableAdapter _fINSLIPTableAdapter; 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 FINSLIPTableAdapter FINSLIPTableAdapter { get { return this._fINSLIPTableAdapter; } set { this._fINSLIPTableAdapter = 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._fINSLIPTableAdapter != null) && (this._fINSLIPTableAdapter.Connection != null))) { return this._fINSLIPTableAdapter.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._fINSLIPTableAdapter != 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._fINSLIPTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.FINSLIP.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._fINSLIPTableAdapter.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._fINSLIPTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.FINSLIP.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._fINSLIPTableAdapter.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._fINSLIPTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.FINSLIP.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._fINSLIPTableAdapter.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._fINSLIPTableAdapter != null) && (this.MatchTableAdapterConnection(this._fINSLIPTableAdapter.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 revertConnections = new global::System.Collections.Generic.Dictionary(); int result = 0; global::System.Data.DataSet backupDataSet = null; if (this.BackupDataSetBeforeUpdate) { backupDataSet = new global::System.Data.DataSet(); backupDataSet.Merge(dataSet); } try { // ---- Prepare for update ----------- // if ((this._fINSLIPTableAdapter != null)) { revertConnections.Add(this._fINSLIPTableAdapter, this._fINSLIPTableAdapter.Connection); this._fINSLIPTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._fINSLIPTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._fINSLIPTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._fINSLIPTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._fINSLIPTableAdapter.Adapter); } } // //---- Perform updates ----------- // if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) { result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); } else { result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); } result = (result + this.UpdateDeletedRows(dataSet, allChangedRows)); // //---- Commit updates ----------- // workTransaction.Commit(); if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } if ((0 < allChangedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count]; allChangedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } } catch (global::System.Exception ex) { workTransaction.Rollback(); // ---- Restore the dataset ----------- if (this.BackupDataSetBeforeUpdate) { global::System.Diagnostics.Debug.Assert((backupDataSet != null)); dataSet.Clear(); dataSet.Merge(backupDataSet); } else { if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); row.SetAdded(); } } } throw ex; } finally { if (workConnOpened) { workConnection.Close(); } if ((this._fINSLIPTableAdapter != null)) { this._fINSLIPTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._fINSLIPTableAdapter])); this._fINSLIPTableAdapter.Transaction = null; } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); for (int i = 0; (i < adapters.Length); i = (i + 1)) { global::System.Data.Common.DataAdapter adapter = adapters[i]; adapter.AcceptChangesDuringUpdate = true; } } } return result; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { if ((this._connection != null)) { return true; } if (((this.Connection == null) || (inputConnection == null))) { return true; } if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) { return true; } return false; } /// ///Update Order Option /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public enum UpdateOrderOption { InsertUpdateDelete = 0, UpdateInsertDelete = 1, } /// ///Used to sort self-referenced table's rows /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { private global::System.Data.DataRelation _relation; private int _childFirst; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) { this._relation = relation; if (childFirst) { this._childFirst = -1; } else { this._childFirst = 1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { global::System.Diagnostics.Debug.Assert((row != null)); global::System.Data.DataRow root = row; distance = 0; global::System.Collections.Generic.IDictionary traversedRows = new global::System.Collections.Generic.Dictionary(); traversedRows[row] = row; global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); } if ((distance == 0)) { traversedRows.Clear(); traversedRows[row] = row; parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); } } return root; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) { if (object.ReferenceEquals(row1, row2)) { return 0; } if ((row1 == null)) { return -1; } if ((row2 == null)) { return 1; } int distance1 = 0; global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1); int distance2 = 0; global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2); if (object.ReferenceEquals(root1, root2)) { return (this._childFirst * distance1.CompareTo(distance2)); } else { global::System.Diagnostics.Debug.Assert(((root1.Table != null) && (root2.Table != null))); if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) { return -1; } else { return 1; } } } } } } #pragma warning restore 1591