//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.shrlon.ws_sl_printcard_share_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 SHSHAREMASTERDataTable tableSHSHAREMASTER;
private DataTable1DataTable tableDataTable1;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet1() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["SHSHAREMASTER"] != null)) {
base.Tables.Add(new SHSHAREMASTERDataTable(ds.Tables["SHSHAREMASTER"]));
}
if ((ds.Tables["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public SHSHAREMASTERDataTable SHSHAREMASTER {
get {
return this.tableSHSHAREMASTER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public DataTable1DataTable DataTable1 {
get {
return this.tableDataTable1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet1 cln = ((DataSet1)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["SHSHAREMASTER"] != null)) {
base.Tables.Add(new SHSHAREMASTERDataTable(ds.Tables["SHSHAREMASTER"]));
}
if ((ds.Tables["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXml(reader);
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) {
this.tableSHSHAREMASTER = ((SHSHAREMASTERDataTable)(base.Tables["SHSHAREMASTER"]));
if ((initTable == true)) {
if ((this.tableSHSHAREMASTER != null)) {
this.tableSHSHAREMASTER.InitVars();
}
}
this.tableDataTable1 = ((DataTable1DataTable)(base.Tables["DataTable1"]));
if ((initTable == true)) {
if ((this.tableDataTable1 != null)) {
this.tableDataTable1.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "DataSet1";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DataSet1.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableSHSHAREMASTER = new SHSHAREMASTERDataTable();
base.Tables.Add(this.tableSHSHAREMASTER);
this.tableDataTable1 = new DataTable1DataTable();
base.Tables.Add(this.tableDataTable1);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeSHSHAREMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDataTable1() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void SHSHAREMASTERRowChangeEventHandler(object sender, SHSHAREMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DataTable1RowChangeEventHandler(object sender, DataTable1RowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class SHSHAREMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnSHARETYPE_CODE;
private global::System.Data.DataColumn columnSHAREBEGIN_AMT;
private global::System.Data.DataColumn columnSHARESTK_AMT;
private global::System.Data.DataColumn columnSHARESPM_AMT;
private global::System.Data.DataColumn columnSHARESPX_AMT;
private global::System.Data.DataColumn columnLAST_PERIOD;
private global::System.Data.DataColumn columnPERIODBASE_AMT;
private global::System.Data.DataColumn columnPERIODSHARE_AMT;
private global::System.Data.DataColumn columnPERIODSHARE_PERCENT;
private global::System.Data.DataColumn columnLASTPAYMENT_DATE;
private global::System.Data.DataColumn columnPAYMENT_STATUS;
private global::System.Data.DataColumn columnPAYMENTSTOP_DATE;
private global::System.Data.DataColumn columnPAYMENTPAUSE_DATE;
private global::System.Data.DataColumn columnSHAREATRETRY_AMT;
private global::System.Data.DataColumn columnSHAREWITHDRAW_AMT;
private global::System.Data.DataColumn columnLASTSHRWTD_DATE;
private global::System.Data.DataColumn columnLASTSHRWTD_PERIOD;
private global::System.Data.DataColumn columnSEQUEST_STATUS;
private global::System.Data.DataColumn columnSEQUEST_AMT;
private global::System.Data.DataColumn columnCHGPAYADD_AMT;
private global::System.Data.DataColumn columnCHGPAYLOW_AMT;
private global::System.Data.DataColumn columnCHGPAYSTOP_AMT;
private global::System.Data.DataColumn columnCHGPAYCONT_AMT;
private global::System.Data.DataColumn columnSHAREMASTER_STATUS;
private global::System.Data.DataColumn columnCOMPOUND_STATUS;
private global::System.Data.DataColumn columnCOMPOUND_DATE;
private global::System.Data.DataColumn columnCOMPOUND_PERIOD;
private global::System.Data.DataColumn columnCOMPOUNDDUE_DATE;
private global::System.Data.DataColumn columnCOMPOUND_PAYMENT;
private global::System.Data.DataColumn columnCOMPOUND_PAYSTATUS;
private global::System.Data.DataColumn columnCOMPOUND_NMLDATE;
private global::System.Data.DataColumn columnRKEEP_SHAREVALUE;
private global::System.Data.DataColumn columnMISSPAY_AMT;
private global::System.Data.DataColumn columnLAST_STM_NO;
private global::System.Data.DataColumn columnLASTKEEPING_DATE;
private global::System.Data.DataColumn columnLASTPROCESS_DATE;
private global::System.Data.DataColumn columnPAYOUTORD_FLAG;
private global::System.Data.DataColumn columnSHAREARREARBF_AMT;
private global::System.Data.DataColumn columnSHAREARREAR_AMT;
private global::System.Data.DataColumn columnDOPERATE_BAL;
private global::System.Data.DataColumn columnPERIODSHR_FLAG;
private global::System.Data.DataColumn columnPAYPAUSE_FLAG;
private global::System.Data.DataColumn columnREMARKSHR_FLAG;
private global::System.Data.DataColumn columnUNDERBASE_FLAG;
private global::System.Data.DataColumn columnRCVSHRPEND_AMT;
private global::System.Data.DataColumn columnRCVSHRARREAR_AMT;
private global::System.Data.DataColumn columnAFTERDUE_SHRSTATUS;
private global::System.Data.DataColumn columnAFTERDUE_SHRAMT;
private global::System.Data.DataColumn columnLASTWITHDRAW_DATE;
private global::System.Data.DataColumn columnLASTWITHDRAW_PERIOD;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_STATUS;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_GROUP;
private global::System.Data.DataColumn columnSHARESTKBALFRS_AMT;
private global::System.Data.DataColumn columnSHAREWTD_AMT;
private global::System.Data.DataColumn columnLASTREC_NO;
private global::System.Data.DataColumn columnLASTPAGE_NO;
private global::System.Data.DataColumn columnLASTLINE_NO;
private global::System.Data.DataColumn columnSHAREPASSBOOK_NO;
private global::System.Data.DataColumn columnLASTREC_NO_CARD;
private global::System.Data.DataColumn columnLASTLINE_NO_CARD;
private global::System.Data.DataColumn columnLASTPAGE_NO_CARD;
private global::System.Data.DataColumn columnMEMB_NAME;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SHSHAREMASTERDataTable() {
this.TableName = "SHSHAREMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SHSHAREMASTERDataTable(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 SHSHAREMASTERDataTable(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 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 SHARETYPE_CODEColumn {
get {
return this.columnSHARETYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREBEGIN_AMTColumn {
get {
return this.columnSHAREBEGIN_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTK_AMTColumn {
get {
return this.columnSHARESTK_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESPM_AMTColumn {
get {
return this.columnSHARESPM_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESPX_AMTColumn {
get {
return this.columnSHARESPX_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_PERIODColumn {
get {
return this.columnLAST_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODBASE_AMTColumn {
get {
return this.columnPERIODBASE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODSHARE_AMTColumn {
get {
return this.columnPERIODSHARE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODSHARE_PERCENTColumn {
get {
return this.columnPERIODSHARE_PERCENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPAYMENT_DATEColumn {
get {
return this.columnLASTPAYMENT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMENT_STATUSColumn {
get {
return this.columnPAYMENT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMENTSTOP_DATEColumn {
get {
return this.columnPAYMENTSTOP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMENTPAUSE_DATEColumn {
get {
return this.columnPAYMENTPAUSE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREATRETRY_AMTColumn {
get {
return this.columnSHAREATRETRY_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREWITHDRAW_AMTColumn {
get {
return this.columnSHAREWITHDRAW_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTSHRWTD_DATEColumn {
get {
return this.columnLASTSHRWTD_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTSHRWTD_PERIODColumn {
get {
return this.columnLASTSHRWTD_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQUEST_STATUSColumn {
get {
return this.columnSEQUEST_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQUEST_AMTColumn {
get {
return this.columnSEQUEST_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CHGPAYADD_AMTColumn {
get {
return this.columnCHGPAYADD_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CHGPAYLOW_AMTColumn {
get {
return this.columnCHGPAYLOW_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CHGPAYSTOP_AMTColumn {
get {
return this.columnCHGPAYSTOP_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CHGPAYCONT_AMTColumn {
get {
return this.columnCHGPAYCONT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREMASTER_STATUSColumn {
get {
return this.columnSHAREMASTER_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_STATUSColumn {
get {
return this.columnCOMPOUND_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_DATEColumn {
get {
return this.columnCOMPOUND_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_PERIODColumn {
get {
return this.columnCOMPOUND_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDDUE_DATEColumn {
get {
return this.columnCOMPOUNDDUE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_PAYMENTColumn {
get {
return this.columnCOMPOUND_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_PAYSTATUSColumn {
get {
return this.columnCOMPOUND_PAYSTATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_NMLDATEColumn {
get {
return this.columnCOMPOUND_NMLDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RKEEP_SHAREVALUEColumn {
get {
return this.columnRKEEP_SHAREVALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MISSPAY_AMTColumn {
get {
return this.columnMISSPAY_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_STM_NOColumn {
get {
return this.columnLAST_STM_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTKEEPING_DATEColumn {
get {
return this.columnLASTKEEPING_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPROCESS_DATEColumn {
get {
return this.columnLASTPROCESS_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTORD_FLAGColumn {
get {
return this.columnPAYOUTORD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREARREARBF_AMTColumn {
get {
return this.columnSHAREARREARBF_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREARREAR_AMTColumn {
get {
return this.columnSHAREARREAR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DOPERATE_BALColumn {
get {
return this.columnDOPERATE_BAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODSHR_FLAGColumn {
get {
return this.columnPERIODSHR_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYPAUSE_FLAGColumn {
get {
return this.columnPAYPAUSE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REMARKSHR_FLAGColumn {
get {
return this.columnREMARKSHR_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UNDERBASE_FLAGColumn {
get {
return this.columnUNDERBASE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RCVSHRPEND_AMTColumn {
get {
return this.columnRCVSHRPEND_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RCVSHRARREAR_AMTColumn {
get {
return this.columnRCVSHRARREAR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AFTERDUE_SHRSTATUSColumn {
get {
return this.columnAFTERDUE_SHRSTATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AFTERDUE_SHRAMTColumn {
get {
return this.columnAFTERDUE_SHRAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTWITHDRAW_DATEColumn {
get {
return this.columnLASTWITHDRAW_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTWITHDRAW_PERIODColumn {
get {
return this.columnLASTWITHDRAW_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_STATUSColumn {
get {
return this.columnCOMPOUNDKEEP_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_GROUPColumn {
get {
return this.columnCOMPOUNDKEEP_GROUP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTKBALFRS_AMTColumn {
get {
return this.columnSHARESTKBALFRS_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREWTD_AMTColumn {
get {
return this.columnSHAREWTD_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTREC_NOColumn {
get {
return this.columnLASTREC_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPAGE_NOColumn {
get {
return this.columnLASTPAGE_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTLINE_NOColumn {
get {
return this.columnLASTLINE_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREPASSBOOK_NOColumn {
get {
return this.columnSHAREPASSBOOK_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTREC_NO_CARDColumn {
get {
return this.columnLASTREC_NO_CARD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTLINE_NO_CARDColumn {
get {
return this.columnLASTLINE_NO_CARD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPAGE_NO_CARDColumn {
get {
return this.columnLASTPAGE_NO_CARD;
}
}
[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")]
[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 SHSHAREMASTERRow this[int index] {
get {
return ((SHSHAREMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSHSHAREMASTERRow(SHSHAREMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SHSHAREMASTERRow AddSHSHAREMASTERRow(
string COOP_ID,
string MEMBER_NO,
string SHARETYPE_CODE,
decimal SHAREBEGIN_AMT,
decimal SHARESTK_AMT,
decimal SHARESPM_AMT,
decimal SHARESPX_AMT,
decimal LAST_PERIOD,
decimal PERIODBASE_AMT,
decimal PERIODSHARE_AMT,
decimal PERIODSHARE_PERCENT,
System.DateTime LASTPAYMENT_DATE,
decimal PAYMENT_STATUS,
System.DateTime PAYMENTSTOP_DATE,
System.DateTime PAYMENTPAUSE_DATE,
decimal SHAREATRETRY_AMT,
decimal SHAREWITHDRAW_AMT,
System.DateTime LASTSHRWTD_DATE,
decimal LASTSHRWTD_PERIOD,
decimal SEQUEST_STATUS,
decimal SEQUEST_AMT,
decimal CHGPAYADD_AMT,
decimal CHGPAYLOW_AMT,
decimal CHGPAYSTOP_AMT,
decimal CHGPAYCONT_AMT,
decimal SHAREMASTER_STATUS,
decimal COMPOUND_STATUS,
System.DateTime COMPOUND_DATE,
decimal COMPOUND_PERIOD,
System.DateTime COMPOUNDDUE_DATE,
decimal COMPOUND_PAYMENT,
decimal COMPOUND_PAYSTATUS,
System.DateTime COMPOUND_NMLDATE,
decimal RKEEP_SHAREVALUE,
decimal MISSPAY_AMT,
decimal LAST_STM_NO,
System.DateTime LASTKEEPING_DATE,
System.DateTime LASTPROCESS_DATE,
decimal PAYOUTORD_FLAG,
decimal SHAREARREARBF_AMT,
decimal SHAREARREAR_AMT,
decimal DOPERATE_BAL,
decimal PERIODSHR_FLAG,
decimal PAYPAUSE_FLAG,
decimal REMARKSHR_FLAG,
decimal UNDERBASE_FLAG,
decimal RCVSHRPEND_AMT,
decimal RCVSHRARREAR_AMT,
decimal AFTERDUE_SHRSTATUS,
decimal AFTERDUE_SHRAMT,
System.DateTime LASTWITHDRAW_DATE,
decimal LASTWITHDRAW_PERIOD,
decimal COMPOUNDKEEP_STATUS,
string COMPOUNDKEEP_GROUP,
decimal SHARESTKBALFRS_AMT,
decimal SHAREWTD_AMT,
decimal LASTREC_NO,
decimal LASTPAGE_NO,
decimal LASTLINE_NO,
string SHAREPASSBOOK_NO,
decimal LASTREC_NO_CARD,
decimal LASTLINE_NO_CARD,
decimal LASTPAGE_NO_CARD,
string MEMB_NAME) {
SHSHAREMASTERRow rowSHSHAREMASTERRow = ((SHSHAREMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MEMBER_NO,
SHARETYPE_CODE,
SHAREBEGIN_AMT,
SHARESTK_AMT,
SHARESPM_AMT,
SHARESPX_AMT,
LAST_PERIOD,
PERIODBASE_AMT,
PERIODSHARE_AMT,
PERIODSHARE_PERCENT,
LASTPAYMENT_DATE,
PAYMENT_STATUS,
PAYMENTSTOP_DATE,
PAYMENTPAUSE_DATE,
SHAREATRETRY_AMT,
SHAREWITHDRAW_AMT,
LASTSHRWTD_DATE,
LASTSHRWTD_PERIOD,
SEQUEST_STATUS,
SEQUEST_AMT,
CHGPAYADD_AMT,
CHGPAYLOW_AMT,
CHGPAYSTOP_AMT,
CHGPAYCONT_AMT,
SHAREMASTER_STATUS,
COMPOUND_STATUS,
COMPOUND_DATE,
COMPOUND_PERIOD,
COMPOUNDDUE_DATE,
COMPOUND_PAYMENT,
COMPOUND_PAYSTATUS,
COMPOUND_NMLDATE,
RKEEP_SHAREVALUE,
MISSPAY_AMT,
LAST_STM_NO,
LASTKEEPING_DATE,
LASTPROCESS_DATE,
PAYOUTORD_FLAG,
SHAREARREARBF_AMT,
SHAREARREAR_AMT,
DOPERATE_BAL,
PERIODSHR_FLAG,
PAYPAUSE_FLAG,
REMARKSHR_FLAG,
UNDERBASE_FLAG,
RCVSHRPEND_AMT,
RCVSHRARREAR_AMT,
AFTERDUE_SHRSTATUS,
AFTERDUE_SHRAMT,
LASTWITHDRAW_DATE,
LASTWITHDRAW_PERIOD,
COMPOUNDKEEP_STATUS,
COMPOUNDKEEP_GROUP,
SHARESTKBALFRS_AMT,
SHAREWTD_AMT,
LASTREC_NO,
LASTPAGE_NO,
LASTLINE_NO,
SHAREPASSBOOK_NO,
LASTREC_NO_CARD,
LASTLINE_NO_CARD,
LASTPAGE_NO_CARD,
MEMB_NAME};
rowSHSHAREMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSHSHAREMASTERRow);
return rowSHSHAREMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SHSHAREMASTERRow FindByCOOP_IDMEMBER_NOSHARETYPE_CODE(string COOP_ID, string MEMBER_NO, string SHARETYPE_CODE) {
return ((SHSHAREMASTERRow)(this.Rows.Find(new object[] {
COOP_ID,
MEMBER_NO,
SHARETYPE_CODE})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
SHSHAREMASTERDataTable cln = ((SHSHAREMASTERDataTable)(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 SHSHAREMASTERDataTable();
}
[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.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnSHARETYPE_CODE = base.Columns["SHARETYPE_CODE"];
this.columnSHAREBEGIN_AMT = base.Columns["SHAREBEGIN_AMT"];
this.columnSHARESTK_AMT = base.Columns["SHARESTK_AMT"];
this.columnSHARESPM_AMT = base.Columns["SHARESPM_AMT"];
this.columnSHARESPX_AMT = base.Columns["SHARESPX_AMT"];
this.columnLAST_PERIOD = base.Columns["LAST_PERIOD"];
this.columnPERIODBASE_AMT = base.Columns["PERIODBASE_AMT"];
this.columnPERIODSHARE_AMT = base.Columns["PERIODSHARE_AMT"];
this.columnPERIODSHARE_PERCENT = base.Columns["PERIODSHARE_PERCENT"];
this.columnLASTPAYMENT_DATE = base.Columns["LASTPAYMENT_DATE"];
this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"];
this.columnPAYMENTSTOP_DATE = base.Columns["PAYMENTSTOP_DATE"];
this.columnPAYMENTPAUSE_DATE = base.Columns["PAYMENTPAUSE_DATE"];
this.columnSHAREATRETRY_AMT = base.Columns["SHAREATRETRY_AMT"];
this.columnSHAREWITHDRAW_AMT = base.Columns["SHAREWITHDRAW_AMT"];
this.columnLASTSHRWTD_DATE = base.Columns["LASTSHRWTD_DATE"];
this.columnLASTSHRWTD_PERIOD = base.Columns["LASTSHRWTD_PERIOD"];
this.columnSEQUEST_STATUS = base.Columns["SEQUEST_STATUS"];
this.columnSEQUEST_AMT = base.Columns["SEQUEST_AMT"];
this.columnCHGPAYADD_AMT = base.Columns["CHGPAYADD_AMT"];
this.columnCHGPAYLOW_AMT = base.Columns["CHGPAYLOW_AMT"];
this.columnCHGPAYSTOP_AMT = base.Columns["CHGPAYSTOP_AMT"];
this.columnCHGPAYCONT_AMT = base.Columns["CHGPAYCONT_AMT"];
this.columnSHAREMASTER_STATUS = base.Columns["SHAREMASTER_STATUS"];
this.columnCOMPOUND_STATUS = base.Columns["COMPOUND_STATUS"];
this.columnCOMPOUND_DATE = base.Columns["COMPOUND_DATE"];
this.columnCOMPOUND_PERIOD = base.Columns["COMPOUND_PERIOD"];
this.columnCOMPOUNDDUE_DATE = base.Columns["COMPOUNDDUE_DATE"];
this.columnCOMPOUND_PAYMENT = base.Columns["COMPOUND_PAYMENT"];
this.columnCOMPOUND_PAYSTATUS = base.Columns["COMPOUND_PAYSTATUS"];
this.columnCOMPOUND_NMLDATE = base.Columns["COMPOUND_NMLDATE"];
this.columnRKEEP_SHAREVALUE = base.Columns["RKEEP_SHAREVALUE"];
this.columnMISSPAY_AMT = base.Columns["MISSPAY_AMT"];
this.columnLAST_STM_NO = base.Columns["LAST_STM_NO"];
this.columnLASTKEEPING_DATE = base.Columns["LASTKEEPING_DATE"];
this.columnLASTPROCESS_DATE = base.Columns["LASTPROCESS_DATE"];
this.columnPAYOUTORD_FLAG = base.Columns["PAYOUTORD_FLAG"];
this.columnSHAREARREARBF_AMT = base.Columns["SHAREARREARBF_AMT"];
this.columnSHAREARREAR_AMT = base.Columns["SHAREARREAR_AMT"];
this.columnDOPERATE_BAL = base.Columns["DOPERATE_BAL"];
this.columnPERIODSHR_FLAG = base.Columns["PERIODSHR_FLAG"];
this.columnPAYPAUSE_FLAG = base.Columns["PAYPAUSE_FLAG"];
this.columnREMARKSHR_FLAG = base.Columns["REMARKSHR_FLAG"];
this.columnUNDERBASE_FLAG = base.Columns["UNDERBASE_FLAG"];
this.columnRCVSHRPEND_AMT = base.Columns["RCVSHRPEND_AMT"];
this.columnRCVSHRARREAR_AMT = base.Columns["RCVSHRARREAR_AMT"];
this.columnAFTERDUE_SHRSTATUS = base.Columns["AFTERDUE_SHRSTATUS"];
this.columnAFTERDUE_SHRAMT = base.Columns["AFTERDUE_SHRAMT"];
this.columnLASTWITHDRAW_DATE = base.Columns["LASTWITHDRAW_DATE"];
this.columnLASTWITHDRAW_PERIOD = base.Columns["LASTWITHDRAW_PERIOD"];
this.columnCOMPOUNDKEEP_STATUS = base.Columns["COMPOUNDKEEP_STATUS"];
this.columnCOMPOUNDKEEP_GROUP = base.Columns["COMPOUNDKEEP_GROUP"];
this.columnSHARESTKBALFRS_AMT = base.Columns["SHARESTKBALFRS_AMT"];
this.columnSHAREWTD_AMT = base.Columns["SHAREWTD_AMT"];
this.columnLASTREC_NO = base.Columns["LASTREC_NO"];
this.columnLASTPAGE_NO = base.Columns["LASTPAGE_NO"];
this.columnLASTLINE_NO = base.Columns["LASTLINE_NO"];
this.columnSHAREPASSBOOK_NO = base.Columns["SHAREPASSBOOK_NO"];
this.columnLASTREC_NO_CARD = base.Columns["LASTREC_NO_CARD"];
this.columnLASTLINE_NO_CARD = base.Columns["LASTLINE_NO_CARD"];
this.columnLASTPAGE_NO_CARD = base.Columns["LASTPAGE_NO_CARD"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
}
[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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnSHARETYPE_CODE = new global::System.Data.DataColumn("SHARETYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARETYPE_CODE);
this.columnSHAREBEGIN_AMT = new global::System.Data.DataColumn("SHAREBEGIN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREBEGIN_AMT);
this.columnSHARESTK_AMT = new global::System.Data.DataColumn("SHARESTK_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTK_AMT);
this.columnSHARESPM_AMT = new global::System.Data.DataColumn("SHARESPM_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESPM_AMT);
this.columnSHARESPX_AMT = new global::System.Data.DataColumn("SHARESPX_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESPX_AMT);
this.columnLAST_PERIOD = new global::System.Data.DataColumn("LAST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_PERIOD);
this.columnPERIODBASE_AMT = new global::System.Data.DataColumn("PERIODBASE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODBASE_AMT);
this.columnPERIODSHARE_AMT = new global::System.Data.DataColumn("PERIODSHARE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODSHARE_AMT);
this.columnPERIODSHARE_PERCENT = new global::System.Data.DataColumn("PERIODSHARE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODSHARE_PERCENT);
this.columnLASTPAYMENT_DATE = new global::System.Data.DataColumn("LASTPAYMENT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPAYMENT_DATE);
this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMENT_STATUS);
this.columnPAYMENTSTOP_DATE = new global::System.Data.DataColumn("PAYMENTSTOP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMENTSTOP_DATE);
this.columnPAYMENTPAUSE_DATE = new global::System.Data.DataColumn("PAYMENTPAUSE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMENTPAUSE_DATE);
this.columnSHAREATRETRY_AMT = new global::System.Data.DataColumn("SHAREATRETRY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREATRETRY_AMT);
this.columnSHAREWITHDRAW_AMT = new global::System.Data.DataColumn("SHAREWITHDRAW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREWITHDRAW_AMT);
this.columnLASTSHRWTD_DATE = new global::System.Data.DataColumn("LASTSHRWTD_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTSHRWTD_DATE);
this.columnLASTSHRWTD_PERIOD = new global::System.Data.DataColumn("LASTSHRWTD_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTSHRWTD_PERIOD);
this.columnSEQUEST_STATUS = new global::System.Data.DataColumn("SEQUEST_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQUEST_STATUS);
this.columnSEQUEST_AMT = new global::System.Data.DataColumn("SEQUEST_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQUEST_AMT);
this.columnCHGPAYADD_AMT = new global::System.Data.DataColumn("CHGPAYADD_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCHGPAYADD_AMT);
this.columnCHGPAYLOW_AMT = new global::System.Data.DataColumn("CHGPAYLOW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCHGPAYLOW_AMT);
this.columnCHGPAYSTOP_AMT = new global::System.Data.DataColumn("CHGPAYSTOP_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCHGPAYSTOP_AMT);
this.columnCHGPAYCONT_AMT = new global::System.Data.DataColumn("CHGPAYCONT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCHGPAYCONT_AMT);
this.columnSHAREMASTER_STATUS = new global::System.Data.DataColumn("SHAREMASTER_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREMASTER_STATUS);
this.columnCOMPOUND_STATUS = new global::System.Data.DataColumn("COMPOUND_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_STATUS);
this.columnCOMPOUND_DATE = new global::System.Data.DataColumn("COMPOUND_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_DATE);
this.columnCOMPOUND_PERIOD = new global::System.Data.DataColumn("COMPOUND_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_PERIOD);
this.columnCOMPOUNDDUE_DATE = new global::System.Data.DataColumn("COMPOUNDDUE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDDUE_DATE);
this.columnCOMPOUND_PAYMENT = new global::System.Data.DataColumn("COMPOUND_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_PAYMENT);
this.columnCOMPOUND_PAYSTATUS = new global::System.Data.DataColumn("COMPOUND_PAYSTATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_PAYSTATUS);
this.columnCOMPOUND_NMLDATE = new global::System.Data.DataColumn("COMPOUND_NMLDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_NMLDATE);
this.columnRKEEP_SHAREVALUE = new global::System.Data.DataColumn("RKEEP_SHAREVALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRKEEP_SHAREVALUE);
this.columnMISSPAY_AMT = new global::System.Data.DataColumn("MISSPAY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMISSPAY_AMT);
this.columnLAST_STM_NO = new global::System.Data.DataColumn("LAST_STM_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_STM_NO);
this.columnLASTKEEPING_DATE = new global::System.Data.DataColumn("LASTKEEPING_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTKEEPING_DATE);
this.columnLASTPROCESS_DATE = new global::System.Data.DataColumn("LASTPROCESS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPROCESS_DATE);
this.columnPAYOUTORD_FLAG = new global::System.Data.DataColumn("PAYOUTORD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTORD_FLAG);
this.columnSHAREARREARBF_AMT = new global::System.Data.DataColumn("SHAREARREARBF_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREARREARBF_AMT);
this.columnSHAREARREAR_AMT = new global::System.Data.DataColumn("SHAREARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREARREAR_AMT);
this.columnDOPERATE_BAL = new global::System.Data.DataColumn("DOPERATE_BAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDOPERATE_BAL);
this.columnPERIODSHR_FLAG = new global::System.Data.DataColumn("PERIODSHR_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODSHR_FLAG);
this.columnPAYPAUSE_FLAG = new global::System.Data.DataColumn("PAYPAUSE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYPAUSE_FLAG);
this.columnREMARKSHR_FLAG = new global::System.Data.DataColumn("REMARKSHR_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARKSHR_FLAG);
this.columnUNDERBASE_FLAG = new global::System.Data.DataColumn("UNDERBASE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUNDERBASE_FLAG);
this.columnRCVSHRPEND_AMT = new global::System.Data.DataColumn("RCVSHRPEND_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCVSHRPEND_AMT);
this.columnRCVSHRARREAR_AMT = new global::System.Data.DataColumn("RCVSHRARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRCVSHRARREAR_AMT);
this.columnAFTERDUE_SHRSTATUS = new global::System.Data.DataColumn("AFTERDUE_SHRSTATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAFTERDUE_SHRSTATUS);
this.columnAFTERDUE_SHRAMT = new global::System.Data.DataColumn("AFTERDUE_SHRAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAFTERDUE_SHRAMT);
this.columnLASTWITHDRAW_DATE = new global::System.Data.DataColumn("LASTWITHDRAW_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTWITHDRAW_DATE);
this.columnLASTWITHDRAW_PERIOD = new global::System.Data.DataColumn("LASTWITHDRAW_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTWITHDRAW_PERIOD);
this.columnCOMPOUNDKEEP_STATUS = new global::System.Data.DataColumn("COMPOUNDKEEP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_STATUS);
this.columnCOMPOUNDKEEP_GROUP = new global::System.Data.DataColumn("COMPOUNDKEEP_GROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_GROUP);
this.columnSHARESTKBALFRS_AMT = new global::System.Data.DataColumn("SHARESTKBALFRS_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTKBALFRS_AMT);
this.columnSHAREWTD_AMT = new global::System.Data.DataColumn("SHAREWTD_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREWTD_AMT);
this.columnLASTREC_NO = new global::System.Data.DataColumn("LASTREC_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTREC_NO);
this.columnLASTPAGE_NO = new global::System.Data.DataColumn("LASTPAGE_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPAGE_NO);
this.columnLASTLINE_NO = new global::System.Data.DataColumn("LASTLINE_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTLINE_NO);
this.columnSHAREPASSBOOK_NO = new global::System.Data.DataColumn("SHAREPASSBOOK_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREPASSBOOK_NO);
this.columnLASTREC_NO_CARD = new global::System.Data.DataColumn("LASTREC_NO_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTREC_NO_CARD);
this.columnLASTLINE_NO_CARD = new global::System.Data.DataColumn("LASTLINE_NO_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTLINE_NO_CARD);
this.columnLASTPAGE_NO_CARD = new global::System.Data.DataColumn("LASTPAGE_NO_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPAGE_NO_CARD);
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.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnMEMBER_NO,
this.columnSHARETYPE_CODE}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.AllowDBNull = false;
this.columnMEMBER_NO.MaxLength = 8;
this.columnSHARETYPE_CODE.AllowDBNull = false;
this.columnSHARETYPE_CODE.MaxLength = 2;
this.columnCOMPOUNDKEEP_GROUP.MaxLength = 8;
this.columnSHAREPASSBOOK_NO.MaxLength = 10;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SHSHAREMASTERRow NewSHSHAREMASTERRow() {
return ((SHSHAREMASTERRow)(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 SHSHAREMASTERRow(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(SHSHAREMASTERRow);
}
[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.SHSHAREMASTERRowChanged != null)) {
this.SHSHAREMASTERRowChanged(this, new SHSHAREMASTERRowChangeEvent(((SHSHAREMASTERRow)(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.SHSHAREMASTERRowChanging != null)) {
this.SHSHAREMASTERRowChanging(this, new SHSHAREMASTERRowChangeEvent(((SHSHAREMASTERRow)(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.SHSHAREMASTERRowDeleted != null)) {
this.SHSHAREMASTERRowDeleted(this, new SHSHAREMASTERRowChangeEvent(((SHSHAREMASTERRow)(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.SHSHAREMASTERRowDeleting != null)) {
this.SHSHAREMASTERRowDeleting(this, new SHSHAREMASTERRowChangeEvent(((SHSHAREMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSHSHAREMASTERRow(SHSHAREMASTERRow 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 = "SHSHAREMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class DataTable1DataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnSDATE;
private global::System.Data.DataColumn columnEDATE;
private global::System.Data.DataColumn columnSGROUP;
private global::System.Data.DataColumn columnEGROUP;
private global::System.Data.DataColumn columnMEMB_NO;
private global::System.Data.DataColumn columnTYPE;
private global::System.Data.DataColumn columnMEMB_NAME;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1DataTable() {
this.TableName = "DataTable1";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable1DataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataTable1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SDATEColumn {
get {
return this.columnSDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EDATEColumn {
get {
return this.columnEDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SGROUPColumn {
get {
return this.columnSGROUP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EGROUPColumn {
get {
return this.columnEGROUP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NOColumn {
get {
return this.columnMEMB_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TYPEColumn {
get {
return this.columnTYPE;
}
}
[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")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row this[int index] {
get {
return ((DataTable1Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDataTable1Row(DataTable1Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row AddDataTable1Row(System.DateTime SDATE, System.DateTime EDATE, string SGROUP, string EGROUP, string MEMB_NO, string TYPE, string MEMB_NAME) {
DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
SDATE,
EDATE,
SGROUP,
EGROUP,
MEMB_NO,
TYPE,
MEMB_NAME};
rowDataTable1Row.ItemArray = columnValuesArray;
this.Rows.Add(rowDataTable1Row);
return rowDataTable1Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
DataTable1DataTable cln = ((DataTable1DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new DataTable1DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnSDATE = base.Columns["SDATE"];
this.columnEDATE = base.Columns["EDATE"];
this.columnSGROUP = base.Columns["SGROUP"];
this.columnEGROUP = base.Columns["EGROUP"];
this.columnMEMB_NO = base.Columns["MEMB_NO"];
this.columnTYPE = base.Columns["TYPE"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnSDATE = new global::System.Data.DataColumn("SDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSDATE);
this.columnEDATE = new global::System.Data.DataColumn("EDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEDATE);
this.columnSGROUP = new global::System.Data.DataColumn("SGROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSGROUP);
this.columnEGROUP = new global::System.Data.DataColumn("EGROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEGROUP);
this.columnMEMB_NO = new global::System.Data.DataColumn("MEMB_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NO);
this.columnTYPE = new global::System.Data.DataColumn("TYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTYPE);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row NewDataTable1Row() {
return ((DataTable1Row)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new DataTable1Row(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(DataTable1Row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.DataTable1RowChanged != null)) {
this.DataTable1RowChanged(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.DataTable1RowChanging != null)) {
this.DataTable1RowChanging(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.DataTable1RowDeleted != null)) {
this.DataTable1RowDeleted(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.DataTable1RowDeleting != null)) {
this.DataTable1RowDeleting(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDataTable1Row(DataTable1Row row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "DataTable1DataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents strongly named DataRow class.
///
public partial class SHSHAREMASTERRow : global::System.Data.DataRow {
private SHSHAREMASTERDataTable tableSHSHAREMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SHSHAREMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSHSHAREMASTER = ((SHSHAREMASTERDataTable)(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.tableSHSHAREMASTER.COOP_IDColumn]));
}
set {
this[this.tableSHSHAREMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
return ((string)(this[this.tableSHSHAREMASTER.MEMBER_NOColumn]));
}
set {
this[this.tableSHSHAREMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SHARETYPE_CODE {
get {
return ((string)(this[this.tableSHSHAREMASTER.SHARETYPE_CODEColumn]));
}
set {
this[this.tableSHSHAREMASTER.SHARETYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREBEGIN_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREBEGIN_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREBEGIN_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREBEGIN_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTK_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHARESTK_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHARESTK_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESPM_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHARESPM_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESPM_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHARESPM_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESPX_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHARESPX_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESPX_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHARESPX_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_PERIOD {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LAST_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_PERIOD\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LAST_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODBASE_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.PERIODBASE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODBASE_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PERIODBASE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODSHARE_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.PERIODSHARE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODSHARE_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PERIODSHARE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODSHARE_PERCENT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.PERIODSHARE_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODSHARE_PERCENT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PERIODSHARE_PERCENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTPAYMENT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.LASTPAYMENT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAYMENT_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTPAYMENT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYMENT_STATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.PAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PAYMENT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime PAYMENTSTOP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.PAYMENTSTOP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMENTSTOP_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PAYMENTSTOP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime PAYMENTPAUSE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.PAYMENTPAUSE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMENTPAUSE_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PAYMENTPAUSE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREATRETRY_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREATRETRY_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREATRETRY_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREATRETRY_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREWITHDRAW_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREWITHDRAW_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREWITHDRAW_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREWITHDRAW_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTSHRWTD_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.LASTSHRWTD_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTSHRWTD_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTSHRWTD_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTSHRWTD_PERIOD {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LASTSHRWTD_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTSHRWTD_PERIOD\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTSHRWTD_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQUEST_STATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SEQUEST_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_STATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SEQUEST_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQUEST_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SEQUEST_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SEQUEST_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CHGPAYADD_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.CHGPAYADD_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CHGPAYADD_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.CHGPAYADD_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CHGPAYLOW_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.CHGPAYLOW_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CHGPAYLOW_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.CHGPAYLOW_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CHGPAYSTOP_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.CHGPAYSTOP_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CHGPAYSTOP_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.CHGPAYSTOP_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CHGPAYCONT_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.CHGPAYCONT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CHGPAYCONT_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.CHGPAYCONT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREMASTER_STATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREMASTER_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREMASTER_STATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREMASTER_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_STATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.COMPOUND_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_STATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.COMPOUND_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUND_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.COMPOUND_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.COMPOUND_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_PERIOD {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.COMPOUND_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PERIOD\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.COMPOUND_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUNDDUE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.COMPOUNDDUE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDDUE_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.COMPOUNDDUE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_PAYMENT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.COMPOUND_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PAYMENT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.COMPOUND_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_PAYSTATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.COMPOUND_PAYSTATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PAYSTATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.COMPOUND_PAYSTATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUND_NMLDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.COMPOUND_NMLDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_NMLDATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.COMPOUND_NMLDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RKEEP_SHAREVALUE {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.RKEEP_SHAREVALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_SHAREVALUE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.RKEEP_SHAREVALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MISSPAY_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.MISSPAY_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MISSPAY_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.MISSPAY_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_STM_NO {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LAST_STM_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_STM_NO\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LAST_STM_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTKEEPING_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.LASTKEEPING_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTKEEPING_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTKEEPING_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTPROCESS_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.LASTPROCESS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPROCESS_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTPROCESS_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUTORD_FLAG {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.PAYOUTORD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTORD_FLAG\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PAYOUTORD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREARREARBF_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREARREARBF_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREARREARBF_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREARREARBF_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREARREAR_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREARREAR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREARREAR_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREARREAR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DOPERATE_BAL {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.DOPERATE_BALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOPERATE_BAL\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.DOPERATE_BALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODSHR_FLAG {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.PERIODSHR_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODSHR_FLAG\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PERIODSHR_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYPAUSE_FLAG {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.PAYPAUSE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYPAUSE_FLAG\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PAYPAUSE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal REMARKSHR_FLAG {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.REMARKSHR_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARKSHR_FLAG\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.REMARKSHR_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal UNDERBASE_FLAG {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.UNDERBASE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UNDERBASE_FLAG\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.UNDERBASE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RCVSHRPEND_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.RCVSHRPEND_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCVSHRPEND_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.RCVSHRPEND_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RCVSHRARREAR_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.RCVSHRARREAR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RCVSHRARREAR_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.RCVSHRARREAR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal AFTERDUE_SHRSTATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.AFTERDUE_SHRSTATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AFTERDUE_SHRSTATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.AFTERDUE_SHRSTATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal AFTERDUE_SHRAMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.AFTERDUE_SHRAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AFTERDUE_SHRAMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.AFTERDUE_SHRAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTWITHDRAW_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.LASTWITHDRAW_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTWITHDRAW_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTWITHDRAW_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTWITHDRAW_PERIOD {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LASTWITHDRAW_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTWITHDRAW_PERIOD\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTWITHDRAW_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUNDKEEP_STATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.COMPOUNDKEEP_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_STATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.COMPOUNDKEEP_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COMPOUNDKEEP_GROUP {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.COMPOUNDKEEP_GROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_GROUP\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.COMPOUNDKEEP_GROUPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTKBALFRS_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHARESTKBALFRS_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTKBALFRS_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHARESTKBALFRS_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREWTD_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREWTD_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREWTD_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREWTD_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTREC_NO {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LASTREC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTREC_NO\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTREC_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTPAGE_NO {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LASTPAGE_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAGE_NO\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTPAGE_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTLINE_NO {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LASTLINE_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTLINE_NO\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTLINE_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SHAREPASSBOOK_NO {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.SHAREPASSBOOK_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREPASSBOOK_NO\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREPASSBOOK_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTREC_NO_CARD {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LASTREC_NO_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTREC_NO_CARD\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTREC_NO_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTLINE_NO_CARD {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LASTLINE_NO_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTLINE_NO_CARD\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTLINE_NO_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTPAGE_NO_CARD {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LASTPAGE_NO_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAGE_NO_CARD\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LASTPAGE_NO_CARDColumn] = 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.tableSHSHAREMASTER.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREBEGIN_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREBEGIN_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREBEGIN_AMTNull() {
this[this.tableSHSHAREMASTER.SHAREBEGIN_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTK_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHARESTK_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTK_AMTNull() {
this[this.tableSHSHAREMASTER.SHARESTK_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESPM_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHARESPM_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESPM_AMTNull() {
this[this.tableSHSHAREMASTER.SHARESPM_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESPX_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHARESPX_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESPX_AMTNull() {
this[this.tableSHSHAREMASTER.SHARESPX_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_PERIODNull() {
return this.IsNull(this.tableSHSHAREMASTER.LAST_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_PERIODNull() {
this[this.tableSHSHAREMASTER.LAST_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODBASE_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.PERIODBASE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODBASE_AMTNull() {
this[this.tableSHSHAREMASTER.PERIODBASE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODSHARE_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.PERIODSHARE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODSHARE_AMTNull() {
this[this.tableSHSHAREMASTER.PERIODSHARE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODSHARE_PERCENTNull() {
return this.IsNull(this.tableSHSHAREMASTER.PERIODSHARE_PERCENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODSHARE_PERCENTNull() {
this[this.tableSHSHAREMASTER.PERIODSHARE_PERCENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPAYMENT_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTPAYMENT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPAYMENT_DATENull() {
this[this.tableSHSHAREMASTER.LASTPAYMENT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMENT_STATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.PAYMENT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMENT_STATUSNull() {
this[this.tableSHSHAREMASTER.PAYMENT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMENTSTOP_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.PAYMENTSTOP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMENTSTOP_DATENull() {
this[this.tableSHSHAREMASTER.PAYMENTSTOP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMENTPAUSE_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.PAYMENTPAUSE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMENTPAUSE_DATENull() {
this[this.tableSHSHAREMASTER.PAYMENTPAUSE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREATRETRY_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREATRETRY_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREATRETRY_AMTNull() {
this[this.tableSHSHAREMASTER.SHAREATRETRY_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREWITHDRAW_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREWITHDRAW_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREWITHDRAW_AMTNull() {
this[this.tableSHSHAREMASTER.SHAREWITHDRAW_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTSHRWTD_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTSHRWTD_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTSHRWTD_DATENull() {
this[this.tableSHSHAREMASTER.LASTSHRWTD_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTSHRWTD_PERIODNull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTSHRWTD_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTSHRWTD_PERIODNull() {
this[this.tableSHSHAREMASTER.LASTSHRWTD_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSEQUEST_STATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.SEQUEST_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSEQUEST_STATUSNull() {
this[this.tableSHSHAREMASTER.SEQUEST_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSEQUEST_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SEQUEST_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSEQUEST_AMTNull() {
this[this.tableSHSHAREMASTER.SEQUEST_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCHGPAYADD_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.CHGPAYADD_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCHGPAYADD_AMTNull() {
this[this.tableSHSHAREMASTER.CHGPAYADD_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCHGPAYLOW_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.CHGPAYLOW_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCHGPAYLOW_AMTNull() {
this[this.tableSHSHAREMASTER.CHGPAYLOW_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCHGPAYSTOP_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.CHGPAYSTOP_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCHGPAYSTOP_AMTNull() {
this[this.tableSHSHAREMASTER.CHGPAYSTOP_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCHGPAYCONT_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.CHGPAYCONT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCHGPAYCONT_AMTNull() {
this[this.tableSHSHAREMASTER.CHGPAYCONT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREMASTER_STATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREMASTER_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREMASTER_STATUSNull() {
this[this.tableSHSHAREMASTER.SHAREMASTER_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_STATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.COMPOUND_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_STATUSNull() {
this[this.tableSHSHAREMASTER.COMPOUND_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.COMPOUND_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_DATENull() {
this[this.tableSHSHAREMASTER.COMPOUND_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_PERIODNull() {
return this.IsNull(this.tableSHSHAREMASTER.COMPOUND_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_PERIODNull() {
this[this.tableSHSHAREMASTER.COMPOUND_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDDUE_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.COMPOUNDDUE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDDUE_DATENull() {
this[this.tableSHSHAREMASTER.COMPOUNDDUE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_PAYMENTNull() {
return this.IsNull(this.tableSHSHAREMASTER.COMPOUND_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_PAYMENTNull() {
this[this.tableSHSHAREMASTER.COMPOUND_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_PAYSTATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.COMPOUND_PAYSTATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_PAYSTATUSNull() {
this[this.tableSHSHAREMASTER.COMPOUND_PAYSTATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_NMLDATENull() {
return this.IsNull(this.tableSHSHAREMASTER.COMPOUND_NMLDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_NMLDATENull() {
this[this.tableSHSHAREMASTER.COMPOUND_NMLDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRKEEP_SHAREVALUENull() {
return this.IsNull(this.tableSHSHAREMASTER.RKEEP_SHAREVALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRKEEP_SHAREVALUENull() {
this[this.tableSHSHAREMASTER.RKEEP_SHAREVALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMISSPAY_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.MISSPAY_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMISSPAY_AMTNull() {
this[this.tableSHSHAREMASTER.MISSPAY_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_STM_NONull() {
return this.IsNull(this.tableSHSHAREMASTER.LAST_STM_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_STM_NONull() {
this[this.tableSHSHAREMASTER.LAST_STM_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTKEEPING_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTKEEPING_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTKEEPING_DATENull() {
this[this.tableSHSHAREMASTER.LASTKEEPING_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPROCESS_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTPROCESS_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPROCESS_DATENull() {
this[this.tableSHSHAREMASTER.LASTPROCESS_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTORD_FLAGNull() {
return this.IsNull(this.tableSHSHAREMASTER.PAYOUTORD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTORD_FLAGNull() {
this[this.tableSHSHAREMASTER.PAYOUTORD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREARREARBF_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREARREARBF_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREARREARBF_AMTNull() {
this[this.tableSHSHAREMASTER.SHAREARREARBF_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREARREAR_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREARREAR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREARREAR_AMTNull() {
this[this.tableSHSHAREMASTER.SHAREARREAR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDOPERATE_BALNull() {
return this.IsNull(this.tableSHSHAREMASTER.DOPERATE_BALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDOPERATE_BALNull() {
this[this.tableSHSHAREMASTER.DOPERATE_BALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODSHR_FLAGNull() {
return this.IsNull(this.tableSHSHAREMASTER.PERIODSHR_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODSHR_FLAGNull() {
this[this.tableSHSHAREMASTER.PERIODSHR_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYPAUSE_FLAGNull() {
return this.IsNull(this.tableSHSHAREMASTER.PAYPAUSE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYPAUSE_FLAGNull() {
this[this.tableSHSHAREMASTER.PAYPAUSE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREMARKSHR_FLAGNull() {
return this.IsNull(this.tableSHSHAREMASTER.REMARKSHR_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKSHR_FLAGNull() {
this[this.tableSHSHAREMASTER.REMARKSHR_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUNDERBASE_FLAGNull() {
return this.IsNull(this.tableSHSHAREMASTER.UNDERBASE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUNDERBASE_FLAGNull() {
this[this.tableSHSHAREMASTER.UNDERBASE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRCVSHRPEND_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.RCVSHRPEND_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCVSHRPEND_AMTNull() {
this[this.tableSHSHAREMASTER.RCVSHRPEND_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRCVSHRARREAR_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.RCVSHRARREAR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRCVSHRARREAR_AMTNull() {
this[this.tableSHSHAREMASTER.RCVSHRARREAR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAFTERDUE_SHRSTATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.AFTERDUE_SHRSTATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAFTERDUE_SHRSTATUSNull() {
this[this.tableSHSHAREMASTER.AFTERDUE_SHRSTATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAFTERDUE_SHRAMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.AFTERDUE_SHRAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAFTERDUE_SHRAMTNull() {
this[this.tableSHSHAREMASTER.AFTERDUE_SHRAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTWITHDRAW_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTWITHDRAW_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTWITHDRAW_DATENull() {
this[this.tableSHSHAREMASTER.LASTWITHDRAW_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTWITHDRAW_PERIODNull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTWITHDRAW_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTWITHDRAW_PERIODNull() {
this[this.tableSHSHAREMASTER.LASTWITHDRAW_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_STATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.COMPOUNDKEEP_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_STATUSNull() {
this[this.tableSHSHAREMASTER.COMPOUNDKEEP_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_GROUPNull() {
return this.IsNull(this.tableSHSHAREMASTER.COMPOUNDKEEP_GROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_GROUPNull() {
this[this.tableSHSHAREMASTER.COMPOUNDKEEP_GROUPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTKBALFRS_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHARESTKBALFRS_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTKBALFRS_AMTNull() {
this[this.tableSHSHAREMASTER.SHARESTKBALFRS_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREWTD_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREWTD_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREWTD_AMTNull() {
this[this.tableSHSHAREMASTER.SHAREWTD_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTREC_NONull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTREC_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTREC_NONull() {
this[this.tableSHSHAREMASTER.LASTREC_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPAGE_NONull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTPAGE_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPAGE_NONull() {
this[this.tableSHSHAREMASTER.LASTPAGE_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTLINE_NONull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTLINE_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTLINE_NONull() {
this[this.tableSHSHAREMASTER.LASTLINE_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREPASSBOOK_NONull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREPASSBOOK_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREPASSBOOK_NONull() {
this[this.tableSHSHAREMASTER.SHAREPASSBOOK_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTREC_NO_CARDNull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTREC_NO_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTREC_NO_CARDNull() {
this[this.tableSHSHAREMASTER.LASTREC_NO_CARDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTLINE_NO_CARDNull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTLINE_NO_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTLINE_NO_CARDNull() {
this[this.tableSHSHAREMASTER.LASTLINE_NO_CARDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPAGE_NO_CARDNull() {
return this.IsNull(this.tableSHSHAREMASTER.LASTPAGE_NO_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPAGE_NO_CARDNull() {
this[this.tableSHSHAREMASTER.LASTPAGE_NO_CARDColumn] = 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.tableSHSHAREMASTER.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.tableSHSHAREMASTER.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DataTable1Row : global::System.Data.DataRow {
private DataTable1DataTable tableDataTable1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable1Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDataTable1 = ((DataTable1DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableDataTable1.SDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SDATE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.SDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime EDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableDataTable1.EDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EDATE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.EDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SGROUP {
get {
try {
return ((string)(this[this.tableDataTable1.SGROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SGROUP\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.SGROUPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EGROUP {
get {
try {
return ((string)(this[this.tableDataTable1.EGROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EGROUP\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.EGROUPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NO {
get {
try {
return ((string)(this[this.tableDataTable1.MEMB_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NO\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.MEMB_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TYPE {
get {
try {
return ((string)(this[this.tableDataTable1.TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TYPE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableDataTable1.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSDATENull() {
return this.IsNull(this.tableDataTable1.SDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSDATENull() {
this[this.tableDataTable1.SDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEDATENull() {
return this.IsNull(this.tableDataTable1.EDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEDATENull() {
this[this.tableDataTable1.EDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSGROUPNull() {
return this.IsNull(this.tableDataTable1.SGROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSGROUPNull() {
this[this.tableDataTable1.SGROUPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEGROUPNull() {
return this.IsNull(this.tableDataTable1.EGROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEGROUPNull() {
this[this.tableDataTable1.EGROUPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NONull() {
return this.IsNull(this.tableDataTable1.MEMB_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NONull() {
this[this.tableDataTable1.MEMB_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTYPENull() {
return this.IsNull(this.tableDataTable1.TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTYPENull() {
this[this.tableDataTable1.TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableDataTable1.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableDataTable1.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class SHSHAREMASTERRowChangeEvent : global::System.EventArgs {
private SHSHAREMASTERRow 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 SHSHAREMASTERRowChangeEvent(SHSHAREMASTERRow 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 SHSHAREMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class DataTable1RowChangeEvent : global::System.EventArgs {
private DataTable1Row eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1RowChangeEvent(DataTable1Row row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Saving.Applications.shrlon.ws_sl_printcard_share_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 SHSHAREMASTERTableAdapter : 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 SHSHAREMASTERTableAdapter() {
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 = "SHSHAREMASTER";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("SHARETYPE_CODE", "SHARETYPE_CODE");
tableMapping.ColumnMappings.Add("SHAREBEGIN_AMT", "SHAREBEGIN_AMT");
tableMapping.ColumnMappings.Add("SHARESTK_AMT", "SHARESTK_AMT");
tableMapping.ColumnMappings.Add("SHARESPM_AMT", "SHARESPM_AMT");
tableMapping.ColumnMappings.Add("SHARESPX_AMT", "SHARESPX_AMT");
tableMapping.ColumnMappings.Add("LAST_PERIOD", "LAST_PERIOD");
tableMapping.ColumnMappings.Add("PERIODBASE_AMT", "PERIODBASE_AMT");
tableMapping.ColumnMappings.Add("PERIODSHARE_AMT", "PERIODSHARE_AMT");
tableMapping.ColumnMappings.Add("PERIODSHARE_PERCENT", "PERIODSHARE_PERCENT");
tableMapping.ColumnMappings.Add("LASTPAYMENT_DATE", "LASTPAYMENT_DATE");
tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS");
tableMapping.ColumnMappings.Add("PAYMENTSTOP_DATE", "PAYMENTSTOP_DATE");
tableMapping.ColumnMappings.Add("PAYMENTPAUSE_DATE", "PAYMENTPAUSE_DATE");
tableMapping.ColumnMappings.Add("SHAREATRETRY_AMT", "SHAREATRETRY_AMT");
tableMapping.ColumnMappings.Add("SHAREWITHDRAW_AMT", "SHAREWITHDRAW_AMT");
tableMapping.ColumnMappings.Add("LASTSHRWTD_DATE", "LASTSHRWTD_DATE");
tableMapping.ColumnMappings.Add("LASTSHRWTD_PERIOD", "LASTSHRWTD_PERIOD");
tableMapping.ColumnMappings.Add("SEQUEST_STATUS", "SEQUEST_STATUS");
tableMapping.ColumnMappings.Add("SEQUEST_AMT", "SEQUEST_AMT");
tableMapping.ColumnMappings.Add("CHGPAYADD_AMT", "CHGPAYADD_AMT");
tableMapping.ColumnMappings.Add("CHGPAYLOW_AMT", "CHGPAYLOW_AMT");
tableMapping.ColumnMappings.Add("CHGPAYSTOP_AMT", "CHGPAYSTOP_AMT");
tableMapping.ColumnMappings.Add("CHGPAYCONT_AMT", "CHGPAYCONT_AMT");
tableMapping.ColumnMappings.Add("SHAREMASTER_STATUS", "SHAREMASTER_STATUS");
tableMapping.ColumnMappings.Add("COMPOUND_STATUS", "COMPOUND_STATUS");
tableMapping.ColumnMappings.Add("COMPOUND_DATE", "COMPOUND_DATE");
tableMapping.ColumnMappings.Add("COMPOUND_PERIOD", "COMPOUND_PERIOD");
tableMapping.ColumnMappings.Add("COMPOUNDDUE_DATE", "COMPOUNDDUE_DATE");
tableMapping.ColumnMappings.Add("COMPOUND_PAYMENT", "COMPOUND_PAYMENT");
tableMapping.ColumnMappings.Add("COMPOUND_PAYSTATUS", "COMPOUND_PAYSTATUS");
tableMapping.ColumnMappings.Add("COMPOUND_NMLDATE", "COMPOUND_NMLDATE");
tableMapping.ColumnMappings.Add("RKEEP_SHAREVALUE", "RKEEP_SHAREVALUE");
tableMapping.ColumnMappings.Add("MISSPAY_AMT", "MISSPAY_AMT");
tableMapping.ColumnMappings.Add("LAST_STM_NO", "LAST_STM_NO");
tableMapping.ColumnMappings.Add("LASTKEEPING_DATE", "LASTKEEPING_DATE");
tableMapping.ColumnMappings.Add("LASTPROCESS_DATE", "LASTPROCESS_DATE");
tableMapping.ColumnMappings.Add("PAYOUTORD_FLAG", "PAYOUTORD_FLAG");
tableMapping.ColumnMappings.Add("SHAREARREARBF_AMT", "SHAREARREARBF_AMT");
tableMapping.ColumnMappings.Add("SHAREARREAR_AMT", "SHAREARREAR_AMT");
tableMapping.ColumnMappings.Add("DOPERATE_BAL", "DOPERATE_BAL");
tableMapping.ColumnMappings.Add("PERIODSHR_FLAG", "PERIODSHR_FLAG");
tableMapping.ColumnMappings.Add("PAYPAUSE_FLAG", "PAYPAUSE_FLAG");
tableMapping.ColumnMappings.Add("REMARKSHR_FLAG", "REMARKSHR_FLAG");
tableMapping.ColumnMappings.Add("UNDERBASE_FLAG", "UNDERBASE_FLAG");
tableMapping.ColumnMappings.Add("RCVSHRPEND_AMT", "RCVSHRPEND_AMT");
tableMapping.ColumnMappings.Add("RCVSHRARREAR_AMT", "RCVSHRARREAR_AMT");
tableMapping.ColumnMappings.Add("AFTERDUE_SHRSTATUS", "AFTERDUE_SHRSTATUS");
tableMapping.ColumnMappings.Add("AFTERDUE_SHRAMT", "AFTERDUE_SHRAMT");
tableMapping.ColumnMappings.Add("LASTWITHDRAW_DATE", "LASTWITHDRAW_DATE");
tableMapping.ColumnMappings.Add("LASTWITHDRAW_PERIOD", "LASTWITHDRAW_PERIOD");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_STATUS", "COMPOUNDKEEP_STATUS");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_GROUP", "COMPOUNDKEEP_GROUP");
tableMapping.ColumnMappings.Add("SHARESTKBALFRS_AMT", "SHARESTKBALFRS_AMT");
tableMapping.ColumnMappings.Add("SHAREWTD_AMT", "SHAREWTD_AMT");
tableMapping.ColumnMappings.Add("LASTREC_NO", "LASTREC_NO");
tableMapping.ColumnMappings.Add("LASTPAGE_NO", "LASTPAGE_NO");
tableMapping.ColumnMappings.Add("LASTLINE_NO", "LASTLINE_NO");
tableMapping.ColumnMappings.Add("SHAREPASSBOOK_NO", "SHAREPASSBOOK_NO");
tableMapping.ColumnMappings.Add("LASTREC_NO_CARD", "LASTREC_NO_CARD");
tableMapping.ColumnMappings.Add("LASTLINE_NO_CARD", "LASTLINE_NO_CARD");
tableMapping.ColumnMappings.Add("LASTPAGE_NO_CARD", "LASTPAGE_NO_CARD");
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 \"SHSHAREMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"MEMBER_N" +
"O\" = :Original_MEMBER_NO) AND (\"SHARETYPE_CODE\" = :Original_SHARETYPE_CODE))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SHARETYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHARETYPE_CODE", 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 \"SHSHAREMASTER\" (\"COOP_ID\", \"MEMBER_NO\", \"SHARETYPE_CODE\", \"SHAREBEGI" +
"N_AMT\", \"SHARESTK_AMT\", \"SHARESPM_AMT\", \"SHARESPX_AMT\", \"LAST_PERIOD\", \"PERIODBA" +
"SE_AMT\", \"PERIODSHARE_AMT\", \"PERIODSHARE_PERCENT\", \"LASTPAYMENT_DATE\", \"PAYMENT_" +
"STATUS\", \"PAYMENTSTOP_DATE\", \"PAYMENTPAUSE_DATE\", \"SHAREATRETRY_AMT\", \"SHAREWITH" +
"DRAW_AMT\", \"LASTSHRWTD_DATE\", \"LASTSHRWTD_PERIOD\", \"SEQUEST_STATUS\", \"SEQUEST_AM" +
"T\", \"CHGPAYADD_AMT\", \"CHGPAYLOW_AMT\", \"CHGPAYSTOP_AMT\", \"CHGPAYCONT_AMT\", \"SHARE" +
"MASTER_STATUS\", \"COMPOUND_STATUS\", \"COMPOUND_DATE\", \"COMPOUND_PERIOD\", \"COMPOUND" +
"DUE_DATE\", \"COMPOUND_PAYMENT\", \"COMPOUND_PAYSTATUS\", \"COMPOUND_NMLDATE\", \"RKEEP_" +
"SHAREVALUE\", \"MISSPAY_AMT\", \"LAST_STM_NO\", \"LASTKEEPING_DATE\", \"LASTPROCESS_DATE" +
"\", \"PAYOUTORD_FLAG\", \"SHAREARREARBF_AMT\", \"SHAREARREAR_AMT\", \"DOPERATE_BAL\", \"PE" +
"RIODSHR_FLAG\", \"PAYPAUSE_FLAG\", \"REMARKSHR_FLAG\", \"UNDERBASE_FLAG\", \"RCVSHRPEND_" +
"AMT\", \"RCVSHRARREAR_AMT\", \"AFTERDUE_SHRSTATUS\", \"AFTERDUE_SHRAMT\", \"LASTWITHDRAW" +
"_DATE\", \"LASTWITHDRAW_PERIOD\", \"COMPOUNDKEEP_STATUS\", \"COMPOUNDKEEP_GROUP\", \"SHA" +
"RESTKBALFRS_AMT\", \"SHAREWTD_AMT\", \"LASTREC_NO\", \"LASTPAGE_NO\", \"LASTLINE_NO\", \"S" +
"HAREPASSBOOK_NO\", \"LASTREC_NO_CARD\", \"LASTLINE_NO_CARD\", \"LASTPAGE_NO_CARD\") VAL" +
"UES (:COOP_ID, :MEMBER_NO, :SHARETYPE_CODE, :SHAREBEGIN_AMT, :SHARESTK_AMT, :SHA" +
"RESPM_AMT, :SHARESPX_AMT, :LAST_PERIOD, :PERIODBASE_AMT, :PERIODSHARE_AMT, :PERI" +
"ODSHARE_PERCENT, :LASTPAYMENT_DATE, :PAYMENT_STATUS, :PAYMENTSTOP_DATE, :PAYMENT" +
"PAUSE_DATE, :SHAREATRETRY_AMT, :SHAREWITHDRAW_AMT, :LASTSHRWTD_DATE, :LASTSHRWTD" +
"_PERIOD, :SEQUEST_STATUS, :SEQUEST_AMT, :CHGPAYADD_AMT, :CHGPAYLOW_AMT, :CHGPAYS" +
"TOP_AMT, :CHGPAYCONT_AMT, :SHAREMASTER_STATUS, :COMPOUND_STATUS, :COMPOUND_DATE," +
" :COMPOUND_PERIOD, :COMPOUNDDUE_DATE, :COMPOUND_PAYMENT, :COMPOUND_PAYSTATUS, :C" +
"OMPOUND_NMLDATE, :RKEEP_SHAREVALUE, :MISSPAY_AMT, :LAST_STM_NO, :LASTKEEPING_DAT" +
"E, :LASTPROCESS_DATE, :PAYOUTORD_FLAG, :SHAREARREARBF_AMT, :SHAREARREAR_AMT, :DO" +
"PERATE_BAL, :PERIODSHR_FLAG, :PAYPAUSE_FLAG, :REMARKSHR_FLAG, :UNDERBASE_FLAG, :" +
"RCVSHRPEND_AMT, :RCVSHRARREAR_AMT, :AFTERDUE_SHRSTATUS, :AFTERDUE_SHRAMT, :LASTW" +
"ITHDRAW_DATE, :LASTWITHDRAW_PERIOD, :COMPOUNDKEEP_STATUS, :COMPOUNDKEEP_GROUP, :" +
"SHARESTKBALFRS_AMT, :SHAREWTD_AMT, :LASTREC_NO, :LASTPAGE_NO, :LASTLINE_NO, :SHA" +
"REPASSBOOK_NO, :LASTREC_NO_CARD, :LASTLINE_NO_CARD, :LASTPAGE_NO_CARD)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARETYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHARETYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESTK_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESTK_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESPM_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESPM_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESPX_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESPX_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODBASE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODBASE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODSHARE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODSHARE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODSHARE_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODSHARE_PERCENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAYMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPAYMENT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENTSTOP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PAYMENTSTOP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENTPAUSE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PAYMENTPAUSE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREATRETRY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREATRETRY_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTSHRWTD_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTSHRWTD_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTSHRWTD_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTSHRWTD_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHGPAYADD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHGPAYADD_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHGPAYLOW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHGPAYLOW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHGPAYSTOP_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHGPAYSTOP_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHGPAYCONT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHGPAYCONT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREMASTER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREMASTER_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDDUE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDDUE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYSTATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYSTATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_NMLDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_SHAREVALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_SHAREVALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAY_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_STM_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_STM_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTKEEPING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEPING_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREARREARBF_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREARREARBF_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREARREAR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOPERATE_BAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DOPERATE_BAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODSHR_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODSHR_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYPAUSE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYPAUSE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARKSHR_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REMARKSHR_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UNDERBASE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "UNDERBASE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVSHRPEND_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCVSHRPEND_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVSHRARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCVSHRARREAR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AFTERDUE_SHRSTATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "AFTERDUE_SHRSTATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AFTERDUE_SHRAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "AFTERDUE_SHRAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTWITHDRAW_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTWITHDRAW_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTWITHDRAW_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTWITHDRAW_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_GROUP", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_GROUP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESTKBALFRS_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESTKBALFRS_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREWTD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREWTD_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREPASSBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHAREPASSBOOK_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO_CARD", 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 \"SHSHAREMASTER\" SET \"COOP_ID\" = :COOP_ID, \"MEMBER_NO\" = :MEMBER_NO, \"SHARE" +
"TYPE_CODE\" = :SHARETYPE_CODE, \"SHAREBEGIN_AMT\" = :SHAREBEGIN_AMT, \"SHARESTK_AMT\"" +
" = :SHARESTK_AMT, \"SHARESPM_AMT\" = :SHARESPM_AMT, \"SHARESPX_AMT\" = :SHARESPX_AMT" +
", \"LAST_PERIOD\" = :LAST_PERIOD, \"PERIODBASE_AMT\" = :PERIODBASE_AMT, \"PERIODSHARE" +
"_AMT\" = :PERIODSHARE_AMT, \"PERIODSHARE_PERCENT\" = :PERIODSHARE_PERCENT, \"LASTPAY" +
"MENT_DATE\" = :LASTPAYMENT_DATE, \"PAYMENT_STATUS\" = :PAYMENT_STATUS, \"PAYMENTSTOP" +
"_DATE\" = :PAYMENTSTOP_DATE, \"PAYMENTPAUSE_DATE\" = :PAYMENTPAUSE_DATE, \"SHAREATRE" +
"TRY_AMT\" = :SHAREATRETRY_AMT, \"SHAREWITHDRAW_AMT\" = :SHAREWITHDRAW_AMT, \"LASTSHR" +
"WTD_DATE\" = :LASTSHRWTD_DATE, \"LASTSHRWTD_PERIOD\" = :LASTSHRWTD_PERIOD, \"SEQUEST" +
"_STATUS\" = :SEQUEST_STATUS, \"SEQUEST_AMT\" = :SEQUEST_AMT, \"CHGPAYADD_AMT\" = :CHG" +
"PAYADD_AMT, \"CHGPAYLOW_AMT\" = :CHGPAYLOW_AMT, \"CHGPAYSTOP_AMT\" = :CHGPAYSTOP_AMT" +
", \"CHGPAYCONT_AMT\" = :CHGPAYCONT_AMT, \"SHAREMASTER_STATUS\" = :SHAREMASTER_STATUS" +
", \"COMPOUND_STATUS\" = :COMPOUND_STATUS, \"COMPOUND_DATE\" = :COMPOUND_DATE, \"COMPO" +
"UND_PERIOD\" = :COMPOUND_PERIOD, \"COMPOUNDDUE_DATE\" = :COMPOUNDDUE_DATE, \"COMPOUN" +
"D_PAYMENT\" = :COMPOUND_PAYMENT, \"COMPOUND_PAYSTATUS\" = :COMPOUND_PAYSTATUS, \"COM" +
"POUND_NMLDATE\" = :COMPOUND_NMLDATE, \"RKEEP_SHAREVALUE\" = :RKEEP_SHAREVALUE, \"MIS" +
"SPAY_AMT\" = :MISSPAY_AMT, \"LAST_STM_NO\" = :LAST_STM_NO, \"LASTKEEPING_DATE\" = :LA" +
"STKEEPING_DATE, \"LASTPROCESS_DATE\" = :LASTPROCESS_DATE, \"PAYOUTORD_FLAG\" = :PAYO" +
"UTORD_FLAG, \"SHAREARREARBF_AMT\" = :SHAREARREARBF_AMT, \"SHAREARREAR_AMT\" = :SHARE" +
"ARREAR_AMT, \"DOPERATE_BAL\" = :DOPERATE_BAL, \"PERIODSHR_FLAG\" = :PERIODSHR_FLAG, " +
"\"PAYPAUSE_FLAG\" = :PAYPAUSE_FLAG, \"REMARKSHR_FLAG\" = :REMARKSHR_FLAG, \"UNDERBASE" +
"_FLAG\" = :UNDERBASE_FLAG, \"RCVSHRPEND_AMT\" = :RCVSHRPEND_AMT, \"RCVSHRARREAR_AMT\"" +
" = :RCVSHRARREAR_AMT, \"AFTERDUE_SHRSTATUS\" = :AFTERDUE_SHRSTATUS, \"AFTERDUE_SHRA" +
"MT\" = :AFTERDUE_SHRAMT, \"LASTWITHDRAW_DATE\" = :LASTWITHDRAW_DATE, \"LASTWITHDRAW_" +
"PERIOD\" = :LASTWITHDRAW_PERIOD, \"COMPOUNDKEEP_STATUS\" = :COMPOUNDKEEP_STATUS, \"C" +
"OMPOUNDKEEP_GROUP\" = :COMPOUNDKEEP_GROUP, \"SHARESTKBALFRS_AMT\" = :SHARESTKBALFRS" +
"_AMT, \"SHAREWTD_AMT\" = :SHAREWTD_AMT, \"LASTREC_NO\" = :LASTREC_NO, \"LASTPAGE_NO\" " +
"= :LASTPAGE_NO, \"LASTLINE_NO\" = :LASTLINE_NO, \"SHAREPASSBOOK_NO\" = :SHAREPASSBOO" +
"K_NO, \"LASTREC_NO_CARD\" = :LASTREC_NO_CARD, \"LASTLINE_NO_CARD\" = :LASTLINE_NO_CA" +
"RD, \"LASTPAGE_NO_CARD\" = :LASTPAGE_NO_CARD WHERE ((\"COOP_ID\" = :Original_COOP_ID" +
") AND (\"MEMBER_NO\" = :Original_MEMBER_NO) AND (\"SHARETYPE_CODE\" = :Original_SHAR" +
"ETYPE_CODE))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARETYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHARETYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESTK_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESTK_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESPM_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESPM_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESPX_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESPX_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODBASE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODBASE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODSHARE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODSHARE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODSHARE_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODSHARE_PERCENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAYMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPAYMENT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENTSTOP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PAYMENTSTOP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENTPAUSE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PAYMENTPAUSE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREATRETRY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREATRETRY_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTSHRWTD_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTSHRWTD_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTSHRWTD_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTSHRWTD_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHGPAYADD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHGPAYADD_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHGPAYLOW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHGPAYLOW_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHGPAYSTOP_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHGPAYSTOP_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHGPAYCONT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHGPAYCONT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREMASTER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREMASTER_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDDUE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDDUE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYSTATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYSTATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_NMLDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_SHAREVALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_SHAREVALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAY_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_STM_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_STM_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTKEEPING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEPING_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREARREARBF_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREARREARBF_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREARREAR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOPERATE_BAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DOPERATE_BAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODSHR_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODSHR_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYPAUSE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYPAUSE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARKSHR_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REMARKSHR_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UNDERBASE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "UNDERBASE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVSHRPEND_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCVSHRPEND_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVSHRARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCVSHRARREAR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AFTERDUE_SHRSTATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "AFTERDUE_SHRSTATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AFTERDUE_SHRAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "AFTERDUE_SHRAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTWITHDRAW_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTWITHDRAW_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTWITHDRAW_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTWITHDRAW_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_GROUP", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_GROUP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESTKBALFRS_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESTKBALFRS_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREWTD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHAREWTD_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHAREPASSBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHAREPASSBOOK_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SHARETYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHARETYPE_CODE", 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["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 shsharemaster";
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.SHSHAREMASTERDataTable 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.SHSHAREMASTERDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.SHSHAREMASTERDataTable dataTable = new DataSet1.SHSHAREMASTERDataTable();
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.SHSHAREMASTERDataTable 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, "SHSHAREMASTER");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
public virtual int Delete(string Original_COOP_ID, string Original_MEMBER_NO, string Original_SHARETYPE_CODE) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("Original_MEMBER_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_MEMBER_NO));
}
if ((Original_SHARETYPE_CODE == null)) {
throw new global::System.ArgumentNullException("Original_SHARETYPE_CODE");
}
else {
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_SHARETYPE_CODE));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string MEMBER_NO,
string SHARETYPE_CODE,
global::System.Nullable SHAREBEGIN_AMT,
global::System.Nullable SHARESTK_AMT,
global::System.Nullable SHARESPM_AMT,
global::System.Nullable SHARESPX_AMT,
global::System.Nullable LAST_PERIOD,
global::System.Nullable PERIODBASE_AMT,
global::System.Nullable PERIODSHARE_AMT,
global::System.Nullable PERIODSHARE_PERCENT,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable PAYMENT_STATUS,
global::System.Nullable PAYMENTSTOP_DATE,
global::System.Nullable PAYMENTPAUSE_DATE,
global::System.Nullable SHAREATRETRY_AMT,
global::System.Nullable SHAREWITHDRAW_AMT,
global::System.Nullable LASTSHRWTD_DATE,
global::System.Nullable LASTSHRWTD_PERIOD,
global::System.Nullable SEQUEST_STATUS,
global::System.Nullable SEQUEST_AMT,
global::System.Nullable CHGPAYADD_AMT,
global::System.Nullable CHGPAYLOW_AMT,
global::System.Nullable CHGPAYSTOP_AMT,
global::System.Nullable CHGPAYCONT_AMT,
global::System.Nullable SHAREMASTER_STATUS,
global::System.Nullable COMPOUND_STATUS,
global::System.Nullable COMPOUND_DATE,
global::System.Nullable COMPOUND_PERIOD,
global::System.Nullable COMPOUNDDUE_DATE,
global::System.Nullable COMPOUND_PAYMENT,
global::System.Nullable COMPOUND_PAYSTATUS,
global::System.Nullable COMPOUND_NMLDATE,
global::System.Nullable RKEEP_SHAREVALUE,
global::System.Nullable MISSPAY_AMT,
global::System.Nullable LAST_STM_NO,
global::System.Nullable LASTKEEPING_DATE,
global::System.Nullable LASTPROCESS_DATE,
global::System.Nullable PAYOUTORD_FLAG,
global::System.Nullable SHAREARREARBF_AMT,
global::System.Nullable SHAREARREAR_AMT,
global::System.Nullable DOPERATE_BAL,
global::System.Nullable PERIODSHR_FLAG,
global::System.Nullable PAYPAUSE_FLAG,
global::System.Nullable REMARKSHR_FLAG,
global::System.Nullable UNDERBASE_FLAG,
global::System.Nullable RCVSHRPEND_AMT,
global::System.Nullable RCVSHRARREAR_AMT,
global::System.Nullable AFTERDUE_SHRSTATUS,
global::System.Nullable AFTERDUE_SHRAMT,
global::System.Nullable LASTWITHDRAW_DATE,
global::System.Nullable LASTWITHDRAW_PERIOD,
global::System.Nullable COMPOUNDKEEP_STATUS,
string COMPOUNDKEEP_GROUP,
global::System.Nullable SHARESTKBALFRS_AMT,
global::System.Nullable SHAREWTD_AMT,
global::System.Nullable LASTREC_NO,
global::System.Nullable LASTPAGE_NO,
global::System.Nullable LASTLINE_NO,
string SHAREPASSBOOK_NO,
global::System.Nullable LASTREC_NO_CARD,
global::System.Nullable LASTLINE_NO_CARD,
global::System.Nullable LASTPAGE_NO_CARD) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("MEMBER_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(MEMBER_NO));
}
if ((SHARETYPE_CODE == null)) {
throw new global::System.ArgumentNullException("SHARETYPE_CODE");
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(SHARETYPE_CODE));
}
if ((SHAREBEGIN_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(SHAREBEGIN_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((SHARESTK_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[4].Value = ((decimal)(SHARESTK_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((SHARESPM_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(SHARESPM_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((SHARESPX_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(SHARESPX_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((LAST_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(LAST_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((PERIODBASE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(PERIODBASE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((PERIODSHARE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(PERIODSHARE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((PERIODSHARE_PERCENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(PERIODSHARE_PERCENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((LASTPAYMENT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((PAYMENT_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(PAYMENT_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((PAYMENTSTOP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((System.DateTime)(PAYMENTSTOP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((PAYMENTPAUSE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((System.DateTime)(PAYMENTPAUSE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((SHAREATRETRY_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(SHAREATRETRY_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((SHAREWITHDRAW_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(SHAREWITHDRAW_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((LASTSHRWTD_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((System.DateTime)(LASTSHRWTD_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((LASTSHRWTD_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(LASTSHRWTD_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((SEQUEST_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(SEQUEST_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((SEQUEST_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(SEQUEST_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((CHGPAYADD_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(CHGPAYADD_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((CHGPAYLOW_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(CHGPAYLOW_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((CHGPAYSTOP_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[23].Value = ((decimal)(CHGPAYSTOP_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((CHGPAYCONT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[24].Value = ((decimal)(CHGPAYCONT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((SHAREMASTER_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[25].Value = ((decimal)(SHAREMASTER_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((COMPOUND_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[26].Value = ((decimal)(COMPOUND_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((COMPOUND_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[27].Value = ((System.DateTime)(COMPOUND_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(COMPOUND_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((COMPOUNDDUE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[29].Value = ((System.DateTime)(COMPOUNDDUE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(COMPOUND_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PAYSTATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(COMPOUND_PAYSTATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((COMPOUND_NMLDATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[32].Value = ((System.DateTime)(COMPOUND_NMLDATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((RKEEP_SHAREVALUE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(RKEEP_SHAREVALUE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((MISSPAY_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(MISSPAY_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((LAST_STM_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(LAST_STM_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((LASTKEEPING_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[36].Value = ((System.DateTime)(LASTKEEPING_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((LASTPROCESS_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[37].Value = ((System.DateTime)(LASTPROCESS_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((PAYOUTORD_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(PAYOUTORD_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((SHAREARREARBF_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(SHAREARREARBF_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((SHAREARREAR_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(SHAREARREAR_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
if ((DOPERATE_BAL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(DOPERATE_BAL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
if ((PERIODSHR_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(PERIODSHR_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
if ((PAYPAUSE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[43].Value = ((decimal)(PAYPAUSE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
if ((REMARKSHR_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(REMARKSHR_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
}
if ((UNDERBASE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(UNDERBASE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
}
if ((RCVSHRPEND_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[46].Value = ((decimal)(RCVSHRPEND_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((RCVSHRARREAR_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(RCVSHRARREAR_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
}
if ((AFTERDUE_SHRSTATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[48].Value = ((decimal)(AFTERDUE_SHRSTATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
}
if ((AFTERDUE_SHRAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[49].Value = ((decimal)(AFTERDUE_SHRAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((LASTWITHDRAW_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[50].Value = ((System.DateTime)(LASTWITHDRAW_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value;
}
if ((LASTWITHDRAW_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[51].Value = ((decimal)(LASTWITHDRAW_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[52].Value = ((decimal)(COMPOUNDKEEP_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_GROUP == null)) {
this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[53].Value = ((string)(COMPOUNDKEEP_GROUP));
}
if ((SHARESTKBALFRS_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(SHARESTKBALFRS_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((SHAREWTD_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[55].Value = ((decimal)(SHAREWTD_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[56].Value = ((decimal)(LASTREC_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[57].Value = ((decimal)(LASTPAGE_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[58].Value = ((decimal)(LASTLINE_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((SHAREPASSBOOK_NO == null)) {
this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[59].Value = ((string)(SHAREPASSBOOK_NO));
}
if ((LASTREC_NO_CARD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[60].Value = ((decimal)(LASTREC_NO_CARD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO_CARD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[61].Value = ((decimal)(LASTLINE_NO_CARD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO_CARD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[62].Value = ((decimal)(LASTPAGE_NO_CARD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string MEMBER_NO,
string SHARETYPE_CODE,
global::System.Nullable SHAREBEGIN_AMT,
global::System.Nullable SHARESTK_AMT,
global::System.Nullable SHARESPM_AMT,
global::System.Nullable SHARESPX_AMT,
global::System.Nullable LAST_PERIOD,
global::System.Nullable PERIODBASE_AMT,
global::System.Nullable PERIODSHARE_AMT,
global::System.Nullable PERIODSHARE_PERCENT,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable PAYMENT_STATUS,
global::System.Nullable PAYMENTSTOP_DATE,
global::System.Nullable PAYMENTPAUSE_DATE,
global::System.Nullable SHAREATRETRY_AMT,
global::System.Nullable SHAREWITHDRAW_AMT,
global::System.Nullable LASTSHRWTD_DATE,
global::System.Nullable LASTSHRWTD_PERIOD,
global::System.Nullable SEQUEST_STATUS,
global::System.Nullable SEQUEST_AMT,
global::System.Nullable CHGPAYADD_AMT,
global::System.Nullable CHGPAYLOW_AMT,
global::System.Nullable CHGPAYSTOP_AMT,
global::System.Nullable CHGPAYCONT_AMT,
global::System.Nullable SHAREMASTER_STATUS,
global::System.Nullable COMPOUND_STATUS,
global::System.Nullable COMPOUND_DATE,
global::System.Nullable COMPOUND_PERIOD,
global::System.Nullable COMPOUNDDUE_DATE,
global::System.Nullable COMPOUND_PAYMENT,
global::System.Nullable COMPOUND_PAYSTATUS,
global::System.Nullable COMPOUND_NMLDATE,
global::System.Nullable RKEEP_SHAREVALUE,
global::System.Nullable MISSPAY_AMT,
global::System.Nullable LAST_STM_NO,
global::System.Nullable LASTKEEPING_DATE,
global::System.Nullable LASTPROCESS_DATE,
global::System.Nullable PAYOUTORD_FLAG,
global::System.Nullable SHAREARREARBF_AMT,
global::System.Nullable SHAREARREAR_AMT,
global::System.Nullable DOPERATE_BAL,
global::System.Nullable PERIODSHR_FLAG,
global::System.Nullable PAYPAUSE_FLAG,
global::System.Nullable REMARKSHR_FLAG,
global::System.Nullable UNDERBASE_FLAG,
global::System.Nullable RCVSHRPEND_AMT,
global::System.Nullable RCVSHRARREAR_AMT,
global::System.Nullable AFTERDUE_SHRSTATUS,
global::System.Nullable AFTERDUE_SHRAMT,
global::System.Nullable LASTWITHDRAW_DATE,
global::System.Nullable LASTWITHDRAW_PERIOD,
global::System.Nullable COMPOUNDKEEP_STATUS,
string COMPOUNDKEEP_GROUP,
global::System.Nullable SHARESTKBALFRS_AMT,
global::System.Nullable SHAREWTD_AMT,
global::System.Nullable LASTREC_NO,
global::System.Nullable LASTPAGE_NO,
global::System.Nullable LASTLINE_NO,
string SHAREPASSBOOK_NO,
global::System.Nullable LASTREC_NO_CARD,
global::System.Nullable LASTLINE_NO_CARD,
global::System.Nullable LASTPAGE_NO_CARD,
string Original_COOP_ID,
string Original_MEMBER_NO,
string Original_SHARETYPE_CODE) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("MEMBER_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(MEMBER_NO));
}
if ((SHARETYPE_CODE == null)) {
throw new global::System.ArgumentNullException("SHARETYPE_CODE");
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(SHARETYPE_CODE));
}
if ((SHAREBEGIN_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(SHAREBEGIN_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((SHARESTK_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[4].Value = ((decimal)(SHARESTK_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((SHARESPM_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(SHARESPM_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((SHARESPX_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(SHARESPX_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((LAST_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(LAST_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((PERIODBASE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(PERIODBASE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((PERIODSHARE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(PERIODSHARE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((PERIODSHARE_PERCENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(PERIODSHARE_PERCENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((LASTPAYMENT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((PAYMENT_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(PAYMENT_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((PAYMENTSTOP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(PAYMENTSTOP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((PAYMENTPAUSE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((System.DateTime)(PAYMENTPAUSE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((SHAREATRETRY_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(SHAREATRETRY_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((SHAREWITHDRAW_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(SHAREWITHDRAW_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((LASTSHRWTD_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(LASTSHRWTD_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((LASTSHRWTD_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(LASTSHRWTD_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((SEQUEST_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(SEQUEST_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((SEQUEST_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(SEQUEST_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((CHGPAYADD_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(CHGPAYADD_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((CHGPAYLOW_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(CHGPAYLOW_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((CHGPAYSTOP_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[23].Value = ((decimal)(CHGPAYSTOP_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((CHGPAYCONT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((decimal)(CHGPAYCONT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((SHAREMASTER_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[25].Value = ((decimal)(SHAREMASTER_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((COMPOUND_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[26].Value = ((decimal)(COMPOUND_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((COMPOUND_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[27].Value = ((System.DateTime)(COMPOUND_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(COMPOUND_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((COMPOUNDDUE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[29].Value = ((System.DateTime)(COMPOUNDDUE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(COMPOUND_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PAYSTATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(COMPOUND_PAYSTATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((COMPOUND_NMLDATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[32].Value = ((System.DateTime)(COMPOUND_NMLDATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((RKEEP_SHAREVALUE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[33].Value = ((decimal)(RKEEP_SHAREVALUE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((MISSPAY_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(MISSPAY_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((LAST_STM_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[35].Value = ((decimal)(LAST_STM_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((LASTKEEPING_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[36].Value = ((System.DateTime)(LASTKEEPING_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((LASTPROCESS_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((System.DateTime)(LASTPROCESS_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((PAYOUTORD_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(PAYOUTORD_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((SHAREARREARBF_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(SHAREARREARBF_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((SHAREARREAR_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(SHAREARREAR_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
if ((DOPERATE_BAL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[41].Value = ((decimal)(DOPERATE_BAL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
if ((PERIODSHR_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[42].Value = ((decimal)(PERIODSHR_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
if ((PAYPAUSE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(PAYPAUSE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
if ((REMARKSHR_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(REMARKSHR_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
if ((UNDERBASE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(UNDERBASE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
}
if ((RCVSHRPEND_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(RCVSHRPEND_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((RCVSHRARREAR_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(RCVSHRARREAR_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
}
if ((AFTERDUE_SHRSTATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[48].Value = ((decimal)(AFTERDUE_SHRSTATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
}
if ((AFTERDUE_SHRAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[49].Value = ((decimal)(AFTERDUE_SHRAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((LASTWITHDRAW_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[50].Value = ((System.DateTime)(LASTWITHDRAW_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
}
if ((LASTWITHDRAW_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[51].Value = ((decimal)(LASTWITHDRAW_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[52].Value = ((decimal)(COMPOUNDKEEP_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_GROUP == null)) {
this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[53].Value = ((string)(COMPOUNDKEEP_GROUP));
}
if ((SHARESTKBALFRS_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[54].Value = ((decimal)(SHARESTKBALFRS_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((SHAREWTD_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[55].Value = ((decimal)(SHAREWTD_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[56].Value = ((decimal)(LASTREC_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[57].Value = ((decimal)(LASTPAGE_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[58].Value = ((decimal)(LASTLINE_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((SHAREPASSBOOK_NO == null)) {
this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[59].Value = ((string)(SHAREPASSBOOK_NO));
}
if ((LASTREC_NO_CARD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[60].Value = ((decimal)(LASTREC_NO_CARD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO_CARD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[61].Value = ((decimal)(LASTLINE_NO_CARD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO_CARD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[62].Value = ((decimal)(LASTPAGE_NO_CARD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[63].Value = ((string)(Original_COOP_ID));
}
if ((Original_MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("Original_MEMBER_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[64].Value = ((string)(Original_MEMBER_NO));
}
if ((Original_SHARETYPE_CODE == null)) {
throw new global::System.ArgumentNullException("Original_SHARETYPE_CODE");
}
else {
this.Adapter.UpdateCommand.Parameters[65].Value = ((string)(Original_SHARETYPE_CODE));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
global::System.Nullable SHAREBEGIN_AMT,
global::System.Nullable SHARESTK_AMT,
global::System.Nullable SHARESPM_AMT,
global::System.Nullable SHARESPX_AMT,
global::System.Nullable LAST_PERIOD,
global::System.Nullable PERIODBASE_AMT,
global::System.Nullable PERIODSHARE_AMT,
global::System.Nullable PERIODSHARE_PERCENT,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable PAYMENT_STATUS,
global::System.Nullable PAYMENTSTOP_DATE,
global::System.Nullable PAYMENTPAUSE_DATE,
global::System.Nullable SHAREATRETRY_AMT,
global::System.Nullable SHAREWITHDRAW_AMT,
global::System.Nullable LASTSHRWTD_DATE,
global::System.Nullable LASTSHRWTD_PERIOD,
global::System.Nullable SEQUEST_STATUS,
global::System.Nullable SEQUEST_AMT,
global::System.Nullable CHGPAYADD_AMT,
global::System.Nullable CHGPAYLOW_AMT,
global::System.Nullable CHGPAYSTOP_AMT,
global::System.Nullable CHGPAYCONT_AMT,
global::System.Nullable SHAREMASTER_STATUS,
global::System.Nullable COMPOUND_STATUS,
global::System.Nullable COMPOUND_DATE,
global::System.Nullable COMPOUND_PERIOD,
global::System.Nullable COMPOUNDDUE_DATE,
global::System.Nullable COMPOUND_PAYMENT,
global::System.Nullable COMPOUND_PAYSTATUS,
global::System.Nullable COMPOUND_NMLDATE,
global::System.Nullable RKEEP_SHAREVALUE,
global::System.Nullable MISSPAY_AMT,
global::System.Nullable LAST_STM_NO,
global::System.Nullable LASTKEEPING_DATE,
global::System.Nullable LASTPROCESS_DATE,
global::System.Nullable PAYOUTORD_FLAG,
global::System.Nullable SHAREARREARBF_AMT,
global::System.Nullable SHAREARREAR_AMT,
global::System.Nullable DOPERATE_BAL,
global::System.Nullable PERIODSHR_FLAG,
global::System.Nullable PAYPAUSE_FLAG,
global::System.Nullable REMARKSHR_FLAG,
global::System.Nullable UNDERBASE_FLAG,
global::System.Nullable RCVSHRPEND_AMT,
global::System.Nullable RCVSHRARREAR_AMT,
global::System.Nullable AFTERDUE_SHRSTATUS,
global::System.Nullable AFTERDUE_SHRAMT,
global::System.Nullable LASTWITHDRAW_DATE,
global::System.Nullable LASTWITHDRAW_PERIOD,
global::System.Nullable COMPOUNDKEEP_STATUS,
string COMPOUNDKEEP_GROUP,
global::System.Nullable SHARESTKBALFRS_AMT,
global::System.Nullable SHAREWTD_AMT,
global::System.Nullable LASTREC_NO,
global::System.Nullable LASTPAGE_NO,
global::System.Nullable LASTLINE_NO,
string SHAREPASSBOOK_NO,
global::System.Nullable LASTREC_NO_CARD,
global::System.Nullable LASTLINE_NO_CARD,
global::System.Nullable LASTPAGE_NO_CARD,
string Original_COOP_ID,
string Original_MEMBER_NO,
string Original_SHARETYPE_CODE) {
return this.Update(Original_COOP_ID, Original_MEMBER_NO, Original_SHARETYPE_CODE, SHAREBEGIN_AMT, SHARESTK_AMT, SHARESPM_AMT, SHARESPX_AMT, LAST_PERIOD, PERIODBASE_AMT, PERIODSHARE_AMT, PERIODSHARE_PERCENT, LASTPAYMENT_DATE, PAYMENT_STATUS, PAYMENTSTOP_DATE, PAYMENTPAUSE_DATE, SHAREATRETRY_AMT, SHAREWITHDRAW_AMT, LASTSHRWTD_DATE, LASTSHRWTD_PERIOD, SEQUEST_STATUS, SEQUEST_AMT, CHGPAYADD_AMT, CHGPAYLOW_AMT, CHGPAYSTOP_AMT, CHGPAYCONT_AMT, SHAREMASTER_STATUS, COMPOUND_STATUS, COMPOUND_DATE, COMPOUND_PERIOD, COMPOUNDDUE_DATE, COMPOUND_PAYMENT, COMPOUND_PAYSTATUS, COMPOUND_NMLDATE, RKEEP_SHAREVALUE, MISSPAY_AMT, LAST_STM_NO, LASTKEEPING_DATE, LASTPROCESS_DATE, PAYOUTORD_FLAG, SHAREARREARBF_AMT, SHAREARREAR_AMT, DOPERATE_BAL, PERIODSHR_FLAG, PAYPAUSE_FLAG, REMARKSHR_FLAG, UNDERBASE_FLAG, RCVSHRPEND_AMT, RCVSHRARREAR_AMT, AFTERDUE_SHRSTATUS, AFTERDUE_SHRAMT, LASTWITHDRAW_DATE, LASTWITHDRAW_PERIOD, COMPOUNDKEEP_STATUS, COMPOUNDKEEP_GROUP, SHARESTKBALFRS_AMT, SHAREWTD_AMT, LASTREC_NO, LASTPAGE_NO, LASTLINE_NO, SHAREPASSBOOK_NO, LASTREC_NO_CARD, LASTLINE_NO_CARD, LASTPAGE_NO_CARD, Original_COOP_ID, Original_MEMBER_NO, Original_SHARETYPE_CODE);
}
}
///
///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 SHSHAREMASTERTableAdapter _sHSHAREMASTERTableAdapter;
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 SHSHAREMASTERTableAdapter SHSHAREMASTERTableAdapter {
get {
return this._sHSHAREMASTERTableAdapter;
}
set {
this._sHSHAREMASTERTableAdapter = 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._sHSHAREMASTERTableAdapter != null)
&& (this._sHSHAREMASTERTableAdapter.Connection != null))) {
return this._sHSHAREMASTERTableAdapter.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._sHSHAREMASTERTableAdapter != 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._sHSHAREMASTERTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.SHSHAREMASTER.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._sHSHAREMASTERTableAdapter.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._sHSHAREMASTERTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.SHSHAREMASTER.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._sHSHAREMASTERTableAdapter.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._sHSHAREMASTERTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.SHSHAREMASTER.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._sHSHAREMASTERTableAdapter.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._sHSHAREMASTERTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._sHSHAREMASTERTableAdapter.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