//------------------------------------------------------------------------------
//
// 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.trading.ws_sl_reprint2_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 SLSLIPPAYINDataTable tableSLSLIPPAYIN;
private SLSLIPPAYINDETDataTable tableSLSLIPPAYINDET;
private STSCALES_SLIPDataTable tableSTSCALES_SLIP;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet1() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
this.InitExpressions();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) {
this.InitExpressions();
}
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["SLSLIPPAYIN"] != null)) {
base.Tables.Add(new SLSLIPPAYINDataTable(ds.Tables["SLSLIPPAYIN"]));
}
if ((ds.Tables["SLSLIPPAYINDET"] != null)) {
base.Tables.Add(new SLSLIPPAYINDETDataTable(ds.Tables["SLSLIPPAYINDET"]));
}
if ((ds.Tables["STSCALES_SLIP"] != null)) {
base.Tables.Add(new STSCALES_SLIPDataTable(ds.Tables["STSCALES_SLIP"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
this.InitExpressions();
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public SLSLIPPAYINDataTable SLSLIPPAYIN {
get {
return this.tableSLSLIPPAYIN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public SLSLIPPAYINDETDataTable SLSLIPPAYINDET {
get {
return this.tableSLSLIPPAYINDET;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public STSCALES_SLIPDataTable STSCALES_SLIP {
get {
return this.tableSTSCALES_SLIP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet1 cln = ((DataSet1)(base.Clone()));
cln.InitVars();
cln.InitExpressions();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["SLSLIPPAYIN"] != null)) {
base.Tables.Add(new SLSLIPPAYINDataTable(ds.Tables["SLSLIPPAYIN"]));
}
if ((ds.Tables["SLSLIPPAYINDET"] != null)) {
base.Tables.Add(new SLSLIPPAYINDETDataTable(ds.Tables["SLSLIPPAYINDET"]));
}
if ((ds.Tables["STSCALES_SLIP"] != null)) {
base.Tables.Add(new STSCALES_SLIPDataTable(ds.Tables["STSCALES_SLIP"]));
}
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.tableSLSLIPPAYIN = ((SLSLIPPAYINDataTable)(base.Tables["SLSLIPPAYIN"]));
if ((initTable == true)) {
if ((this.tableSLSLIPPAYIN != null)) {
this.tableSLSLIPPAYIN.InitVars();
}
}
this.tableSLSLIPPAYINDET = ((SLSLIPPAYINDETDataTable)(base.Tables["SLSLIPPAYINDET"]));
if ((initTable == true)) {
if ((this.tableSLSLIPPAYINDET != null)) {
this.tableSLSLIPPAYINDET.InitVars();
}
}
this.tableSTSCALES_SLIP = ((STSCALES_SLIPDataTable)(base.Tables["STSCALES_SLIP"]));
if ((initTable == true)) {
if ((this.tableSTSCALES_SLIP != null)) {
this.tableSTSCALES_SLIP.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.tableSLSLIPPAYIN = new SLSLIPPAYINDataTable(false);
base.Tables.Add(this.tableSLSLIPPAYIN);
this.tableSLSLIPPAYINDET = new SLSLIPPAYINDETDataTable();
base.Tables.Add(this.tableSLSLIPPAYINDET);
this.tableSTSCALES_SLIP = new STSCALES_SLIPDataTable();
base.Tables.Add(this.tableSTSCALES_SLIP);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeSLSLIPPAYIN() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeSLSLIPPAYINDET() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeSTSCALES_SLIP() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.SLSLIPPAYIN.COMPUTE_2Column.Expression = "prename_desc + memb_name +\' \'+ memb_surname ";
this.SLSLIPPAYIN.COMPUTE_1Column.Expression = "sliptype_code";
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void SLSLIPPAYINRowChangeEventHandler(object sender, SLSLIPPAYINRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void SLSLIPPAYINDETRowChangeEventHandler(object sender, SLSLIPPAYINDETRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void STSCALES_SLIPRowChangeEventHandler(object sender, STSCALES_SLIPRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class SLSLIPPAYINDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnPAYINSLIP_NO;
private global::System.Data.DataColumn columnMEMCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnDOCUMENT_NO;
private global::System.Data.DataColumn columnSLIPTYPE_CODE;
private global::System.Data.DataColumn columnSLIP_DATE;
private global::System.Data.DataColumn columnOPERATE_DATE;
private global::System.Data.DataColumn columnSHARESTKBF_VALUE;
private global::System.Data.DataColumn columnSHARESTK_VALUE;
private global::System.Data.DataColumn columnINTACCUM_AMT;
private global::System.Data.DataColumn columnMONEYTYPE_CODE;
private global::System.Data.DataColumn columnFINBANKACC_NO;
private global::System.Data.DataColumn columnEXPENSE_BANK;
private global::System.Data.DataColumn columnEXPENSE_BRANCH;
private global::System.Data.DataColumn columnEXPENSE_ACCID;
private global::System.Data.DataColumn columnACCID_FLAG;
private global::System.Data.DataColumn columnTOFROM_ACCID;
private global::System.Data.DataColumn columnREF_SYSTEM;
private global::System.Data.DataColumn columnREF_SLIPNO;
private global::System.Data.DataColumn columnREF_SLIPAMT;
private global::System.Data.DataColumn columnSLIP_AMT;
private global::System.Data.DataColumn columnSLIP_STATUS;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnCANCEL_ID;
private global::System.Data.DataColumn columnCANCEL_DATE;
private global::System.Data.DataColumn columnFINPOST_STATUS;
private global::System.Data.DataColumn columnPOSTTOVC_FLAG;
private global::System.Data.DataColumn columnVOUCHER_NO;
private global::System.Data.DataColumn columnCANCELTOVC_FLAG;
private global::System.Data.DataColumn columnCANCELVC_NO;
private global::System.Data.DataColumn columnPRENAME_DESC;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnMEMBGROUP_CODE1;
private global::System.Data.DataColumn columnCOMPUTE_2;
private global::System.Data.DataColumn columnCOMPUTE_1;
private global::System.Data.DataColumn columndocument_no_s;
private global::System.Data.DataColumn columndocument_no_e;
private global::System.Data.DataColumn columnSLIP_DATE_S;
private global::System.Data.DataColumn columnSLIP_DATE_E;
private global::System.Data.DataColumn columncheckselect;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDataTable(bool initExpressions) {
this.TableName = "SLSLIPPAYIN";
this.BeginInit();
this.InitClass();
if ((initExpressions == true)) {
this.InitExpressions();
}
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYINDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected SLSLIPPAYINDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_IDColumn {
get {
return this.columnCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYINSLIP_NOColumn {
get {
return this.columnPAYINSLIP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMCOOP_IDColumn {
get {
return this.columnMEMCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DOCUMENT_NOColumn {
get {
return this.columnDOCUMENT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPTYPE_CODEColumn {
get {
return this.columnSLIPTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATEColumn {
get {
return this.columnSLIP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_DATEColumn {
get {
return this.columnOPERATE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTKBF_VALUEColumn {
get {
return this.columnSHARESTKBF_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTK_VALUEColumn {
get {
return this.columnSHARESTK_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTACCUM_AMTColumn {
get {
return this.columnINTACCUM_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MONEYTYPE_CODEColumn {
get {
return this.columnMONEYTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINBANKACC_NOColumn {
get {
return this.columnFINBANKACC_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BANKColumn {
get {
return this.columnEXPENSE_BANK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BRANCHColumn {
get {
return this.columnEXPENSE_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_ACCIDColumn {
get {
return this.columnEXPENSE_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCID_FLAGColumn {
get {
return this.columnACCID_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TOFROM_ACCIDColumn {
get {
return this.columnTOFROM_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_SYSTEMColumn {
get {
return this.columnREF_SYSTEM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_SLIPNOColumn {
get {
return this.columnREF_SLIPNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_SLIPAMTColumn {
get {
return this.columnREF_SLIPAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_AMTColumn {
get {
return this.columnSLIP_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_STATUSColumn {
get {
return this.columnSLIP_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_CODEColumn {
get {
return this.columnMEMBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_IDColumn {
get {
return this.columnENTRY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_DATEColumn {
get {
return this.columnENTRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_IDColumn {
get {
return this.columnCANCEL_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_DATEColumn {
get {
return this.columnCANCEL_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINPOST_STATUSColumn {
get {
return this.columnFINPOST_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSTTOVC_FLAGColumn {
get {
return this.columnPOSTTOVC_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn VOUCHER_NOColumn {
get {
return this.columnVOUCHER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCELTOVC_FLAGColumn {
get {
return this.columnCANCELTOVC_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCELVC_NOColumn {
get {
return this.columnCANCELVC_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRENAME_DESCColumn {
get {
return this.columnPRENAME_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_CODE1Column {
get {
return this.columnMEMBGROUP_CODE1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPUTE_2Column {
get {
return this.columnCOMPUTE_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPUTE_1Column {
get {
return this.columnCOMPUTE_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn document_no_sColumn {
get {
return this.columndocument_no_s;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn document_no_eColumn {
get {
return this.columndocument_no_e;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATE_SColumn {
get {
return this.columnSLIP_DATE_S;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATE_EColumn {
get {
return this.columnSLIP_DATE_E;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn checkselectColumn {
get {
return this.columncheckselect;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow this[int index] {
get {
return ((SLSLIPPAYINRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINRowChangeEventHandler SLSLIPPAYINRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINRowChangeEventHandler SLSLIPPAYINRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINRowChangeEventHandler SLSLIPPAYINRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINRowChangeEventHandler SLSLIPPAYINRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSLSLIPPAYINRow(SLSLIPPAYINRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow AddSLSLIPPAYINRow(
string COOP_ID,
string PAYINSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
decimal SHARESTKBF_VALUE,
decimal SHARESTK_VALUE,
decimal INTACCUM_AMT,
string MONEYTYPE_CODE,
string FINBANKACC_NO,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal ACCID_FLAG,
string TOFROM_ACCID,
string REF_SYSTEM,
string REF_SLIPNO,
decimal REF_SLIPAMT,
decimal SLIP_AMT,
decimal SLIP_STATUS,
string MEMBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
decimal FINPOST_STATUS,
decimal POSTTOVC_FLAG,
string VOUCHER_NO,
decimal CANCELTOVC_FLAG,
string CANCELVC_NO,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP_CODE1,
string COMPUTE_2,
string COMPUTE_1,
string document_no_s,
string document_no_e,
System.DateTime SLIP_DATE_S,
System.DateTime SLIP_DATE_E,
decimal checkselect) {
SLSLIPPAYINRow rowSLSLIPPAYINRow = ((SLSLIPPAYINRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
PAYINSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHARESTKBF_VALUE,
SHARESTK_VALUE,
INTACCUM_AMT,
MONEYTYPE_CODE,
FINBANKACC_NO,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
ACCID_FLAG,
TOFROM_ACCID,
REF_SYSTEM,
REF_SLIPNO,
REF_SLIPAMT,
SLIP_AMT,
SLIP_STATUS,
MEMBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
CANCEL_ID,
CANCEL_DATE,
FINPOST_STATUS,
POSTTOVC_FLAG,
VOUCHER_NO,
CANCELTOVC_FLAG,
CANCELVC_NO,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_CODE1,
COMPUTE_2,
COMPUTE_1,
document_no_s,
document_no_e,
SLIP_DATE_S,
SLIP_DATE_E,
checkselect};
rowSLSLIPPAYINRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYINRow);
return rowSLSLIPPAYINRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow AddSLSLIPPAYINRow(
string COOP_ID,
string PAYINSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
decimal SHARESTKBF_VALUE,
decimal SHARESTK_VALUE,
decimal INTACCUM_AMT,
string MONEYTYPE_CODE,
string FINBANKACC_NO,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal ACCID_FLAG,
string TOFROM_ACCID,
string REF_SYSTEM,
string REF_SLIPNO,
decimal REF_SLIPAMT,
decimal SLIP_AMT,
decimal SLIP_STATUS,
string MEMBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
decimal FINPOST_STATUS,
decimal POSTTOVC_FLAG,
string VOUCHER_NO,
decimal CANCELTOVC_FLAG,
string CANCELVC_NO,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP_CODE1,
string document_no_s,
string document_no_e,
System.DateTime SLIP_DATE_S,
System.DateTime SLIP_DATE_E,
decimal checkselect) {
SLSLIPPAYINRow rowSLSLIPPAYINRow = ((SLSLIPPAYINRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
PAYINSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHARESTKBF_VALUE,
SHARESTK_VALUE,
INTACCUM_AMT,
MONEYTYPE_CODE,
FINBANKACC_NO,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
ACCID_FLAG,
TOFROM_ACCID,
REF_SYSTEM,
REF_SLIPNO,
REF_SLIPAMT,
SLIP_AMT,
SLIP_STATUS,
MEMBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
CANCEL_ID,
CANCEL_DATE,
FINPOST_STATUS,
POSTTOVC_FLAG,
VOUCHER_NO,
CANCELTOVC_FLAG,
CANCELVC_NO,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_CODE1,
null,
null,
document_no_s,
document_no_e,
SLIP_DATE_S,
SLIP_DATE_E,
checkselect};
rowSLSLIPPAYINRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYINRow);
return rowSLSLIPPAYINRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow FindByCOOP_IDPAYINSLIP_NO(string COOP_ID, string PAYINSLIP_NO) {
return ((SLSLIPPAYINRow)(this.Rows.Find(new object[] {
COOP_ID,
PAYINSLIP_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
SLSLIPPAYINDataTable cln = ((SLSLIPPAYINDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new SLSLIPPAYINDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnPAYINSLIP_NO = base.Columns["PAYINSLIP_NO"];
this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnDOCUMENT_NO = base.Columns["DOCUMENT_NO"];
this.columnSLIPTYPE_CODE = base.Columns["SLIPTYPE_CODE"];
this.columnSLIP_DATE = base.Columns["SLIP_DATE"];
this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"];
this.columnSHARESTKBF_VALUE = base.Columns["SHARESTKBF_VALUE"];
this.columnSHARESTK_VALUE = base.Columns["SHARESTK_VALUE"];
this.columnINTACCUM_AMT = base.Columns["INTACCUM_AMT"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnFINBANKACC_NO = base.Columns["FINBANKACC_NO"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnACCID_FLAG = base.Columns["ACCID_FLAG"];
this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"];
this.columnREF_SYSTEM = base.Columns["REF_SYSTEM"];
this.columnREF_SLIPNO = base.Columns["REF_SLIPNO"];
this.columnREF_SLIPAMT = base.Columns["REF_SLIPAMT"];
this.columnSLIP_AMT = base.Columns["SLIP_AMT"];
this.columnSLIP_STATUS = base.Columns["SLIP_STATUS"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnCANCEL_ID = base.Columns["CANCEL_ID"];
this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"];
this.columnFINPOST_STATUS = base.Columns["FINPOST_STATUS"];
this.columnPOSTTOVC_FLAG = base.Columns["POSTTOVC_FLAG"];
this.columnVOUCHER_NO = base.Columns["VOUCHER_NO"];
this.columnCANCELTOVC_FLAG = base.Columns["CANCELTOVC_FLAG"];
this.columnCANCELVC_NO = base.Columns["CANCELVC_NO"];
this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnMEMBGROUP_CODE1 = base.Columns["MEMBGROUP_CODE1"];
this.columnCOMPUTE_2 = base.Columns["COMPUTE_2"];
this.columnCOMPUTE_1 = base.Columns["COMPUTE_1"];
this.columndocument_no_s = base.Columns["document_no_s"];
this.columndocument_no_e = base.Columns["document_no_e"];
this.columnSLIP_DATE_S = base.Columns["SLIP_DATE_S"];
this.columnSLIP_DATE_E = base.Columns["SLIP_DATE_E"];
this.columncheckselect = base.Columns["checkselect"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnPAYINSLIP_NO = new global::System.Data.DataColumn("PAYINSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYINSLIP_NO);
this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMCOOP_ID);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnDOCUMENT_NO = new global::System.Data.DataColumn("DOCUMENT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDOCUMENT_NO);
this.columnSLIPTYPE_CODE = new global::System.Data.DataColumn("SLIPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPTYPE_CODE);
this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE);
this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_DATE);
this.columnSHARESTKBF_VALUE = new global::System.Data.DataColumn("SHARESTKBF_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTKBF_VALUE);
this.columnSHARESTK_VALUE = new global::System.Data.DataColumn("SHARESTK_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTK_VALUE);
this.columnINTACCUM_AMT = new global::System.Data.DataColumn("INTACCUM_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTACCUM_AMT);
this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEYTYPE_CODE);
this.columnFINBANKACC_NO = new global::System.Data.DataColumn("FINBANKACC_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINBANKACC_NO);
this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BANK);
this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BRANCH);
this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_ACCID);
this.columnACCID_FLAG = new global::System.Data.DataColumn("ACCID_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCID_FLAG);
this.columnTOFROM_ACCID = new global::System.Data.DataColumn("TOFROM_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOFROM_ACCID);
this.columnREF_SYSTEM = new global::System.Data.DataColumn("REF_SYSTEM", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SYSTEM);
this.columnREF_SLIPNO = new global::System.Data.DataColumn("REF_SLIPNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SLIPNO);
this.columnREF_SLIPAMT = new global::System.Data.DataColumn("REF_SLIPAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SLIPAMT);
this.columnSLIP_AMT = new global::System.Data.DataColumn("SLIP_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_AMT);
this.columnSLIP_STATUS = new global::System.Data.DataColumn("SLIP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_STATUS);
this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE);
this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID);
this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_DATE);
this.columnCANCEL_ID = new global::System.Data.DataColumn("CANCEL_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_ID);
this.columnCANCEL_DATE = new global::System.Data.DataColumn("CANCEL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_DATE);
this.columnFINPOST_STATUS = new global::System.Data.DataColumn("FINPOST_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINPOST_STATUS);
this.columnPOSTTOVC_FLAG = new global::System.Data.DataColumn("POSTTOVC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTTOVC_FLAG);
this.columnVOUCHER_NO = new global::System.Data.DataColumn("VOUCHER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVOUCHER_NO);
this.columnCANCELTOVC_FLAG = new global::System.Data.DataColumn("CANCELTOVC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCELTOVC_FLAG);
this.columnCANCELVC_NO = new global::System.Data.DataColumn("CANCELVC_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCELVC_NO);
this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_DESC);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnMEMBGROUP_CODE1 = new global::System.Data.DataColumn("MEMBGROUP_CODE1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE1);
this.columnCOMPUTE_2 = new global::System.Data.DataColumn("COMPUTE_2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPUTE_2);
this.columnCOMPUTE_1 = new global::System.Data.DataColumn("COMPUTE_1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPUTE_1);
this.columndocument_no_s = new global::System.Data.DataColumn("document_no_s", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndocument_no_s);
this.columndocument_no_e = new global::System.Data.DataColumn("document_no_e", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndocument_no_e);
this.columnSLIP_DATE_S = new global::System.Data.DataColumn("SLIP_DATE_S", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE_S);
this.columnSLIP_DATE_E = new global::System.Data.DataColumn("SLIP_DATE_E", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE_E);
this.columncheckselect = new global::System.Data.DataColumn("checkselect", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncheckselect);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnPAYINSLIP_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnPAYINSLIP_NO.AllowDBNull = false;
this.columnPAYINSLIP_NO.MaxLength = 10;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.MaxLength = 8;
this.columnDOCUMENT_NO.MaxLength = 15;
this.columnSLIPTYPE_CODE.MaxLength = 3;
this.columnMONEYTYPE_CODE.MaxLength = 3;
this.columnFINBANKACC_NO.MaxLength = 15;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnTOFROM_ACCID.MaxLength = 15;
this.columnREF_SYSTEM.MaxLength = 15;
this.columnREF_SLIPNO.MaxLength = 15;
this.columnMEMBGROUP_CODE.MaxLength = 8;
this.columnENTRY_ID.MaxLength = 32;
this.columnCANCEL_ID.MaxLength = 32;
this.columnVOUCHER_NO.MaxLength = 15;
this.columnCANCELVC_NO.MaxLength = 15;
this.columnPRENAME_DESC.MaxLength = 30;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columnMEMBGROUP_CODE1.MaxLength = 8;
this.columnCOMPUTE_2.ReadOnly = true;
this.columnCOMPUTE_1.ReadOnly = true;
this.columndocument_no_s.ReadOnly = true;
this.columndocument_no_e.ReadOnly = true;
this.columnSLIP_DATE_S.ReadOnly = true;
this.columnSLIP_DATE_E.ReadOnly = true;
this.columncheckselect.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow NewSLSLIPPAYINRow() {
return ((SLSLIPPAYINRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new SLSLIPPAYINRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(SLSLIPPAYINRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.COMPUTE_2Column.Expression = "prename_desc + memb_name +\' \'+ memb_surname ";
this.COMPUTE_1Column.Expression = "sliptype_code";
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.SLSLIPPAYINRowChanged != null)) {
this.SLSLIPPAYINRowChanged(this, new SLSLIPPAYINRowChangeEvent(((SLSLIPPAYINRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.SLSLIPPAYINRowChanging != null)) {
this.SLSLIPPAYINRowChanging(this, new SLSLIPPAYINRowChangeEvent(((SLSLIPPAYINRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.SLSLIPPAYINRowDeleted != null)) {
this.SLSLIPPAYINRowDeleted(this, new SLSLIPPAYINRowChangeEvent(((SLSLIPPAYINRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.SLSLIPPAYINRowDeleting != null)) {
this.SLSLIPPAYINRowDeleting(this, new SLSLIPPAYINRowChangeEvent(((SLSLIPPAYINRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSLSLIPPAYINRow(SLSLIPPAYINRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "SLSLIPPAYINDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class SLSLIPPAYINDETDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnPAYINSLIP_NO;
private global::System.Data.DataColumn columnSLIPITEMTYPE_CODE;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnOPERATE_FLAG;
private global::System.Data.DataColumn columnSHRLONTYPE_CODE;
private global::System.Data.DataColumn columnCONCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnSLIPITEM_DESC;
private global::System.Data.DataColumn columnPERIODCOUNT_FLAG;
private global::System.Data.DataColumn columnPERIOD;
private global::System.Data.DataColumn columnPRINCIPAL_PAYAMT;
private global::System.Data.DataColumn columnINTEREST_PAYAMT;
private global::System.Data.DataColumn columnINTARREAR_PAYAMT;
private global::System.Data.DataColumn columnITEM_PAYAMT;
private global::System.Data.DataColumn columnITEM_BALANCE;
private global::System.Data.DataColumn columnPRNCALINT_AMT;
private global::System.Data.DataColumn columnCALINT_FROM;
private global::System.Data.DataColumn columnCALINT_TO;
private global::System.Data.DataColumn columnINTEREST_PERIOD;
private global::System.Data.DataColumn columnINTEREST_RETURN;
private global::System.Data.DataColumn columnSTM_ITEMTYPE;
private global::System.Data.DataColumn columnBFPERIOD;
private global::System.Data.DataColumn columnBFINTARR_AMT;
private global::System.Data.DataColumn columnBFINTARRSET_AMT;
private global::System.Data.DataColumn columnBFLASTCALINT_DATE;
private global::System.Data.DataColumn columnBFLASTPROC_DATE;
private global::System.Data.DataColumn columnBFLASTPAY_DATE;
private global::System.Data.DataColumn columnBFWITHDRAW_AMT;
private global::System.Data.DataColumn columnBFPERIOD_PAYMENT;
private global::System.Data.DataColumn columnBFSHRCONT_BALAMT;
private global::System.Data.DataColumn columnBFSHRCONT_STATUS;
private global::System.Data.DataColumn columnBFCONTLAW_STATUS;
private global::System.Data.DataColumn columnBFCOUNTPAY_FLAG;
private global::System.Data.DataColumn columnBFPAYSPEC_METHOD;
private global::System.Data.DataColumn columnRKEEP_PRINCIPAL;
private global::System.Data.DataColumn columnRKEEP_INTEREST;
private global::System.Data.DataColumn columnNKEEP_INTEREST;
private global::System.Data.DataColumn columnBFINTRETURN_FLAG;
private global::System.Data.DataColumn columnBFINTRETURN_AMT;
private global::System.Data.DataColumn columnBFPXAFTERMTHKEEP_TYPE;
private global::System.Data.DataColumn columnREF_DOCNO;
private global::System.Data.DataColumn columnFINEYEAR_ARREAR;
private global::System.Data.DataColumn columnINYEAR_ARREAR;
private global::System.Data.DataColumn columnBFFINE_ARREAR;
private global::System.Data.DataColumn columnFINE_PERIOD;
private global::System.Data.DataColumn columnINT_ARREAR;
private global::System.Data.DataColumn columnFINE_ARREAR;
private global::System.Data.DataColumn columnINTEREST_PAY;
private global::System.Data.DataColumn columnINT_COMPENSATE;
private global::System.Data.DataColumn columnMEMCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnDOCUMENT_NO;
private global::System.Data.DataColumn columnSLIPTYPE_CODE;
private global::System.Data.DataColumn columnSLIP_DATE;
private global::System.Data.DataColumn columnOPERATE_DATE;
private global::System.Data.DataColumn columnSHARESTKBF_VALUE;
private global::System.Data.DataColumn columnSHARESTK_VALUE;
private global::System.Data.DataColumn columnINTACCUM_AMT;
private global::System.Data.DataColumn columnMONEYTYPE_CODE;
private global::System.Data.DataColumn columnFINBANKACC_NO;
private global::System.Data.DataColumn columnEXPENSE_BANK;
private global::System.Data.DataColumn columnEXPENSE_BRANCH;
private global::System.Data.DataColumn columnEXPENSE_ACCID;
private global::System.Data.DataColumn columnACCID_FLAG;
private global::System.Data.DataColumn columnTOFROM_ACCID;
private global::System.Data.DataColumn columnREF_SYSTEM;
private global::System.Data.DataColumn columnREF_SLIPNO;
private global::System.Data.DataColumn columnREF_SLIPAMT;
private global::System.Data.DataColumn columnSLIP_AMT;
private global::System.Data.DataColumn columnSLIP_STATUS;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnENTRY_BYCOOPID;
private global::System.Data.DataColumn columnCANCEL_ID;
private global::System.Data.DataColumn columnCANCEL_DATE;
private global::System.Data.DataColumn columnFINPOST_STATUS;
private global::System.Data.DataColumn columnPOSTTOVC_FLAG;
private global::System.Data.DataColumn columnVOUCHER_NO;
private global::System.Data.DataColumn columnCANCELTOVC_FLAG;
private global::System.Data.DataColumn columnCANCELVC_NO;
private global::System.Data.DataColumn columnPOST_TOFIN;
private global::System.Data.DataColumn columnCOOP_ID1;
private global::System.Data.DataColumn columnPAYINSLIP_NO1;
private global::System.Data.DataColumn columncheckselect;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETDataTable() {
this.TableName = "SLSLIPPAYINDET";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYINDETDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected SLSLIPPAYINDETDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_IDColumn {
get {
return this.columnCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYINSLIP_NOColumn {
get {
return this.columnPAYINSLIP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPITEMTYPE_CODEColumn {
get {
return this.columnSLIPITEMTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_FLAGColumn {
get {
return this.columnOPERATE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHRLONTYPE_CODEColumn {
get {
return this.columnSHRLONTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONCOOP_IDColumn {
get {
return this.columnCONCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPITEM_DESCColumn {
get {
return this.columnSLIPITEM_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODCOUNT_FLAGColumn {
get {
return this.columnPERIODCOUNT_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODColumn {
get {
return this.columnPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_PAYAMTColumn {
get {
return this.columnPRINCIPAL_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PAYAMTColumn {
get {
return this.columnINTEREST_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTARREAR_PAYAMTColumn {
get {
return this.columnINTARREAR_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ITEM_PAYAMTColumn {
get {
return this.columnITEM_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ITEM_BALANCEColumn {
get {
return this.columnITEM_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRNCALINT_AMTColumn {
get {
return this.columnPRNCALINT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_FROMColumn {
get {
return this.columnCALINT_FROM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_TOColumn {
get {
return this.columnCALINT_TO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PERIODColumn {
get {
return this.columnINTEREST_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_RETURNColumn {
get {
return this.columnINTEREST_RETURN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STM_ITEMTYPEColumn {
get {
return this.columnSTM_ITEMTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPERIODColumn {
get {
return this.columnBFPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTARR_AMTColumn {
get {
return this.columnBFINTARR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTARRSET_AMTColumn {
get {
return this.columnBFINTARRSET_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTCALINT_DATEColumn {
get {
return this.columnBFLASTCALINT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTPROC_DATEColumn {
get {
return this.columnBFLASTPROC_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTPAY_DATEColumn {
get {
return this.columnBFLASTPAY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFWITHDRAW_AMTColumn {
get {
return this.columnBFWITHDRAW_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPERIOD_PAYMENTColumn {
get {
return this.columnBFPERIOD_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFSHRCONT_BALAMTColumn {
get {
return this.columnBFSHRCONT_BALAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFSHRCONT_STATUSColumn {
get {
return this.columnBFSHRCONT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTLAW_STATUSColumn {
get {
return this.columnBFCONTLAW_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCOUNTPAY_FLAGColumn {
get {
return this.columnBFCOUNTPAY_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPAYSPEC_METHODColumn {
get {
return this.columnBFPAYSPEC_METHOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RKEEP_PRINCIPALColumn {
get {
return this.columnRKEEP_PRINCIPAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RKEEP_INTERESTColumn {
get {
return this.columnRKEEP_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NKEEP_INTERESTColumn {
get {
return this.columnNKEEP_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTRETURN_FLAGColumn {
get {
return this.columnBFINTRETURN_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTRETURN_AMTColumn {
get {
return this.columnBFINTRETURN_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPXAFTERMTHKEEP_TYPEColumn {
get {
return this.columnBFPXAFTERMTHKEEP_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_DOCNOColumn {
get {
return this.columnREF_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINEYEAR_ARREARColumn {
get {
return this.columnFINEYEAR_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INYEAR_ARREARColumn {
get {
return this.columnINYEAR_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFFINE_ARREARColumn {
get {
return this.columnBFFINE_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINE_PERIODColumn {
get {
return this.columnFINE_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_ARREARColumn {
get {
return this.columnINT_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINE_ARREARColumn {
get {
return this.columnFINE_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PAYColumn {
get {
return this.columnINTEREST_PAY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_COMPENSATEColumn {
get {
return this.columnINT_COMPENSATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMCOOP_IDColumn {
get {
return this.columnMEMCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DOCUMENT_NOColumn {
get {
return this.columnDOCUMENT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIPTYPE_CODEColumn {
get {
return this.columnSLIPTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATEColumn {
get {
return this.columnSLIP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_DATEColumn {
get {
return this.columnOPERATE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTKBF_VALUEColumn {
get {
return this.columnSHARESTKBF_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTK_VALUEColumn {
get {
return this.columnSHARESTK_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTACCUM_AMTColumn {
get {
return this.columnINTACCUM_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MONEYTYPE_CODEColumn {
get {
return this.columnMONEYTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINBANKACC_NOColumn {
get {
return this.columnFINBANKACC_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BANKColumn {
get {
return this.columnEXPENSE_BANK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BRANCHColumn {
get {
return this.columnEXPENSE_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_ACCIDColumn {
get {
return this.columnEXPENSE_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCID_FLAGColumn {
get {
return this.columnACCID_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TOFROM_ACCIDColumn {
get {
return this.columnTOFROM_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_SYSTEMColumn {
get {
return this.columnREF_SYSTEM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_SLIPNOColumn {
get {
return this.columnREF_SLIPNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_SLIPAMTColumn {
get {
return this.columnREF_SLIPAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_AMTColumn {
get {
return this.columnSLIP_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_STATUSColumn {
get {
return this.columnSLIP_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_CODEColumn {
get {
return this.columnMEMBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_IDColumn {
get {
return this.columnENTRY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_DATEColumn {
get {
return this.columnENTRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_BYCOOPIDColumn {
get {
return this.columnENTRY_BYCOOPID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_IDColumn {
get {
return this.columnCANCEL_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_DATEColumn {
get {
return this.columnCANCEL_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINPOST_STATUSColumn {
get {
return this.columnFINPOST_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSTTOVC_FLAGColumn {
get {
return this.columnPOSTTOVC_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn VOUCHER_NOColumn {
get {
return this.columnVOUCHER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCELTOVC_FLAGColumn {
get {
return this.columnCANCELTOVC_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCELVC_NOColumn {
get {
return this.columnCANCELVC_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POST_TOFINColumn {
get {
return this.columnPOST_TOFIN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_ID1Column {
get {
return this.columnCOOP_ID1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYINSLIP_NO1Column {
get {
return this.columnPAYINSLIP_NO1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn checkselectColumn {
get {
return this.columncheckselect;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETRow this[int index] {
get {
return ((SLSLIPPAYINDETRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSLSLIPPAYINDETRow(SLSLIPPAYINDETRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETRow AddSLSLIPPAYINDETRow(
string COOP_ID,
string PAYINSLIP_NO,
string SLIPITEMTYPE_CODE,
decimal SEQ_NO,
decimal OPERATE_FLAG,
string SHRLONTYPE_CODE,
string CONCOOP_ID,
string LOANCONTRACT_NO,
string SLIPITEM_DESC,
decimal PERIODCOUNT_FLAG,
decimal PERIOD,
decimal PRINCIPAL_PAYAMT,
decimal INTEREST_PAYAMT,
decimal INTARREAR_PAYAMT,
decimal ITEM_PAYAMT,
decimal ITEM_BALANCE,
decimal PRNCALINT_AMT,
System.DateTime CALINT_FROM,
System.DateTime CALINT_TO,
decimal INTEREST_PERIOD,
decimal INTEREST_RETURN,
string STM_ITEMTYPE,
decimal BFPERIOD,
decimal BFINTARR_AMT,
decimal BFINTARRSET_AMT,
System.DateTime BFLASTCALINT_DATE,
System.DateTime BFLASTPROC_DATE,
System.DateTime BFLASTPAY_DATE,
decimal BFWITHDRAW_AMT,
decimal BFPERIOD_PAYMENT,
decimal BFSHRCONT_BALAMT,
decimal BFSHRCONT_STATUS,
decimal BFCONTLAW_STATUS,
decimal BFCOUNTPAY_FLAG,
decimal BFPAYSPEC_METHOD,
decimal RKEEP_PRINCIPAL,
decimal RKEEP_INTEREST,
decimal NKEEP_INTEREST,
decimal BFINTRETURN_FLAG,
decimal BFINTRETURN_AMT,
decimal BFPXAFTERMTHKEEP_TYPE,
string REF_DOCNO,
decimal FINEYEAR_ARREAR,
decimal INYEAR_ARREAR,
decimal BFFINE_ARREAR,
decimal FINE_PERIOD,
decimal INT_ARREAR,
decimal FINE_ARREAR,
decimal INTEREST_PAY,
decimal INT_COMPENSATE,
string MEMCOOP_ID,
string MEMBER_NO,
string DOCUMENT_NO,
string SLIPTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
decimal SHARESTKBF_VALUE,
decimal SHARESTK_VALUE,
decimal INTACCUM_AMT,
string MONEYTYPE_CODE,
string FINBANKACC_NO,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal ACCID_FLAG,
string TOFROM_ACCID,
string REF_SYSTEM,
string REF_SLIPNO,
decimal REF_SLIPAMT,
decimal SLIP_AMT,
decimal SLIP_STATUS,
string MEMBGROUP_CODE,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string ENTRY_BYCOOPID,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
decimal FINPOST_STATUS,
decimal POSTTOVC_FLAG,
string VOUCHER_NO,
decimal CANCELTOVC_FLAG,
string CANCELVC_NO,
decimal POST_TOFIN,
string COOP_ID1,
string PAYINSLIP_NO1,
decimal checkselect) {
SLSLIPPAYINDETRow rowSLSLIPPAYINDETRow = ((SLSLIPPAYINDETRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
PAYINSLIP_NO,
SLIPITEMTYPE_CODE,
SEQ_NO,
OPERATE_FLAG,
SHRLONTYPE_CODE,
CONCOOP_ID,
LOANCONTRACT_NO,
SLIPITEM_DESC,
PERIODCOUNT_FLAG,
PERIOD,
PRINCIPAL_PAYAMT,
INTEREST_PAYAMT,
INTARREAR_PAYAMT,
ITEM_PAYAMT,
ITEM_BALANCE,
PRNCALINT_AMT,
CALINT_FROM,
CALINT_TO,
INTEREST_PERIOD,
INTEREST_RETURN,
STM_ITEMTYPE,
BFPERIOD,
BFINTARR_AMT,
BFINTARRSET_AMT,
BFLASTCALINT_DATE,
BFLASTPROC_DATE,
BFLASTPAY_DATE,
BFWITHDRAW_AMT,
BFPERIOD_PAYMENT,
BFSHRCONT_BALAMT,
BFSHRCONT_STATUS,
BFCONTLAW_STATUS,
BFCOUNTPAY_FLAG,
BFPAYSPEC_METHOD,
RKEEP_PRINCIPAL,
RKEEP_INTEREST,
NKEEP_INTEREST,
BFINTRETURN_FLAG,
BFINTRETURN_AMT,
BFPXAFTERMTHKEEP_TYPE,
REF_DOCNO,
FINEYEAR_ARREAR,
INYEAR_ARREAR,
BFFINE_ARREAR,
FINE_PERIOD,
INT_ARREAR,
FINE_ARREAR,
INTEREST_PAY,
INT_COMPENSATE,
MEMCOOP_ID,
MEMBER_NO,
DOCUMENT_NO,
SLIPTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
SHARESTKBF_VALUE,
SHARESTK_VALUE,
INTACCUM_AMT,
MONEYTYPE_CODE,
FINBANKACC_NO,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
ACCID_FLAG,
TOFROM_ACCID,
REF_SYSTEM,
REF_SLIPNO,
REF_SLIPAMT,
SLIP_AMT,
SLIP_STATUS,
MEMBGROUP_CODE,
ENTRY_ID,
ENTRY_DATE,
ENTRY_BYCOOPID,
CANCEL_ID,
CANCEL_DATE,
FINPOST_STATUS,
POSTTOVC_FLAG,
VOUCHER_NO,
CANCELTOVC_FLAG,
CANCELVC_NO,
POST_TOFIN,
COOP_ID1,
PAYINSLIP_NO1,
checkselect};
rowSLSLIPPAYINDETRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSLSLIPPAYINDETRow);
return rowSLSLIPPAYINDETRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETRow FindByCOOP_IDPAYINSLIP_NOSLIPITEMTYPE_CODESEQ_NO(string COOP_ID, string PAYINSLIP_NO, string SLIPITEMTYPE_CODE, decimal SEQ_NO) {
return ((SLSLIPPAYINDETRow)(this.Rows.Find(new object[] {
COOP_ID,
PAYINSLIP_NO,
SLIPITEMTYPE_CODE,
SEQ_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
SLSLIPPAYINDETDataTable cln = ((SLSLIPPAYINDETDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new SLSLIPPAYINDETDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnPAYINSLIP_NO = base.Columns["PAYINSLIP_NO"];
this.columnSLIPITEMTYPE_CODE = base.Columns["SLIPITEMTYPE_CODE"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnOPERATE_FLAG = base.Columns["OPERATE_FLAG"];
this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"];
this.columnCONCOOP_ID = base.Columns["CONCOOP_ID"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnSLIPITEM_DESC = base.Columns["SLIPITEM_DESC"];
this.columnPERIODCOUNT_FLAG = base.Columns["PERIODCOUNT_FLAG"];
this.columnPERIOD = base.Columns["PERIOD"];
this.columnPRINCIPAL_PAYAMT = base.Columns["PRINCIPAL_PAYAMT"];
this.columnINTEREST_PAYAMT = base.Columns["INTEREST_PAYAMT"];
this.columnINTARREAR_PAYAMT = base.Columns["INTARREAR_PAYAMT"];
this.columnITEM_PAYAMT = base.Columns["ITEM_PAYAMT"];
this.columnITEM_BALANCE = base.Columns["ITEM_BALANCE"];
this.columnPRNCALINT_AMT = base.Columns["PRNCALINT_AMT"];
this.columnCALINT_FROM = base.Columns["CALINT_FROM"];
this.columnCALINT_TO = base.Columns["CALINT_TO"];
this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"];
this.columnINTEREST_RETURN = base.Columns["INTEREST_RETURN"];
this.columnSTM_ITEMTYPE = base.Columns["STM_ITEMTYPE"];
this.columnBFPERIOD = base.Columns["BFPERIOD"];
this.columnBFINTARR_AMT = base.Columns["BFINTARR_AMT"];
this.columnBFINTARRSET_AMT = base.Columns["BFINTARRSET_AMT"];
this.columnBFLASTCALINT_DATE = base.Columns["BFLASTCALINT_DATE"];
this.columnBFLASTPROC_DATE = base.Columns["BFLASTPROC_DATE"];
this.columnBFLASTPAY_DATE = base.Columns["BFLASTPAY_DATE"];
this.columnBFWITHDRAW_AMT = base.Columns["BFWITHDRAW_AMT"];
this.columnBFPERIOD_PAYMENT = base.Columns["BFPERIOD_PAYMENT"];
this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"];
this.columnBFSHRCONT_STATUS = base.Columns["BFSHRCONT_STATUS"];
this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"];
this.columnBFCOUNTPAY_FLAG = base.Columns["BFCOUNTPAY_FLAG"];
this.columnBFPAYSPEC_METHOD = base.Columns["BFPAYSPEC_METHOD"];
this.columnRKEEP_PRINCIPAL = base.Columns["RKEEP_PRINCIPAL"];
this.columnRKEEP_INTEREST = base.Columns["RKEEP_INTEREST"];
this.columnNKEEP_INTEREST = base.Columns["NKEEP_INTEREST"];
this.columnBFINTRETURN_FLAG = base.Columns["BFINTRETURN_FLAG"];
this.columnBFINTRETURN_AMT = base.Columns["BFINTRETURN_AMT"];
this.columnBFPXAFTERMTHKEEP_TYPE = base.Columns["BFPXAFTERMTHKEEP_TYPE"];
this.columnREF_DOCNO = base.Columns["REF_DOCNO"];
this.columnFINEYEAR_ARREAR = base.Columns["FINEYEAR_ARREAR"];
this.columnINYEAR_ARREAR = base.Columns["INYEAR_ARREAR"];
this.columnBFFINE_ARREAR = base.Columns["BFFINE_ARREAR"];
this.columnFINE_PERIOD = base.Columns["FINE_PERIOD"];
this.columnINT_ARREAR = base.Columns["INT_ARREAR"];
this.columnFINE_ARREAR = base.Columns["FINE_ARREAR"];
this.columnINTEREST_PAY = base.Columns["INTEREST_PAY"];
this.columnINT_COMPENSATE = base.Columns["INT_COMPENSATE"];
this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnDOCUMENT_NO = base.Columns["DOCUMENT_NO"];
this.columnSLIPTYPE_CODE = base.Columns["SLIPTYPE_CODE"];
this.columnSLIP_DATE = base.Columns["SLIP_DATE"];
this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"];
this.columnSHARESTKBF_VALUE = base.Columns["SHARESTKBF_VALUE"];
this.columnSHARESTK_VALUE = base.Columns["SHARESTK_VALUE"];
this.columnINTACCUM_AMT = base.Columns["INTACCUM_AMT"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnFINBANKACC_NO = base.Columns["FINBANKACC_NO"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnACCID_FLAG = base.Columns["ACCID_FLAG"];
this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"];
this.columnREF_SYSTEM = base.Columns["REF_SYSTEM"];
this.columnREF_SLIPNO = base.Columns["REF_SLIPNO"];
this.columnREF_SLIPAMT = base.Columns["REF_SLIPAMT"];
this.columnSLIP_AMT = base.Columns["SLIP_AMT"];
this.columnSLIP_STATUS = base.Columns["SLIP_STATUS"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnENTRY_BYCOOPID = base.Columns["ENTRY_BYCOOPID"];
this.columnCANCEL_ID = base.Columns["CANCEL_ID"];
this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"];
this.columnFINPOST_STATUS = base.Columns["FINPOST_STATUS"];
this.columnPOSTTOVC_FLAG = base.Columns["POSTTOVC_FLAG"];
this.columnVOUCHER_NO = base.Columns["VOUCHER_NO"];
this.columnCANCELTOVC_FLAG = base.Columns["CANCELTOVC_FLAG"];
this.columnCANCELVC_NO = base.Columns["CANCELVC_NO"];
this.columnPOST_TOFIN = base.Columns["POST_TOFIN"];
this.columnCOOP_ID1 = base.Columns["COOP_ID1"];
this.columnPAYINSLIP_NO1 = base.Columns["PAYINSLIP_NO1"];
this.columncheckselect = base.Columns["checkselect"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnPAYINSLIP_NO = new global::System.Data.DataColumn("PAYINSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYINSLIP_NO);
this.columnSLIPITEMTYPE_CODE = new global::System.Data.DataColumn("SLIPITEMTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPITEMTYPE_CODE);
this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnOPERATE_FLAG = new global::System.Data.DataColumn("OPERATE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_FLAG);
this.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHRLONTYPE_CODE);
this.columnCONCOOP_ID = new global::System.Data.DataColumn("CONCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONCOOP_ID);
this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnSLIPITEM_DESC = new global::System.Data.DataColumn("SLIPITEM_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPITEM_DESC);
this.columnPERIODCOUNT_FLAG = new global::System.Data.DataColumn("PERIODCOUNT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODCOUNT_FLAG);
this.columnPERIOD = new global::System.Data.DataColumn("PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD);
this.columnPRINCIPAL_PAYAMT = new global::System.Data.DataColumn("PRINCIPAL_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_PAYAMT);
this.columnINTEREST_PAYAMT = new global::System.Data.DataColumn("INTEREST_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PAYAMT);
this.columnINTARREAR_PAYAMT = new global::System.Data.DataColumn("INTARREAR_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTARREAR_PAYAMT);
this.columnITEM_PAYAMT = new global::System.Data.DataColumn("ITEM_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnITEM_PAYAMT);
this.columnITEM_BALANCE = new global::System.Data.DataColumn("ITEM_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnITEM_BALANCE);
this.columnPRNCALINT_AMT = new global::System.Data.DataColumn("PRNCALINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRNCALINT_AMT);
this.columnCALINT_FROM = new global::System.Data.DataColumn("CALINT_FROM", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_FROM);
this.columnCALINT_TO = new global::System.Data.DataColumn("CALINT_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_TO);
this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PERIOD);
this.columnINTEREST_RETURN = new global::System.Data.DataColumn("INTEREST_RETURN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_RETURN);
this.columnSTM_ITEMTYPE = new global::System.Data.DataColumn("STM_ITEMTYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTM_ITEMTYPE);
this.columnBFPERIOD = new global::System.Data.DataColumn("BFPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPERIOD);
this.columnBFINTARR_AMT = new global::System.Data.DataColumn("BFINTARR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTARR_AMT);
this.columnBFINTARRSET_AMT = new global::System.Data.DataColumn("BFINTARRSET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTARRSET_AMT);
this.columnBFLASTCALINT_DATE = new global::System.Data.DataColumn("BFLASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTCALINT_DATE);
this.columnBFLASTPROC_DATE = new global::System.Data.DataColumn("BFLASTPROC_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTPROC_DATE);
this.columnBFLASTPAY_DATE = new global::System.Data.DataColumn("BFLASTPAY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTPAY_DATE);
this.columnBFWITHDRAW_AMT = new global::System.Data.DataColumn("BFWITHDRAW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFWITHDRAW_AMT);
this.columnBFPERIOD_PAYMENT = new global::System.Data.DataColumn("BFPERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPERIOD_PAYMENT);
this.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHRCONT_BALAMT);
this.columnBFSHRCONT_STATUS = new global::System.Data.DataColumn("BFSHRCONT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFSHRCONT_STATUS);
this.columnBFCONTLAW_STATUS = new global::System.Data.DataColumn("BFCONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTLAW_STATUS);
this.columnBFCOUNTPAY_FLAG = new global::System.Data.DataColumn("BFCOUNTPAY_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCOUNTPAY_FLAG);
this.columnBFPAYSPEC_METHOD = new global::System.Data.DataColumn("BFPAYSPEC_METHOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPAYSPEC_METHOD);
this.columnRKEEP_PRINCIPAL = new global::System.Data.DataColumn("RKEEP_PRINCIPAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRKEEP_PRINCIPAL);
this.columnRKEEP_INTEREST = new global::System.Data.DataColumn("RKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRKEEP_INTEREST);
this.columnNKEEP_INTEREST = new global::System.Data.DataColumn("NKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNKEEP_INTEREST);
this.columnBFINTRETURN_FLAG = new global::System.Data.DataColumn("BFINTRETURN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTRETURN_FLAG);
this.columnBFINTRETURN_AMT = new global::System.Data.DataColumn("BFINTRETURN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTRETURN_AMT);
this.columnBFPXAFTERMTHKEEP_TYPE = new global::System.Data.DataColumn("BFPXAFTERMTHKEEP_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPXAFTERMTHKEEP_TYPE);
this.columnREF_DOCNO = new global::System.Data.DataColumn("REF_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_DOCNO);
this.columnFINEYEAR_ARREAR = new global::System.Data.DataColumn("FINEYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINEYEAR_ARREAR);
this.columnINYEAR_ARREAR = new global::System.Data.DataColumn("INYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINYEAR_ARREAR);
this.columnBFFINE_ARREAR = new global::System.Data.DataColumn("BFFINE_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFFINE_ARREAR);
this.columnFINE_PERIOD = new global::System.Data.DataColumn("FINE_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINE_PERIOD);
this.columnINT_ARREAR = new global::System.Data.DataColumn("INT_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_ARREAR);
this.columnFINE_ARREAR = new global::System.Data.DataColumn("FINE_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINE_ARREAR);
this.columnINTEREST_PAY = new global::System.Data.DataColumn("INTEREST_PAY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PAY);
this.columnINT_COMPENSATE = new global::System.Data.DataColumn("INT_COMPENSATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_COMPENSATE);
this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMCOOP_ID);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnDOCUMENT_NO = new global::System.Data.DataColumn("DOCUMENT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDOCUMENT_NO);
this.columnSLIPTYPE_CODE = new global::System.Data.DataColumn("SLIPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIPTYPE_CODE);
this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE);
this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_DATE);
this.columnSHARESTKBF_VALUE = new global::System.Data.DataColumn("SHARESTKBF_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTKBF_VALUE);
this.columnSHARESTK_VALUE = new global::System.Data.DataColumn("SHARESTK_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTK_VALUE);
this.columnINTACCUM_AMT = new global::System.Data.DataColumn("INTACCUM_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTACCUM_AMT);
this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEYTYPE_CODE);
this.columnFINBANKACC_NO = new global::System.Data.DataColumn("FINBANKACC_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINBANKACC_NO);
this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BANK);
this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BRANCH);
this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_ACCID);
this.columnACCID_FLAG = new global::System.Data.DataColumn("ACCID_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCID_FLAG);
this.columnTOFROM_ACCID = new global::System.Data.DataColumn("TOFROM_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOFROM_ACCID);
this.columnREF_SYSTEM = new global::System.Data.DataColumn("REF_SYSTEM", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SYSTEM);
this.columnREF_SLIPNO = new global::System.Data.DataColumn("REF_SLIPNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SLIPNO);
this.columnREF_SLIPAMT = new global::System.Data.DataColumn("REF_SLIPAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SLIPAMT);
this.columnSLIP_AMT = new global::System.Data.DataColumn("SLIP_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_AMT);
this.columnSLIP_STATUS = new global::System.Data.DataColumn("SLIP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_STATUS);
this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE);
this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID);
this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_DATE);
this.columnENTRY_BYCOOPID = new global::System.Data.DataColumn("ENTRY_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_BYCOOPID);
this.columnCANCEL_ID = new global::System.Data.DataColumn("CANCEL_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_ID);
this.columnCANCEL_DATE = new global::System.Data.DataColumn("CANCEL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_DATE);
this.columnFINPOST_STATUS = new global::System.Data.DataColumn("FINPOST_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINPOST_STATUS);
this.columnPOSTTOVC_FLAG = new global::System.Data.DataColumn("POSTTOVC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTTOVC_FLAG);
this.columnVOUCHER_NO = new global::System.Data.DataColumn("VOUCHER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVOUCHER_NO);
this.columnCANCELTOVC_FLAG = new global::System.Data.DataColumn("CANCELTOVC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCELTOVC_FLAG);
this.columnCANCELVC_NO = new global::System.Data.DataColumn("CANCELVC_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCELVC_NO);
this.columnPOST_TOFIN = new global::System.Data.DataColumn("POST_TOFIN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOST_TOFIN);
this.columnCOOP_ID1 = new global::System.Data.DataColumn("COOP_ID1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID1);
this.columnPAYINSLIP_NO1 = new global::System.Data.DataColumn("PAYINSLIP_NO1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYINSLIP_NO1);
this.columncheckselect = new global::System.Data.DataColumn("checkselect", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncheckselect);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnPAYINSLIP_NO,
this.columnSLIPITEMTYPE_CODE,
this.columnSEQ_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnPAYINSLIP_NO.AllowDBNull = false;
this.columnPAYINSLIP_NO.MaxLength = 10;
this.columnSLIPITEMTYPE_CODE.AllowDBNull = false;
this.columnSLIPITEMTYPE_CODE.MaxLength = 3;
this.columnSEQ_NO.AllowDBNull = false;
this.columnSHRLONTYPE_CODE.MaxLength = 2;
this.columnCONCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnSLIPITEM_DESC.MaxLength = 100;
this.columnSTM_ITEMTYPE.MaxLength = 3;
this.columnREF_DOCNO.MaxLength = 15;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.MaxLength = 8;
this.columnDOCUMENT_NO.MaxLength = 15;
this.columnSLIPTYPE_CODE.MaxLength = 3;
this.columnMONEYTYPE_CODE.MaxLength = 3;
this.columnFINBANKACC_NO.MaxLength = 15;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnTOFROM_ACCID.MaxLength = 15;
this.columnREF_SYSTEM.MaxLength = 15;
this.columnREF_SLIPNO.MaxLength = 15;
this.columnMEMBGROUP_CODE.MaxLength = 14;
this.columnENTRY_ID.MaxLength = 32;
this.columnENTRY_BYCOOPID.MaxLength = 6;
this.columnCANCEL_ID.MaxLength = 32;
this.columnVOUCHER_NO.MaxLength = 15;
this.columnCANCELVC_NO.MaxLength = 15;
this.columnCOOP_ID1.MaxLength = 6;
this.columnPAYINSLIP_NO1.MaxLength = 10;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETRow NewSLSLIPPAYINDETRow() {
return ((SLSLIPPAYINDETRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new SLSLIPPAYINDETRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(SLSLIPPAYINDETRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.SLSLIPPAYINDETRowChanged != null)) {
this.SLSLIPPAYINDETRowChanged(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.SLSLIPPAYINDETRowChanging != null)) {
this.SLSLIPPAYINDETRowChanging(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.SLSLIPPAYINDETRowDeleted != null)) {
this.SLSLIPPAYINDETRowDeleted(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.SLSLIPPAYINDETRowDeleting != null)) {
this.SLSLIPPAYINDETRowDeleting(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSLSLIPPAYINDETRow(SLSLIPPAYINDETRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "SLSLIPPAYINDETDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class STSCALES_SLIPDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnSLIP_NO;
private global::System.Data.DataColumn columnSLIP_DATE;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnMEM_FULL;
private global::System.Data.DataColumn columnREGISTRATION;
private global::System.Data.DataColumn columnPRODUCT_NO;
private global::System.Data.DataColumn columnPRICE;
private global::System.Data.DataColumn columnWEIGHT_BEFORE;
private global::System.Data.DataColumn columnTIME_BEFORE;
private global::System.Data.DataColumn columnWEIGHT_AFTER;
private global::System.Data.DataColumn columnTIME_AFTER;
private global::System.Data.DataColumn columnWEIGHT_NET;
private global::System.Data.DataColumn columnWEIGHT_SACK;
private global::System.Data.DataColumn columnMOISTURE_AMT;
private global::System.Data.DataColumn columnETC_AMT;
private global::System.Data.DataColumn columnWEIGHT_BALANCE;
private global::System.Data.DataColumn columnMAKE_MONEY;
private global::System.Data.DataColumn columnMAKE_MONEY_TEXT;
private global::System.Data.DataColumn columnENTRY_ID_BEFORE;
private global::System.Data.DataColumn columnENTRY_ID_AFTER;
private global::System.Data.DataColumn columnSTATUS_BEFORE;
private global::System.Data.DataColumn columnSTATUS_AFTER;
private global::System.Data.DataColumn columndocument_no_s;
private global::System.Data.DataColumn columndocument_no_e;
private global::System.Data.DataColumn columnSLIP_DATE_S;
private global::System.Data.DataColumn columnSLIP_DATE_E;
private global::System.Data.DataColumn columncheckselect;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public STSCALES_SLIPDataTable() {
this.TableName = "STSCALES_SLIP";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal STSCALES_SLIPDataTable(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 STSCALES_SLIPDataTable(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 SLIP_DATEColumn {
get {
return this.columnSLIP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 MEM_FULLColumn {
get {
return this.columnMEM_FULL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REGISTRATIONColumn {
get {
return this.columnREGISTRATION;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRODUCT_NOColumn {
get {
return this.columnPRODUCT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRICEColumn {
get {
return this.columnPRICE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WEIGHT_BEFOREColumn {
get {
return this.columnWEIGHT_BEFORE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TIME_BEFOREColumn {
get {
return this.columnTIME_BEFORE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WEIGHT_AFTERColumn {
get {
return this.columnWEIGHT_AFTER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TIME_AFTERColumn {
get {
return this.columnTIME_AFTER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WEIGHT_NETColumn {
get {
return this.columnWEIGHT_NET;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WEIGHT_SACKColumn {
get {
return this.columnWEIGHT_SACK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MOISTURE_AMTColumn {
get {
return this.columnMOISTURE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ETC_AMTColumn {
get {
return this.columnETC_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WEIGHT_BALANCEColumn {
get {
return this.columnWEIGHT_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAKE_MONEYColumn {
get {
return this.columnMAKE_MONEY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAKE_MONEY_TEXTColumn {
get {
return this.columnMAKE_MONEY_TEXT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_ID_BEFOREColumn {
get {
return this.columnENTRY_ID_BEFORE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_ID_AFTERColumn {
get {
return this.columnENTRY_ID_AFTER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STATUS_BEFOREColumn {
get {
return this.columnSTATUS_BEFORE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STATUS_AFTERColumn {
get {
return this.columnSTATUS_AFTER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn document_no_sColumn {
get {
return this.columndocument_no_s;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn document_no_eColumn {
get {
return this.columndocument_no_e;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATE_SColumn {
get {
return this.columnSLIP_DATE_S;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATE_EColumn {
get {
return this.columnSLIP_DATE_E;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn checkselectColumn {
get {
return this.columncheckselect;
}
}
[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 STSCALES_SLIPRow this[int index] {
get {
return ((STSCALES_SLIPRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event STSCALES_SLIPRowChangeEventHandler STSCALES_SLIPRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event STSCALES_SLIPRowChangeEventHandler STSCALES_SLIPRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event STSCALES_SLIPRowChangeEventHandler STSCALES_SLIPRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event STSCALES_SLIPRowChangeEventHandler STSCALES_SLIPRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSTSCALES_SLIPRow(STSCALES_SLIPRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public STSCALES_SLIPRow AddSTSCALES_SLIPRow(
string COOP_ID,
string SLIP_NO,
System.DateTime SLIP_DATE,
string MEMBER_NO,
string MEM_FULL,
string REGISTRATION,
string PRODUCT_NO,
decimal PRICE,
decimal WEIGHT_BEFORE,
System.DateTime TIME_BEFORE,
decimal WEIGHT_AFTER,
System.DateTime TIME_AFTER,
decimal WEIGHT_NET,
decimal WEIGHT_SACK,
decimal MOISTURE_AMT,
decimal ETC_AMT,
decimal WEIGHT_BALANCE,
decimal MAKE_MONEY,
string MAKE_MONEY_TEXT,
string ENTRY_ID_BEFORE,
string ENTRY_ID_AFTER,
string STATUS_BEFORE,
string STATUS_AFTER,
string document_no_s,
string document_no_e,
System.DateTime SLIP_DATE_S,
System.DateTime SLIP_DATE_E,
decimal checkselect) {
STSCALES_SLIPRow rowSTSCALES_SLIPRow = ((STSCALES_SLIPRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
SLIP_NO,
SLIP_DATE,
MEMBER_NO,
MEM_FULL,
REGISTRATION,
PRODUCT_NO,
PRICE,
WEIGHT_BEFORE,
TIME_BEFORE,
WEIGHT_AFTER,
TIME_AFTER,
WEIGHT_NET,
WEIGHT_SACK,
MOISTURE_AMT,
ETC_AMT,
WEIGHT_BALANCE,
MAKE_MONEY,
MAKE_MONEY_TEXT,
ENTRY_ID_BEFORE,
ENTRY_ID_AFTER,
STATUS_BEFORE,
STATUS_AFTER,
document_no_s,
document_no_e,
SLIP_DATE_S,
SLIP_DATE_E,
checkselect};
rowSTSCALES_SLIPRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSTSCALES_SLIPRow);
return rowSTSCALES_SLIPRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public STSCALES_SLIPRow FindByCOOP_IDSLIP_NO(string COOP_ID, string SLIP_NO) {
return ((STSCALES_SLIPRow)(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() {
STSCALES_SLIPDataTable cln = ((STSCALES_SLIPDataTable)(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 STSCALES_SLIPDataTable();
}
[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.columnSLIP_DATE = base.Columns["SLIP_DATE"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnMEM_FULL = base.Columns["MEM_FULL"];
this.columnREGISTRATION = base.Columns["REGISTRATION"];
this.columnPRODUCT_NO = base.Columns["PRODUCT_NO"];
this.columnPRICE = base.Columns["PRICE"];
this.columnWEIGHT_BEFORE = base.Columns["WEIGHT_BEFORE"];
this.columnTIME_BEFORE = base.Columns["TIME_BEFORE"];
this.columnWEIGHT_AFTER = base.Columns["WEIGHT_AFTER"];
this.columnTIME_AFTER = base.Columns["TIME_AFTER"];
this.columnWEIGHT_NET = base.Columns["WEIGHT_NET"];
this.columnWEIGHT_SACK = base.Columns["WEIGHT_SACK"];
this.columnMOISTURE_AMT = base.Columns["MOISTURE_AMT"];
this.columnETC_AMT = base.Columns["ETC_AMT"];
this.columnWEIGHT_BALANCE = base.Columns["WEIGHT_BALANCE"];
this.columnMAKE_MONEY = base.Columns["MAKE_MONEY"];
this.columnMAKE_MONEY_TEXT = base.Columns["MAKE_MONEY_TEXT"];
this.columnENTRY_ID_BEFORE = base.Columns["ENTRY_ID_BEFORE"];
this.columnENTRY_ID_AFTER = base.Columns["ENTRY_ID_AFTER"];
this.columnSTATUS_BEFORE = base.Columns["STATUS_BEFORE"];
this.columnSTATUS_AFTER = base.Columns["STATUS_AFTER"];
this.columndocument_no_s = base.Columns["document_no_s"];
this.columndocument_no_e = base.Columns["document_no_e"];
this.columnSLIP_DATE_S = base.Columns["SLIP_DATE_S"];
this.columnSLIP_DATE_E = base.Columns["SLIP_DATE_E"];
this.columncheckselect = base.Columns["checkselect"];
}
[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.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnMEM_FULL = new global::System.Data.DataColumn("MEM_FULL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEM_FULL);
this.columnREGISTRATION = new global::System.Data.DataColumn("REGISTRATION", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREGISTRATION);
this.columnPRODUCT_NO = new global::System.Data.DataColumn("PRODUCT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRODUCT_NO);
this.columnPRICE = new global::System.Data.DataColumn("PRICE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRICE);
this.columnWEIGHT_BEFORE = new global::System.Data.DataColumn("WEIGHT_BEFORE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWEIGHT_BEFORE);
this.columnTIME_BEFORE = new global::System.Data.DataColumn("TIME_BEFORE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTIME_BEFORE);
this.columnWEIGHT_AFTER = new global::System.Data.DataColumn("WEIGHT_AFTER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWEIGHT_AFTER);
this.columnTIME_AFTER = new global::System.Data.DataColumn("TIME_AFTER", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTIME_AFTER);
this.columnWEIGHT_NET = new global::System.Data.DataColumn("WEIGHT_NET", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWEIGHT_NET);
this.columnWEIGHT_SACK = new global::System.Data.DataColumn("WEIGHT_SACK", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWEIGHT_SACK);
this.columnMOISTURE_AMT = new global::System.Data.DataColumn("MOISTURE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMOISTURE_AMT);
this.columnETC_AMT = new global::System.Data.DataColumn("ETC_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnETC_AMT);
this.columnWEIGHT_BALANCE = new global::System.Data.DataColumn("WEIGHT_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWEIGHT_BALANCE);
this.columnMAKE_MONEY = new global::System.Data.DataColumn("MAKE_MONEY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAKE_MONEY);
this.columnMAKE_MONEY_TEXT = new global::System.Data.DataColumn("MAKE_MONEY_TEXT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAKE_MONEY_TEXT);
this.columnENTRY_ID_BEFORE = new global::System.Data.DataColumn("ENTRY_ID_BEFORE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID_BEFORE);
this.columnENTRY_ID_AFTER = new global::System.Data.DataColumn("ENTRY_ID_AFTER", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID_AFTER);
this.columnSTATUS_BEFORE = new global::System.Data.DataColumn("STATUS_BEFORE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTATUS_BEFORE);
this.columnSTATUS_AFTER = new global::System.Data.DataColumn("STATUS_AFTER", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTATUS_AFTER);
this.columndocument_no_s = new global::System.Data.DataColumn("document_no_s", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndocument_no_s);
this.columndocument_no_e = new global::System.Data.DataColumn("document_no_e", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndocument_no_e);
this.columnSLIP_DATE_S = new global::System.Data.DataColumn("SLIP_DATE_S", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE_S);
this.columnSLIP_DATE_E = new global::System.Data.DataColumn("SLIP_DATE_E", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE_E);
this.columncheckselect = new global::System.Data.DataColumn("checkselect", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncheckselect);
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 = 10;
this.columnMEMBER_NO.MaxLength = 8;
this.columnMEM_FULL.MaxLength = 255;
this.columnREGISTRATION.MaxLength = 8;
this.columnPRODUCT_NO.MaxLength = 8;
this.columnMAKE_MONEY_TEXT.MaxLength = 255;
this.columnENTRY_ID_BEFORE.MaxLength = 255;
this.columnENTRY_ID_AFTER.MaxLength = 255;
this.columnSTATUS_BEFORE.MaxLength = 1;
this.columnSTATUS_AFTER.MaxLength = 1;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public STSCALES_SLIPRow NewSTSCALES_SLIPRow() {
return ((STSCALES_SLIPRow)(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 STSCALES_SLIPRow(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(STSCALES_SLIPRow);
}
[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.STSCALES_SLIPRowChanged != null)) {
this.STSCALES_SLIPRowChanged(this, new STSCALES_SLIPRowChangeEvent(((STSCALES_SLIPRow)(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.STSCALES_SLIPRowChanging != null)) {
this.STSCALES_SLIPRowChanging(this, new STSCALES_SLIPRowChangeEvent(((STSCALES_SLIPRow)(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.STSCALES_SLIPRowDeleted != null)) {
this.STSCALES_SLIPRowDeleted(this, new STSCALES_SLIPRowChangeEvent(((STSCALES_SLIPRow)(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.STSCALES_SLIPRowDeleting != null)) {
this.STSCALES_SLIPRowDeleting(this, new STSCALES_SLIPRowChangeEvent(((STSCALES_SLIPRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSTSCALES_SLIPRow(STSCALES_SLIPRow 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 = "STSCALES_SLIPDataTable";
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 SLSLIPPAYINRow : global::System.Data.DataRow {
private SLSLIPPAYINDataTable tableSLSLIPPAYIN;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYINRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSLSLIPPAYIN = ((SLSLIPPAYINDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tableSLSLIPPAYIN.COOP_IDColumn]));
}
set {
this[this.tableSLSLIPPAYIN.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYINSLIP_NO {
get {
return ((string)(this[this.tableSLSLIPPAYIN.PAYINSLIP_NOColumn]));
}
set {
this[this.tableSLSLIPPAYIN.PAYINSLIP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMCOOP_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DOCUMENT_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.DOCUMENT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOCUMENT_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.DOCUMENT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.SLIPTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SLIPTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYIN.SLIP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SLIP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime OPERATE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYIN.OPERATE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.OPERATE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTKBF_VALUE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.SHARESTKBF_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTKBF_VALUE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SHARESTKBF_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTK_VALUE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.SHARESTK_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_VALUE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SHARESTK_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTACCUM_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.INTACCUM_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_AMT\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.INTACCUM_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MONEYTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MONEYTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FINBANKACC_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.FINBANKACC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINBANKACC_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.FINBANKACC_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BANK {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.EXPENSE_BANKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BRANCH {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.EXPENSE_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_ACCID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.EXPENSE_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ACCID_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.ACCID_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCID_FLAG\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.ACCID_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TOFROM_ACCID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.TOFROM_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.TOFROM_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_SYSTEM {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.REF_SYSTEMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SYSTEM\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.REF_SYSTEMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_SLIPNO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.REF_SLIPNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPNO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.REF_SLIPNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal REF_SLIPAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.REF_SLIPAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPAMT\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.REF_SLIPAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SLIP_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.SLIP_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_AMT\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SLIP_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SLIP_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.SLIP_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_STATUS\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SLIP_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.ENTRY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime ENTRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYIN.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.ENTRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCEL_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.CANCEL_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.CANCEL_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CANCEL_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYIN.CANCEL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.CANCEL_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINPOST_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.FINPOST_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINPOST_STATUS\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.FINPOST_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal POSTTOVC_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.POSTTOVC_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTTOVC_FLAG\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.POSTTOVC_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string VOUCHER_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.VOUCHER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'VOUCHER_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.VOUCHER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CANCELTOVC_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.CANCELTOVC_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCELTOVC_FLAG\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.CANCELTOVC_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCELVC_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.CANCELVC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCELVC_NO\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.CANCELVC_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_DESC {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.PRENAME_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.PRENAME_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE1 {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.MEMBGROUP_CODE1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE1\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.MEMBGROUP_CODE1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COMPUTE_2 {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.COMPUTE_2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPUTE_2\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.COMPUTE_2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COMPUTE_1 {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.COMPUTE_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPUTE_1\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.COMPUTE_1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string document_no_s {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.document_no_sColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'document_no_s\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.document_no_sColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string document_no_e {
get {
try {
return ((string)(this[this.tableSLSLIPPAYIN.document_no_eColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'document_no_e\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.document_no_eColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE_S {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYIN.SLIP_DATE_SColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE_S\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SLIP_DATE_SColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE_E {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYIN.SLIP_DATE_EColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE_E\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.SLIP_DATE_EColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal checkselect {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYIN.checkselectColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'checkselect\' in table \'SLSLIPPAYIN\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYIN.checkselectColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMCOOP_IDNull() {
return this.IsNull(this.tableSLSLIPPAYIN.MEMCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMCOOP_IDNull() {
this[this.tableSLSLIPPAYIN.MEMCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_NONull() {
return this.IsNull(this.tableSLSLIPPAYIN.MEMBER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_NONull() {
this[this.tableSLSLIPPAYIN.MEMBER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDOCUMENT_NONull() {
return this.IsNull(this.tableSLSLIPPAYIN.DOCUMENT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDOCUMENT_NONull() {
this[this.tableSLSLIPPAYIN.DOCUMENT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIPTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYIN.SLIPTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPTYPE_CODENull() {
this[this.tableSLSLIPPAYIN.SLIPTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATENull() {
return this.IsNull(this.tableSLSLIPPAYIN.SLIP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATENull() {
this[this.tableSLSLIPPAYIN.SLIP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_DATENull() {
return this.IsNull(this.tableSLSLIPPAYIN.OPERATE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPERATE_DATENull() {
this[this.tableSLSLIPPAYIN.OPERATE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTKBF_VALUENull() {
return this.IsNull(this.tableSLSLIPPAYIN.SHARESTKBF_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTKBF_VALUENull() {
this[this.tableSLSLIPPAYIN.SHARESTKBF_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTK_VALUENull() {
return this.IsNull(this.tableSLSLIPPAYIN.SHARESTK_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTK_VALUENull() {
this[this.tableSLSLIPPAYIN.SHARESTK_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTACCUM_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYIN.INTACCUM_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTACCUM_AMTNull() {
this[this.tableSLSLIPPAYIN.INTACCUM_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMONEYTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYIN.MONEYTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMONEYTYPE_CODENull() {
this[this.tableSLSLIPPAYIN.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINBANKACC_NONull() {
return this.IsNull(this.tableSLSLIPPAYIN.FINBANKACC_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINBANKACC_NONull() {
this[this.tableSLSLIPPAYIN.FINBANKACC_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BANKNull() {
return this.IsNull(this.tableSLSLIPPAYIN.EXPENSE_BANKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BANKNull() {
this[this.tableSLSLIPPAYIN.EXPENSE_BANKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BRANCHNull() {
return this.IsNull(this.tableSLSLIPPAYIN.EXPENSE_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BRANCHNull() {
this[this.tableSLSLIPPAYIN.EXPENSE_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_ACCIDNull() {
return this.IsNull(this.tableSLSLIPPAYIN.EXPENSE_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_ACCIDNull() {
this[this.tableSLSLIPPAYIN.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCID_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYIN.ACCID_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCID_FLAGNull() {
this[this.tableSLSLIPPAYIN.ACCID_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTOFROM_ACCIDNull() {
return this.IsNull(this.tableSLSLIPPAYIN.TOFROM_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTOFROM_ACCIDNull() {
this[this.tableSLSLIPPAYIN.TOFROM_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_SYSTEMNull() {
return this.IsNull(this.tableSLSLIPPAYIN.REF_SYSTEMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_SYSTEMNull() {
this[this.tableSLSLIPPAYIN.REF_SYSTEMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_SLIPNONull() {
return this.IsNull(this.tableSLSLIPPAYIN.REF_SLIPNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_SLIPNONull() {
this[this.tableSLSLIPPAYIN.REF_SLIPNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_SLIPAMTNull() {
return this.IsNull(this.tableSLSLIPPAYIN.REF_SLIPAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_SLIPAMTNull() {
this[this.tableSLSLIPPAYIN.REF_SLIPAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYIN.SLIP_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_AMTNull() {
this[this.tableSLSLIPPAYIN.SLIP_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYIN.SLIP_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_STATUSNull() {
this[this.tableSLSLIPPAYIN.SLIP_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODENull() {
return this.IsNull(this.tableSLSLIPPAYIN.MEMBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_CODENull() {
this[this.tableSLSLIPPAYIN.MEMBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tableSLSLIPPAYIN.ENTRY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_IDNull() {
this[this.tableSLSLIPPAYIN.ENTRY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_DATENull() {
return this.IsNull(this.tableSLSLIPPAYIN.ENTRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_DATENull() {
this[this.tableSLSLIPPAYIN.ENTRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_IDNull() {
return this.IsNull(this.tableSLSLIPPAYIN.CANCEL_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_IDNull() {
this[this.tableSLSLIPPAYIN.CANCEL_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_DATENull() {
return this.IsNull(this.tableSLSLIPPAYIN.CANCEL_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_DATENull() {
this[this.tableSLSLIPPAYIN.CANCEL_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINPOST_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYIN.FINPOST_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINPOST_STATUSNull() {
this[this.tableSLSLIPPAYIN.FINPOST_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSTTOVC_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYIN.POSTTOVC_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSTTOVC_FLAGNull() {
this[this.tableSLSLIPPAYIN.POSTTOVC_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsVOUCHER_NONull() {
return this.IsNull(this.tableSLSLIPPAYIN.VOUCHER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetVOUCHER_NONull() {
this[this.tableSLSLIPPAYIN.VOUCHER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCELTOVC_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYIN.CANCELTOVC_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCELTOVC_FLAGNull() {
this[this.tableSLSLIPPAYIN.CANCELTOVC_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCELVC_NONull() {
return this.IsNull(this.tableSLSLIPPAYIN.CANCELVC_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCELVC_NONull() {
this[this.tableSLSLIPPAYIN.CANCELVC_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYIN.PRENAME_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRENAME_DESCNull() {
this[this.tableSLSLIPPAYIN.PRENAME_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableSLSLIPPAYIN.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableSLSLIPPAYIN.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableSLSLIPPAYIN.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableSLSLIPPAYIN.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODE1Null() {
return this.IsNull(this.tableSLSLIPPAYIN.MEMBGROUP_CODE1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_CODE1Null() {
this[this.tableSLSLIPPAYIN.MEMBGROUP_CODE1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPUTE_2Null() {
return this.IsNull(this.tableSLSLIPPAYIN.COMPUTE_2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPUTE_2Null() {
this[this.tableSLSLIPPAYIN.COMPUTE_2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPUTE_1Null() {
return this.IsNull(this.tableSLSLIPPAYIN.COMPUTE_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPUTE_1Null() {
this[this.tableSLSLIPPAYIN.COMPUTE_1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdocument_no_sNull() {
return this.IsNull(this.tableSLSLIPPAYIN.document_no_sColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdocument_no_sNull() {
this[this.tableSLSLIPPAYIN.document_no_sColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdocument_no_eNull() {
return this.IsNull(this.tableSLSLIPPAYIN.document_no_eColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdocument_no_eNull() {
this[this.tableSLSLIPPAYIN.document_no_eColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATE_SNull() {
return this.IsNull(this.tableSLSLIPPAYIN.SLIP_DATE_SColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATE_SNull() {
this[this.tableSLSLIPPAYIN.SLIP_DATE_SColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATE_ENull() {
return this.IsNull(this.tableSLSLIPPAYIN.SLIP_DATE_EColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATE_ENull() {
this[this.tableSLSLIPPAYIN.SLIP_DATE_EColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscheckselectNull() {
return this.IsNull(this.tableSLSLIPPAYIN.checkselectColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcheckselectNull() {
this[this.tableSLSLIPPAYIN.checkselectColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class SLSLIPPAYINDETRow : global::System.Data.DataRow {
private SLSLIPPAYINDETDataTable tableSLSLIPPAYINDET;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SLSLIPPAYINDETRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSLSLIPPAYINDET = ((SLSLIPPAYINDETDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tableSLSLIPPAYINDET.COOP_IDColumn]));
}
set {
this[this.tableSLSLIPPAYINDET.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYINSLIP_NO {
get {
return ((string)(this[this.tableSLSLIPPAYINDET.PAYINSLIP_NOColumn]));
}
set {
this[this.tableSLSLIPPAYINDET.PAYINSLIP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPITEMTYPE_CODE {
get {
return ((string)(this[this.tableSLSLIPPAYINDET.SLIPITEMTYPE_CODEColumn]));
}
set {
this[this.tableSLSLIPPAYINDET.SLIPITEMTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableSLSLIPPAYINDET.SEQ_NOColumn]));
}
set {
this[this.tableSLSLIPPAYINDET.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal OPERATE_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SHRLONTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONCOOP_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.CONCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONCOOP_ID\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CONCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPITEM_DESC {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPITEM_DESC\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODCOUNT_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODCOUNT_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_PAYAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PAYAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTARREAR_PAYAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ITEM_PAYAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ITEM_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ITEM_BALANCE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ITEM_BALANCE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRNCALINT_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRNCALINT_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_FROM {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.CALINT_FROMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FROM\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CALINT_FROMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_TO {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.CALINT_TOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CALINT_TOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_RETURN {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_RETURN\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string STM_ITEMTYPE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STM_ITEMTYPE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFPERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTARR_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTARR_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTARRSET_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTARRSET_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTCALINT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTCALINT_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTPROC_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPROC_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTPAY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPAY_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFWITHDRAW_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFWITHDRAW_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPERIOD_PAYMENT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD_PAYMENT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFSHRCONT_BALAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFSHRCONT_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_STATUS\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTLAW_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCOUNTPAY_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCOUNTPAY_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPAYSPEC_METHOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPAYSPEC_METHOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RKEEP_PRINCIPAL {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_PRINCIPAL\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RKEEP_INTEREST {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_INTEREST\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal NKEEP_INTEREST {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NKEEP_INTEREST\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTRETURN_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTRETURN_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTRETURN_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTRETURN_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTRETURN_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFINTRETURN_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPXAFTERMTHKEEP_TYPE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPXAFTERMTHKEEP_TYPE\' in table \'SLSLIPPAYINDET\' is DBNull." +
"", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_DOCNO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.REF_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_DOCNO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.REF_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINEYEAR_ARREAR {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.FINEYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINEYEAR_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.FINEYEAR_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INYEAR_ARREAR {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INYEAR_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INYEAR_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFFINE_ARREAR {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.BFFINE_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFFINE_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.BFFINE_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINE_PERIOD {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.FINE_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINE_PERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.FINE_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_ARREAR {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INT_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INT_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINE_ARREAR {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.FINE_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINE_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.FINE_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PAY {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_PAYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAY\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTEREST_PAYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_COMPENSATE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INT_COMPENSATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_COMPENSATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INT_COMPENSATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMCOOP_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.MEMCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DOCUMENT_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.DOCUMENT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOCUMENT_NO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.DOCUMENT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SLIPTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.SLIPTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SLIPTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.SLIP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SLIP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime OPERATE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.OPERATE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.OPERATE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTKBF_VALUE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.SHARESTKBF_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTKBF_VALUE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SHARESTKBF_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTK_VALUE {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.SHARESTK_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_VALUE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SHARESTK_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTACCUM_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.INTACCUM_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.INTACCUM_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MONEYTYPE_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.MONEYTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FINBANKACC_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.FINBANKACC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINBANKACC_NO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.FINBANKACC_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BANK {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.EXPENSE_BANKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BRANCH {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.EXPENSE_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_ACCID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.EXPENSE_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ACCID_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.ACCID_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCID_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.ACCID_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TOFROM_ACCID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.TOFROM_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.TOFROM_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_SYSTEM {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.REF_SYSTEMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SYSTEM\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.REF_SYSTEMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_SLIPNO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.REF_SLIPNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPNO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.REF_SLIPNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal REF_SLIPAMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.REF_SLIPAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.REF_SLIPAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SLIP_AMT {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.SLIP_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SLIP_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SLIP_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.SLIP_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_STATUS\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.SLIP_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.ENTRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_BYCOOPID {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.ENTRY_BYCOOPIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_BYCOOPID\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.ENTRY_BYCOOPIDColumn] = 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.tableSLSLIPPAYINDET.CANCEL_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.CANCEL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CANCEL_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINPOST_STATUS {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.FINPOST_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINPOST_STATUS\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.FINPOST_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal POSTTOVC_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.POSTTOVC_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTTOVC_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.POSTTOVC_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string VOUCHER_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.VOUCHER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'VOUCHER_NO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.VOUCHER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CANCELTOVC_FLAG {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.CANCELTOVC_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCELTOVC_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CANCELTOVC_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCELVC_NO {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.CANCELVC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCELVC_NO\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.CANCELVC_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal POST_TOFIN {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.POST_TOFINColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POST_TOFIN\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.POST_TOFINColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID1 {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.COOP_ID1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID1\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.COOP_ID1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAYINSLIP_NO1 {
get {
try {
return ((string)(this[this.tableSLSLIPPAYINDET.PAYINSLIP_NO1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYINSLIP_NO1\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.PAYINSLIP_NO1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal checkselect {
get {
try {
return ((decimal)(this[this.tableSLSLIPPAYINDET.checkselectColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'checkselect\' in table \'SLSLIPPAYINDET\' is DBNull.", e);
}
}
set {
this[this.tableSLSLIPPAYINDET.checkselectColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPERATE_FLAGNull() {
this[this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHRLONTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHRLONTYPE_CODENull() {
this[this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONCOOP_IDNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CONCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONCOOP_IDNull() {
this[this.tableSLSLIPPAYINDET.CONCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCONTRACT_NONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANCONTRACT_NONull() {
this[this.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIPITEM_DESCNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPITEM_DESCNull() {
this[this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODCOUNT_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODCOUNT_FLAGNull() {
this[this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODNull() {
this[this.tableSLSLIPPAYINDET.PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_PAYAMTNull() {
this[this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PAYAMTNull() {
this[this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTARREAR_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTARREAR_PAYAMTNull() {
this[this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsITEM_PAYAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetITEM_PAYAMTNull() {
this[this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsITEM_BALANCENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetITEM_BALANCENull() {
this[this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRNCALINT_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRNCALINT_AMTNull() {
this[this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_FROMNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CALINT_FROMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_FROMNull() {
this[this.tableSLSLIPPAYINDET.CALINT_FROMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_TONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CALINT_TOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_TONull() {
this[this.tableSLSLIPPAYINDET.CALINT_TOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PERIODNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PERIODNull() {
this[this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_RETURNNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_RETURNNull() {
this[this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTM_ITEMTYPENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTM_ITEMTYPENull() {
this[this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPERIODNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFPERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPERIODNull() {
this[this.tableSLSLIPPAYINDET.BFPERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTARR_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTARR_AMTNull() {
this[this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTARRSET_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTARRSET_AMTNull() {
this[this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTCALINT_DATENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTCALINT_DATENull() {
this[this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTPROC_DATENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTPROC_DATENull() {
this[this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTPAY_DATENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTPAY_DATENull() {
this[this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFWITHDRAW_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFWITHDRAW_AMTNull() {
this[this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPERIOD_PAYMENTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPERIOD_PAYMENTNull() {
this[this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFSHRCONT_BALAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFSHRCONT_BALAMTNull() {
this[this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFSHRCONT_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFSHRCONT_STATUSNull() {
this[this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTLAW_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTLAW_STATUSNull() {
this[this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCOUNTPAY_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCOUNTPAY_FLAGNull() {
this[this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPAYSPEC_METHODNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPAYSPEC_METHODNull() {
this[this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRKEEP_PRINCIPALNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRKEEP_PRINCIPALNull() {
this[this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRKEEP_INTERESTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRKEEP_INTERESTNull() {
this[this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNKEEP_INTERESTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNKEEP_INTERESTNull() {
this[this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTRETURN_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTRETURN_FLAGNull() {
this[this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTRETURN_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFINTRETURN_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTRETURN_AMTNull() {
this[this.tableSLSLIPPAYINDET.BFINTRETURN_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPXAFTERMTHKEEP_TYPENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPXAFTERMTHKEEP_TYPENull() {
this[this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_DOCNONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.REF_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_DOCNONull() {
this[this.tableSLSLIPPAYINDET.REF_DOCNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINEYEAR_ARREARNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.FINEYEAR_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINEYEAR_ARREARNull() {
this[this.tableSLSLIPPAYINDET.FINEYEAR_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINYEAR_ARREARNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INYEAR_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINYEAR_ARREARNull() {
this[this.tableSLSLIPPAYINDET.INYEAR_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFFINE_ARREARNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.BFFINE_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFFINE_ARREARNull() {
this[this.tableSLSLIPPAYINDET.BFFINE_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINE_PERIODNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.FINE_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINE_PERIODNull() {
this[this.tableSLSLIPPAYINDET.FINE_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_ARREARNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INT_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_ARREARNull() {
this[this.tableSLSLIPPAYINDET.INT_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINE_ARREARNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.FINE_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINE_ARREARNull() {
this[this.tableSLSLIPPAYINDET.FINE_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PAYNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_PAYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PAYNull() {
this[this.tableSLSLIPPAYINDET.INTEREST_PAYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_COMPENSATENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INT_COMPENSATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_COMPENSATENull() {
this[this.tableSLSLIPPAYINDET.INT_COMPENSATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMCOOP_IDNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.MEMCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMCOOP_IDNull() {
this[this.tableSLSLIPPAYINDET.MEMCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_NONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.MEMBER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDOCUMENT_NONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.DOCUMENT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIPTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SLIPTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIPTYPE_CODENull() {
this[this.tableSLSLIPPAYINDET.SLIPTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SLIP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATENull() {
this[this.tableSLSLIPPAYINDET.SLIP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_DATENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.OPERATE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTKBF_VALUENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SHARESTKBF_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTKBF_VALUENull() {
this[this.tableSLSLIPPAYINDET.SHARESTKBF_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTK_VALUENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SHARESTK_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTK_VALUENull() {
this[this.tableSLSLIPPAYINDET.SHARESTK_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTACCUM_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.INTACCUM_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTACCUM_AMTNull() {
this[this.tableSLSLIPPAYINDET.INTACCUM_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMONEYTYPE_CODENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.MONEYTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMONEYTYPE_CODENull() {
this[this.tableSLSLIPPAYINDET.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINBANKACC_NONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.FINBANKACC_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINBANKACC_NONull() {
this[this.tableSLSLIPPAYINDET.FINBANKACC_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BANKNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.EXPENSE_BANKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BANKNull() {
this[this.tableSLSLIPPAYINDET.EXPENSE_BANKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BRANCHNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.EXPENSE_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BRANCHNull() {
this[this.tableSLSLIPPAYINDET.EXPENSE_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_ACCIDNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.EXPENSE_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_ACCIDNull() {
this[this.tableSLSLIPPAYINDET.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCID_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.ACCID_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCID_FLAGNull() {
this[this.tableSLSLIPPAYINDET.ACCID_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTOFROM_ACCIDNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.TOFROM_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_SYSTEMNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.REF_SYSTEMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_SLIPNONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.REF_SLIPNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_SLIPAMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.REF_SLIPAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_SLIPAMTNull() {
this[this.tableSLSLIPPAYINDET.REF_SLIPAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_AMTNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SLIP_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_AMTNull() {
this[this.tableSLSLIPPAYINDET.SLIP_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.SLIP_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_STATUSNull() {
this[this.tableSLSLIPPAYINDET.SLIP_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODENull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.MEMBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.ENTRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_BYCOOPIDNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.ENTRY_BYCOOPIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_BYCOOPIDNull() {
this[this.tableSLSLIPPAYINDET.ENTRY_BYCOOPIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_IDNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.CANCEL_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINPOST_STATUSNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.FINPOST_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINPOST_STATUSNull() {
this[this.tableSLSLIPPAYINDET.FINPOST_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSTTOVC_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.POSTTOVC_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsVOUCHER_NONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.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.tableSLSLIPPAYINDET.VOUCHER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCELTOVC_FLAGNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CANCELTOVC_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCELTOVC_FLAGNull() {
this[this.tableSLSLIPPAYINDET.CANCELTOVC_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCELVC_NONull() {
return this.IsNull(this.tableSLSLIPPAYINDET.CANCELVC_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCELVC_NONull() {
this[this.tableSLSLIPPAYINDET.CANCELVC_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOST_TOFINNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.POST_TOFINColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOST_TOFINNull() {
this[this.tableSLSLIPPAYINDET.POST_TOFINColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_ID1Null() {
return this.IsNull(this.tableSLSLIPPAYINDET.COOP_ID1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_ID1Null() {
this[this.tableSLSLIPPAYINDET.COOP_ID1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYINSLIP_NO1Null() {
return this.IsNull(this.tableSLSLIPPAYINDET.PAYINSLIP_NO1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYINSLIP_NO1Null() {
this[this.tableSLSLIPPAYINDET.PAYINSLIP_NO1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscheckselectNull() {
return this.IsNull(this.tableSLSLIPPAYINDET.checkselectColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcheckselectNull() {
this[this.tableSLSLIPPAYINDET.checkselectColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class STSCALES_SLIPRow : global::System.Data.DataRow {
private STSCALES_SLIPDataTable tableSTSCALES_SLIP;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal STSCALES_SLIPRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSTSCALES_SLIP = ((STSCALES_SLIPDataTable)(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.tableSTSCALES_SLIP.COOP_IDColumn]));
}
set {
this[this.tableSTSCALES_SLIP.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.tableSTSCALES_SLIP.SLIP_NOColumn]));
}
set {
this[this.tableSTSCALES_SLIP.SLIP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSTSCALES_SLIP.SLIP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.SLIP_DATEColumn] = 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.tableSTSCALES_SLIP.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEM_FULL {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.MEM_FULLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEM_FULL\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.MEM_FULLColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REGISTRATION {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.REGISTRATIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REGISTRATION\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.REGISTRATIONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRODUCT_NO {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.PRODUCT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_NO\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.PRODUCT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRICE {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRICE\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.PRICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WEIGHT_BEFORE {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.WEIGHT_BEFOREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WEIGHT_BEFORE\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.WEIGHT_BEFOREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime TIME_BEFORE {
get {
try {
return ((global::System.DateTime)(this[this.tableSTSCALES_SLIP.TIME_BEFOREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TIME_BEFORE\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.TIME_BEFOREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WEIGHT_AFTER {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.WEIGHT_AFTERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WEIGHT_AFTER\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.WEIGHT_AFTERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime TIME_AFTER {
get {
try {
return ((global::System.DateTime)(this[this.tableSTSCALES_SLIP.TIME_AFTERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TIME_AFTER\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.TIME_AFTERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WEIGHT_NET {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.WEIGHT_NETColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WEIGHT_NET\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.WEIGHT_NETColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WEIGHT_SACK {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.WEIGHT_SACKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WEIGHT_SACK\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.WEIGHT_SACKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MOISTURE_AMT {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.MOISTURE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MOISTURE_AMT\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.MOISTURE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ETC_AMT {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.ETC_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ETC_AMT\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.ETC_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WEIGHT_BALANCE {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.WEIGHT_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WEIGHT_BALANCE\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.WEIGHT_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MAKE_MONEY {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.MAKE_MONEYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAKE_MONEY\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.MAKE_MONEYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MAKE_MONEY_TEXT {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.MAKE_MONEY_TEXTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAKE_MONEY_TEXT\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.MAKE_MONEY_TEXTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID_BEFORE {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.ENTRY_ID_BEFOREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID_BEFORE\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.ENTRY_ID_BEFOREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID_AFTER {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.ENTRY_ID_AFTERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID_AFTER\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.ENTRY_ID_AFTERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string STATUS_BEFORE {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.STATUS_BEFOREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STATUS_BEFORE\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.STATUS_BEFOREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string STATUS_AFTER {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.STATUS_AFTERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STATUS_AFTER\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.STATUS_AFTERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string document_no_s {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.document_no_sColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'document_no_s\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.document_no_sColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string document_no_e {
get {
try {
return ((string)(this[this.tableSTSCALES_SLIP.document_no_eColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'document_no_e\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.document_no_eColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE_S {
get {
try {
return ((global::System.DateTime)(this[this.tableSTSCALES_SLIP.SLIP_DATE_SColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE_S\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.SLIP_DATE_SColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE_E {
get {
try {
return ((global::System.DateTime)(this[this.tableSTSCALES_SLIP.SLIP_DATE_EColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE_E\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.SLIP_DATE_EColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal checkselect {
get {
try {
return ((decimal)(this[this.tableSTSCALES_SLIP.checkselectColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'checkselect\' in table \'STSCALES_SLIP\' is DBNull.", e);
}
}
set {
this[this.tableSTSCALES_SLIP.checkselectColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATENull() {
return this.IsNull(this.tableSTSCALES_SLIP.SLIP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATENull() {
this[this.tableSTSCALES_SLIP.SLIP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_NONull() {
return this.IsNull(this.tableSTSCALES_SLIP.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.tableSTSCALES_SLIP.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 IsMEM_FULLNull() {
return this.IsNull(this.tableSTSCALES_SLIP.MEM_FULLColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEM_FULLNull() {
this[this.tableSTSCALES_SLIP.MEM_FULLColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREGISTRATIONNull() {
return this.IsNull(this.tableSTSCALES_SLIP.REGISTRATIONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREGISTRATIONNull() {
this[this.tableSTSCALES_SLIP.REGISTRATIONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRODUCT_NONull() {
return this.IsNull(this.tableSTSCALES_SLIP.PRODUCT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRODUCT_NONull() {
this[this.tableSTSCALES_SLIP.PRODUCT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRICENull() {
return this.IsNull(this.tableSTSCALES_SLIP.PRICEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRICENull() {
this[this.tableSTSCALES_SLIP.PRICEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWEIGHT_BEFORENull() {
return this.IsNull(this.tableSTSCALES_SLIP.WEIGHT_BEFOREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWEIGHT_BEFORENull() {
this[this.tableSTSCALES_SLIP.WEIGHT_BEFOREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTIME_BEFORENull() {
return this.IsNull(this.tableSTSCALES_SLIP.TIME_BEFOREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTIME_BEFORENull() {
this[this.tableSTSCALES_SLIP.TIME_BEFOREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWEIGHT_AFTERNull() {
return this.IsNull(this.tableSTSCALES_SLIP.WEIGHT_AFTERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWEIGHT_AFTERNull() {
this[this.tableSTSCALES_SLIP.WEIGHT_AFTERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTIME_AFTERNull() {
return this.IsNull(this.tableSTSCALES_SLIP.TIME_AFTERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTIME_AFTERNull() {
this[this.tableSTSCALES_SLIP.TIME_AFTERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWEIGHT_NETNull() {
return this.IsNull(this.tableSTSCALES_SLIP.WEIGHT_NETColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWEIGHT_NETNull() {
this[this.tableSTSCALES_SLIP.WEIGHT_NETColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWEIGHT_SACKNull() {
return this.IsNull(this.tableSTSCALES_SLIP.WEIGHT_SACKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWEIGHT_SACKNull() {
this[this.tableSTSCALES_SLIP.WEIGHT_SACKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMOISTURE_AMTNull() {
return this.IsNull(this.tableSTSCALES_SLIP.MOISTURE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMOISTURE_AMTNull() {
this[this.tableSTSCALES_SLIP.MOISTURE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsETC_AMTNull() {
return this.IsNull(this.tableSTSCALES_SLIP.ETC_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetETC_AMTNull() {
this[this.tableSTSCALES_SLIP.ETC_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWEIGHT_BALANCENull() {
return this.IsNull(this.tableSTSCALES_SLIP.WEIGHT_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWEIGHT_BALANCENull() {
this[this.tableSTSCALES_SLIP.WEIGHT_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAKE_MONEYNull() {
return this.IsNull(this.tableSTSCALES_SLIP.MAKE_MONEYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAKE_MONEYNull() {
this[this.tableSTSCALES_SLIP.MAKE_MONEYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAKE_MONEY_TEXTNull() {
return this.IsNull(this.tableSTSCALES_SLIP.MAKE_MONEY_TEXTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAKE_MONEY_TEXTNull() {
this[this.tableSTSCALES_SLIP.MAKE_MONEY_TEXTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_ID_BEFORENull() {
return this.IsNull(this.tableSTSCALES_SLIP.ENTRY_ID_BEFOREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_ID_BEFORENull() {
this[this.tableSTSCALES_SLIP.ENTRY_ID_BEFOREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_ID_AFTERNull() {
return this.IsNull(this.tableSTSCALES_SLIP.ENTRY_ID_AFTERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_ID_AFTERNull() {
this[this.tableSTSCALES_SLIP.ENTRY_ID_AFTERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTATUS_BEFORENull() {
return this.IsNull(this.tableSTSCALES_SLIP.STATUS_BEFOREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTATUS_BEFORENull() {
this[this.tableSTSCALES_SLIP.STATUS_BEFOREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTATUS_AFTERNull() {
return this.IsNull(this.tableSTSCALES_SLIP.STATUS_AFTERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTATUS_AFTERNull() {
this[this.tableSTSCALES_SLIP.STATUS_AFTERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdocument_no_sNull() {
return this.IsNull(this.tableSTSCALES_SLIP.document_no_sColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdocument_no_sNull() {
this[this.tableSTSCALES_SLIP.document_no_sColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdocument_no_eNull() {
return this.IsNull(this.tableSTSCALES_SLIP.document_no_eColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdocument_no_eNull() {
this[this.tableSTSCALES_SLIP.document_no_eColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATE_SNull() {
return this.IsNull(this.tableSTSCALES_SLIP.SLIP_DATE_SColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATE_SNull() {
this[this.tableSTSCALES_SLIP.SLIP_DATE_SColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATE_ENull() {
return this.IsNull(this.tableSTSCALES_SLIP.SLIP_DATE_EColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATE_ENull() {
this[this.tableSTSCALES_SLIP.SLIP_DATE_EColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscheckselectNull() {
return this.IsNull(this.tableSTSCALES_SLIP.checkselectColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcheckselectNull() {
this[this.tableSTSCALES_SLIP.checkselectColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class SLSLIPPAYINRowChangeEvent : global::System.EventArgs {
private SLSLIPPAYINRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRowChangeEvent(SLSLIPPAYINRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class SLSLIPPAYINDETRowChangeEvent : global::System.EventArgs {
private SLSLIPPAYINDETRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETRowChangeEvent(SLSLIPPAYINDETRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class STSCALES_SLIPRowChangeEvent : global::System.EventArgs {
private STSCALES_SLIPRow 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 STSCALES_SLIPRowChangeEvent(STSCALES_SLIPRow 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 STSCALES_SLIPRow 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.trading.ws_sl_reprint2_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 SLSLIPPAYINTableAdapter : 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 SLSLIPPAYINTableAdapter() {
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 = "SLSLIPPAYIN";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("PAYINSLIP_NO", "PAYINSLIP_NO");
tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("DOCUMENT_NO", "DOCUMENT_NO");
tableMapping.ColumnMappings.Add("SLIPTYPE_CODE", "SLIPTYPE_CODE");
tableMapping.ColumnMappings.Add("SLIP_DATE", "SLIP_DATE");
tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE");
tableMapping.ColumnMappings.Add("SHARESTKBF_VALUE", "SHARESTKBF_VALUE");
tableMapping.ColumnMappings.Add("SHARESTK_VALUE", "SHARESTK_VALUE");
tableMapping.ColumnMappings.Add("INTACCUM_AMT", "INTACCUM_AMT");
tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE");
tableMapping.ColumnMappings.Add("FINBANKACC_NO", "FINBANKACC_NO");
tableMapping.ColumnMappings.Add("EXPENSE_BANK", "EXPENSE_BANK");
tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH");
tableMapping.ColumnMappings.Add("EXPENSE_ACCID", "EXPENSE_ACCID");
tableMapping.ColumnMappings.Add("ACCID_FLAG", "ACCID_FLAG");
tableMapping.ColumnMappings.Add("TOFROM_ACCID", "TOFROM_ACCID");
tableMapping.ColumnMappings.Add("REF_SYSTEM", "REF_SYSTEM");
tableMapping.ColumnMappings.Add("REF_SLIPNO", "REF_SLIPNO");
tableMapping.ColumnMappings.Add("REF_SLIPAMT", "REF_SLIPAMT");
tableMapping.ColumnMappings.Add("SLIP_AMT", "SLIP_AMT");
tableMapping.ColumnMappings.Add("SLIP_STATUS", "SLIP_STATUS");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE");
tableMapping.ColumnMappings.Add("CANCEL_ID", "CANCEL_ID");
tableMapping.ColumnMappings.Add("CANCEL_DATE", "CANCEL_DATE");
tableMapping.ColumnMappings.Add("FINPOST_STATUS", "FINPOST_STATUS");
tableMapping.ColumnMappings.Add("POSTTOVC_FLAG", "POSTTOVC_FLAG");
tableMapping.ColumnMappings.Add("VOUCHER_NO", "VOUCHER_NO");
tableMapping.ColumnMappings.Add("CANCELTOVC_FLAG", "CANCELTOVC_FLAG");
tableMapping.ColumnMappings.Add("CANCELVC_NO", "CANCELVC_NO");
tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC");
tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME");
tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE1", "MEMBGROUP_CODE1");
this._adapter.TableMappings.Add(tableMapping);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"select
MBUCFPRENAME.PRENAME_DESC,MBMEMBMASTER.MEMB_NAME,MBMEMBMASTER.MEMB_SURNAME,
MBMEMBMASTER.MEMBGROUP_CODE, slslippayin.*
from slslippayin,MBMEMBMASTER,MBUCFPRENAME
WHERE MBMEMBMASTER.PRENAME_CODE = MBUCFPRENAME.PRENAME_CODE and
slslippayin.MEMBER_NO = MBMEMBMASTER.MEMBER_NO and
MBMEMBMASTER.COOP_ID = slslippayin.MEMCOOP_ID";
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.SLSLIPPAYINDataTable 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.SLSLIPPAYINDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.SLSLIPPAYINDataTable dataTable = new DataSet1.SLSLIPPAYINDataTable(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class SLSLIPPAYINDETTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OracleClient.OracleDataAdapter _adapter;
private global::System.Data.OracleClient.OracleConnection _connection;
private global::System.Data.OracleClient.OracleTransaction _transaction;
private global::System.Data.OracleClient.OracleCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SLSLIPPAYINDETTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.OracleClient.OracleCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OracleClient.OracleDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "SLSLIPPAYINDET";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("PAYINSLIP_NO", "PAYINSLIP_NO");
tableMapping.ColumnMappings.Add("SLIPITEMTYPE_CODE", "SLIPITEMTYPE_CODE");
tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO");
tableMapping.ColumnMappings.Add("OPERATE_FLAG", "OPERATE_FLAG");
tableMapping.ColumnMappings.Add("SHRLONTYPE_CODE", "SHRLONTYPE_CODE");
tableMapping.ColumnMappings.Add("CONCOOP_ID", "CONCOOP_ID");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("SLIPITEM_DESC", "SLIPITEM_DESC");
tableMapping.ColumnMappings.Add("PERIODCOUNT_FLAG", "PERIODCOUNT_FLAG");
tableMapping.ColumnMappings.Add("PERIOD", "PERIOD");
tableMapping.ColumnMappings.Add("PRINCIPAL_PAYAMT", "PRINCIPAL_PAYAMT");
tableMapping.ColumnMappings.Add("INTEREST_PAYAMT", "INTEREST_PAYAMT");
tableMapping.ColumnMappings.Add("INTARREAR_PAYAMT", "INTARREAR_PAYAMT");
tableMapping.ColumnMappings.Add("ITEM_PAYAMT", "ITEM_PAYAMT");
tableMapping.ColumnMappings.Add("ITEM_BALANCE", "ITEM_BALANCE");
tableMapping.ColumnMappings.Add("PRNCALINT_AMT", "PRNCALINT_AMT");
tableMapping.ColumnMappings.Add("CALINT_FROM", "CALINT_FROM");
tableMapping.ColumnMappings.Add("CALINT_TO", "CALINT_TO");
tableMapping.ColumnMappings.Add("INTEREST_PERIOD", "INTEREST_PERIOD");
tableMapping.ColumnMappings.Add("INTEREST_RETURN", "INTEREST_RETURN");
tableMapping.ColumnMappings.Add("STM_ITEMTYPE", "STM_ITEMTYPE");
tableMapping.ColumnMappings.Add("BFPERIOD", "BFPERIOD");
tableMapping.ColumnMappings.Add("BFINTARR_AMT", "BFINTARR_AMT");
tableMapping.ColumnMappings.Add("BFINTARRSET_AMT", "BFINTARRSET_AMT");
tableMapping.ColumnMappings.Add("BFLASTCALINT_DATE", "BFLASTCALINT_DATE");
tableMapping.ColumnMappings.Add("BFLASTPROC_DATE", "BFLASTPROC_DATE");
tableMapping.ColumnMappings.Add("BFLASTPAY_DATE", "BFLASTPAY_DATE");
tableMapping.ColumnMappings.Add("BFWITHDRAW_AMT", "BFWITHDRAW_AMT");
tableMapping.ColumnMappings.Add("BFPERIOD_PAYMENT", "BFPERIOD_PAYMENT");
tableMapping.ColumnMappings.Add("BFSHRCONT_BALAMT", "BFSHRCONT_BALAMT");
tableMapping.ColumnMappings.Add("BFSHRCONT_STATUS", "BFSHRCONT_STATUS");
tableMapping.ColumnMappings.Add("BFCONTLAW_STATUS", "BFCONTLAW_STATUS");
tableMapping.ColumnMappings.Add("BFCOUNTPAY_FLAG", "BFCOUNTPAY_FLAG");
tableMapping.ColumnMappings.Add("BFPAYSPEC_METHOD", "BFPAYSPEC_METHOD");
tableMapping.ColumnMappings.Add("RKEEP_PRINCIPAL", "RKEEP_PRINCIPAL");
tableMapping.ColumnMappings.Add("RKEEP_INTEREST", "RKEEP_INTEREST");
tableMapping.ColumnMappings.Add("NKEEP_INTEREST", "NKEEP_INTEREST");
tableMapping.ColumnMappings.Add("BFINTRETURN_FLAG", "BFINTRETURN_FLAG");
tableMapping.ColumnMappings.Add("BFINTRETURN_AMT", "BFINTRETURN_AMT");
tableMapping.ColumnMappings.Add("BFPXAFTERMTHKEEP_TYPE", "BFPXAFTERMTHKEEP_TYPE");
tableMapping.ColumnMappings.Add("REF_DOCNO", "REF_DOCNO");
tableMapping.ColumnMappings.Add("FINEYEAR_ARREAR", "FINEYEAR_ARREAR");
tableMapping.ColumnMappings.Add("INYEAR_ARREAR", "INYEAR_ARREAR");
tableMapping.ColumnMappings.Add("BFFINE_ARREAR", "BFFINE_ARREAR");
tableMapping.ColumnMappings.Add("FINE_PERIOD", "FINE_PERIOD");
tableMapping.ColumnMappings.Add("INT_ARREAR", "INT_ARREAR");
tableMapping.ColumnMappings.Add("FINE_ARREAR", "FINE_ARREAR");
tableMapping.ColumnMappings.Add("INTEREST_PAY", "INTEREST_PAY");
tableMapping.ColumnMappings.Add("INT_COMPENSATE", "INT_COMPENSATE");
tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("DOCUMENT_NO", "DOCUMENT_NO");
tableMapping.ColumnMappings.Add("SLIPTYPE_CODE", "SLIPTYPE_CODE");
tableMapping.ColumnMappings.Add("SLIP_DATE", "SLIP_DATE");
tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE");
tableMapping.ColumnMappings.Add("SHARESTKBF_VALUE", "SHARESTKBF_VALUE");
tableMapping.ColumnMappings.Add("SHARESTK_VALUE", "SHARESTK_VALUE");
tableMapping.ColumnMappings.Add("INTACCUM_AMT", "INTACCUM_AMT");
tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE");
tableMapping.ColumnMappings.Add("FINBANKACC_NO", "FINBANKACC_NO");
tableMapping.ColumnMappings.Add("EXPENSE_BANK", "EXPENSE_BANK");
tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH");
tableMapping.ColumnMappings.Add("EXPENSE_ACCID", "EXPENSE_ACCID");
tableMapping.ColumnMappings.Add("ACCID_FLAG", "ACCID_FLAG");
tableMapping.ColumnMappings.Add("TOFROM_ACCID", "TOFROM_ACCID");
tableMapping.ColumnMappings.Add("REF_SYSTEM", "REF_SYSTEM");
tableMapping.ColumnMappings.Add("REF_SLIPNO", "REF_SLIPNO");
tableMapping.ColumnMappings.Add("REF_SLIPAMT", "REF_SLIPAMT");
tableMapping.ColumnMappings.Add("SLIP_AMT", "SLIP_AMT");
tableMapping.ColumnMappings.Add("SLIP_STATUS", "SLIP_STATUS");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE");
tableMapping.ColumnMappings.Add("ENTRY_BYCOOPID", "ENTRY_BYCOOPID");
tableMapping.ColumnMappings.Add("CANCEL_ID", "CANCEL_ID");
tableMapping.ColumnMappings.Add("CANCEL_DATE", "CANCEL_DATE");
tableMapping.ColumnMappings.Add("FINPOST_STATUS", "FINPOST_STATUS");
tableMapping.ColumnMappings.Add("POSTTOVC_FLAG", "POSTTOVC_FLAG");
tableMapping.ColumnMappings.Add("VOUCHER_NO", "VOUCHER_NO");
tableMapping.ColumnMappings.Add("CANCELTOVC_FLAG", "CANCELTOVC_FLAG");
tableMapping.ColumnMappings.Add("CANCELVC_NO", "CANCELVC_NO");
tableMapping.ColumnMappings.Add("POST_TOFIN", "POST_TOFIN");
tableMapping.ColumnMappings.Add("COOP_ID1", "COOP_ID1");
tableMapping.ColumnMappings.Add("PAYINSLIP_NO1", "PAYINSLIP_NO1");
this._adapter.TableMappings.Add(tableMapping);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString1"].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 slslippayin left join slslippayindet on slslippayin.payinslip_no = " +
"slslippayindet.payinslip_no";
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.SLSLIPPAYINDETDataTable 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.SLSLIPPAYINDETDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.SLSLIPPAYINDETDataTable dataTable = new DataSet1.SLSLIPPAYINDETDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class STSCALES_SLIPTableAdapter : 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 STSCALES_SLIPTableAdapter() {
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 = "STSCALES_SLIP";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("SLIP_NO", "SLIP_NO");
tableMapping.ColumnMappings.Add("SLIP_DATE", "SLIP_DATE");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("MEM_FULL", "MEM_FULL");
tableMapping.ColumnMappings.Add("REGISTRATION", "REGISTRATION");
tableMapping.ColumnMappings.Add("PRODUCT_NO", "PRODUCT_NO");
tableMapping.ColumnMappings.Add("PRICE", "PRICE");
tableMapping.ColumnMappings.Add("WEIGHT_BEFORE", "WEIGHT_BEFORE");
tableMapping.ColumnMappings.Add("TIME_BEFORE", "TIME_BEFORE");
tableMapping.ColumnMappings.Add("WEIGHT_AFTER", "WEIGHT_AFTER");
tableMapping.ColumnMappings.Add("TIME_AFTER", "TIME_AFTER");
tableMapping.ColumnMappings.Add("WEIGHT_NET", "WEIGHT_NET");
tableMapping.ColumnMappings.Add("WEIGHT_SACK", "WEIGHT_SACK");
tableMapping.ColumnMappings.Add("MOISTURE_AMT", "MOISTURE_AMT");
tableMapping.ColumnMappings.Add("ETC_AMT", "ETC_AMT");
tableMapping.ColumnMappings.Add("WEIGHT_BALANCE", "WEIGHT_BALANCE");
tableMapping.ColumnMappings.Add("MAKE_MONEY", "MAKE_MONEY");
tableMapping.ColumnMappings.Add("MAKE_MONEY_TEXT", "MAKE_MONEY_TEXT");
tableMapping.ColumnMappings.Add("ENTRY_ID_BEFORE", "ENTRY_ID_BEFORE");
tableMapping.ColumnMappings.Add("ENTRY_ID_AFTER", "ENTRY_ID_AFTER");
tableMapping.ColumnMappings.Add("STATUS_BEFORE", "STATUS_BEFORE");
tableMapping.ColumnMappings.Add("STATUS_AFTER", "STATUS_AFTER");
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 \"STSCALES_SLIP\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"SLIP_NO\"" +
" = :Original_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.VarChar, 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.VarChar, 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 ""STSCALES_SLIP"" (""COOP_ID"", ""SLIP_NO"", ""SLIP_DATE"", ""MEMBER_NO"", ""MEM_FULL"", ""REGISTRATION"", ""PRODUCT_NO"", ""PRICE"", ""WEIGHT_BEFORE"", ""TIME_BEFORE"", ""WEIGHT_AFTER"", ""TIME_AFTER"", ""WEIGHT_NET"", ""WEIGHT_SACK"", ""MOISTURE_AMT"", ""ETC_AMT"", ""WEIGHT_BALANCE"", ""MAKE_MONEY"", ""MAKE_MONEY_TEXT"", ""ENTRY_ID_BEFORE"", ""ENTRY_ID_AFTER"", ""STATUS_BEFORE"", ""STATUS_AFTER"") VALUES (:COOP_ID, :SLIP_NO, :SLIP_DATE, :MEMBER_NO, :MEM_FULL, :REGISTRATION, :PRODUCT_NO, :PRICE, :WEIGHT_BEFORE, :TIME_BEFORE, :WEIGHT_AFTER, :TIME_AFTER, :WEIGHT_NET, :WEIGHT_SACK, :MOISTURE_AMT, :ETC_AMT, :WEIGHT_BALANCE, :MAKE_MONEY, :MAKE_MONEY_TEXT, :ENTRY_ID_BEFORE, :ENTRY_ID_AFTER, :STATUS_BEFORE, :STATUS_AFTER)";
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.VarChar, 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.VarChar, 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("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.VarChar, 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("MEM_FULL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_FULL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REGISTRATION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REGISTRATION", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRODUCT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PRODUCT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRICE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_BEFORE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_BEFORE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TIME_BEFORE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "TIME_BEFORE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_AFTER", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_AFTER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TIME_AFTER", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "TIME_AFTER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_NET", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_NET", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_SACK", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_SACK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MOISTURE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MOISTURE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ETC_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ETC_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_BALANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAKE_MONEY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAKE_MONEY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAKE_MONEY_TEXT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MAKE_MONEY_TEXT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID_BEFORE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID_BEFORE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID_AFTER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID_AFTER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_BEFORE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_BEFORE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_AFTER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_AFTER", 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 ""STSCALES_SLIP"" SET ""COOP_ID"" = :COOP_ID, ""SLIP_NO"" = :SLIP_NO, ""SLIP_DATE"" = :SLIP_DATE, ""MEMBER_NO"" = :MEMBER_NO, ""MEM_FULL"" = :MEM_FULL, ""REGISTRATION"" = :REGISTRATION, ""PRODUCT_NO"" = :PRODUCT_NO, ""PRICE"" = :PRICE, ""WEIGHT_BEFORE"" = :WEIGHT_BEFORE, ""TIME_BEFORE"" = :TIME_BEFORE, ""WEIGHT_AFTER"" = :WEIGHT_AFTER, ""TIME_AFTER"" = :TIME_AFTER, ""WEIGHT_NET"" = :WEIGHT_NET, ""WEIGHT_SACK"" = :WEIGHT_SACK, ""MOISTURE_AMT"" = :MOISTURE_AMT, ""ETC_AMT"" = :ETC_AMT, ""WEIGHT_BALANCE"" = :WEIGHT_BALANCE, ""MAKE_MONEY"" = :MAKE_MONEY, ""MAKE_MONEY_TEXT"" = :MAKE_MONEY_TEXT, ""ENTRY_ID_BEFORE"" = :ENTRY_ID_BEFORE, ""ENTRY_ID_AFTER"" = :ENTRY_ID_AFTER, ""STATUS_BEFORE"" = :STATUS_BEFORE, ""STATUS_AFTER"" = :STATUS_AFTER 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.VarChar, 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.VarChar, 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("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.VarChar, 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("MEM_FULL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_FULL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REGISTRATION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REGISTRATION", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRODUCT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PRODUCT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRICE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_BEFORE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_BEFORE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TIME_BEFORE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "TIME_BEFORE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_AFTER", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_AFTER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TIME_AFTER", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "TIME_AFTER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_NET", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_NET", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_SACK", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_SACK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MOISTURE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MOISTURE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ETC_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ETC_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT_BALANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAKE_MONEY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAKE_MONEY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAKE_MONEY_TEXT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MAKE_MONEY_TEXT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID_BEFORE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID_BEFORE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID_AFTER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID_AFTER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_BEFORE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_BEFORE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_AFTER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_AFTER", 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.VarChar, 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.VarChar, 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["ConnectionString2"].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 stscales_slip";
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.STSCALES_SLIPDataTable 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.STSCALES_SLIPDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.STSCALES_SLIPDataTable dataTable = new DataSet1.STSCALES_SLIPDataTable();
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.STSCALES_SLIPDataTable 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, "STSCALES_SLIP");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private STSCALES_SLIPTableAdapter _sTSCALES_SLIPTableAdapter;
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 STSCALES_SLIPTableAdapter STSCALES_SLIPTableAdapter {
get {
return this._sTSCALES_SLIPTableAdapter;
}
set {
this._sTSCALES_SLIPTableAdapter = 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._sTSCALES_SLIPTableAdapter != null)
&& (this._sTSCALES_SLIPTableAdapter.Connection != null))) {
return this._sTSCALES_SLIPTableAdapter.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._sTSCALES_SLIPTableAdapter != 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._sTSCALES_SLIPTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.STSCALES_SLIP.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._sTSCALES_SLIPTableAdapter.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._sTSCALES_SLIPTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.STSCALES_SLIP.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._sTSCALES_SLIPTableAdapter.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._sTSCALES_SLIPTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.STSCALES_SLIP.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._sTSCALES_SLIPTableAdapter.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._sTSCALES_SLIPTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._sTSCALES_SLIPTableAdapter.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