//------------------------------------------------------------------------------ // // 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.mbshr.ws_sl_share_edit_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 DT_MAINDataTable tableDT_MAIN; private DT_LISTDataTable tableDT_LIST; private SHSHAREMASTERDataTable tableSHSHAREMASTER; private DT_STATEMENTDataTable tableDT_STATEMENT; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); this.InitExpressions(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) { this.InitExpressions(); } return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["DT_MAIN"] != null)) { base.Tables.Add(new DT_MAINDataTable(ds.Tables["DT_MAIN"])); } if ((ds.Tables["DT_LIST"] != null)) { base.Tables.Add(new DT_LISTDataTable(ds.Tables["DT_LIST"])); } if ((ds.Tables["SHSHAREMASTER"] != null)) { base.Tables.Add(new SHSHAREMASTERDataTable(ds.Tables["SHSHAREMASTER"])); } if ((ds.Tables["DT_STATEMENT"] != null)) { base.Tables.Add(new DT_STATEMENTDataTable(ds.Tables["DT_STATEMENT"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); this.InitExpressions(); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public DT_MAINDataTable DT_MAIN { get { return this.tableDT_MAIN; } } [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 DT_LISTDataTable DT_LIST { get { return this.tableDT_LIST; } } [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 DT_STATEMENTDataTable DT_STATEMENT { get { return this.tableDT_STATEMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); cln.InitExpressions(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["DT_MAIN"] != null)) { base.Tables.Add(new DT_MAINDataTable(ds.Tables["DT_MAIN"])); } if ((ds.Tables["DT_LIST"] != null)) { base.Tables.Add(new DT_LISTDataTable(ds.Tables["DT_LIST"])); } if ((ds.Tables["SHSHAREMASTER"] != null)) { base.Tables.Add(new SHSHAREMASTERDataTable(ds.Tables["SHSHAREMASTER"])); } if ((ds.Tables["DT_STATEMENT"] != null)) { base.Tables.Add(new DT_STATEMENTDataTable(ds.Tables["DT_STATEMENT"])); } 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.tableDT_MAIN = ((DT_MAINDataTable)(base.Tables["DT_MAIN"])); if ((initTable == true)) { if ((this.tableDT_MAIN != null)) { this.tableDT_MAIN.InitVars(); } } this.tableDT_LIST = ((DT_LISTDataTable)(base.Tables["DT_LIST"])); if ((initTable == true)) { if ((this.tableDT_LIST != null)) { this.tableDT_LIST.InitVars(); } } this.tableSHSHAREMASTER = ((SHSHAREMASTERDataTable)(base.Tables["SHSHAREMASTER"])); if ((initTable == true)) { if ((this.tableSHSHAREMASTER != null)) { this.tableSHSHAREMASTER.InitVars(); } } this.tableDT_STATEMENT = ((DT_STATEMENTDataTable)(base.Tables["DT_STATEMENT"])); if ((initTable == true)) { if ((this.tableDT_STATEMENT != null)) { this.tableDT_STATEMENT.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.tableDT_MAIN = new DT_MAINDataTable(false); base.Tables.Add(this.tableDT_MAIN); this.tableDT_LIST = new DT_LISTDataTable(false); base.Tables.Add(this.tableDT_LIST); this.tableSHSHAREMASTER = new SHSHAREMASTERDataTable(false); base.Tables.Add(this.tableSHSHAREMASTER); this.tableDT_STATEMENT = new DT_STATEMENTDataTable(); base.Tables.Add(this.tableDT_STATEMENT); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDT_MAIN() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDT_LIST() { return false; } [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 ShouldSerializeDT_STATEMENT() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.DT_MAIN.cp_nameColumn.Expression = "prename_desc + memb_name +\' \'+ memb_surname"; this.DT_MAIN.cp_membtypeColumn.Expression = "trim(membtype_code) +\' - \'+ trim( membtype_desc )"; this.DT_MAIN.cp_membgroupColumn.Expression = "trim(membgroup_code) +\' - \'+ membgroup_desc"; this.DT_LIST.cp_shrstkColumn.Expression = " sharestk_amt * share_value"; this.SHSHAREMASTER.shrbegin_valueColumn.Expression = "SHAREBEGIN_AMT * SHARE_VALUE"; this.SHSHAREMASTER.shrstk_valueColumn.Expression = "SHARESTK_AMT *SHARE_VALUE"; this.SHSHAREMASTER.shrperiod_valueColumn.Expression = "PERIODSHARE_AMT *SHARE_VALUE"; this.SHSHAREMASTER.shrbase_valueColumn.Expression = "PERIODBASE_AMT *SHARE_VALUE"; this.SHSHAREMASTER.cp_shrstkColumn.Expression = "sharestk_amt * share_value"; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DT_MAINRowChangeEventHandler(object sender, DT_MAINRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DT_LISTRowChangeEventHandler(object sender, DT_LISTRowChangeEvent e); [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 DT_STATEMENTRowChangeEventHandler(object sender, DT_STATEMENTRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class DT_MAINDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnPRENAME_DESC; private global::System.Data.DataColumn columnMEMB_NAME; private global::System.Data.DataColumn columnMEMB_SURNAME; private global::System.Data.DataColumn columnMEMBGROUP_CODE; private global::System.Data.DataColumn columnMEMBGROUP_DESC; private global::System.Data.DataColumn columnMEMBTYPE_CODE; private global::System.Data.DataColumn columnMEMBTYPE_DESC; private global::System.Data.DataColumn columnACCUM_INTEREST; private global::System.Data.DataColumn columnMEMBER_STATUS; private global::System.Data.DataColumn columnMEMBER_DATE; private global::System.Data.DataColumn columncp_name; private global::System.Data.DataColumn columncp_membtype; private global::System.Data.DataColumn columncp_membgroup; private global::System.Data.DataColumn columnSHARETYPE_CODE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_MAINDataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_MAINDataTable(bool initExpressions) { this.TableName = "DT_MAIN"; this.BeginInit(); this.InitClass(); if ((initExpressions == true)) { this.InitExpressions(); } this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DT_MAINDataTable(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 DT_MAINDataTable(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 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 PRENAME_DESCColumn { get { return this.columnPRENAME_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMB_NAMEColumn { get { return this.columnMEMB_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMB_SURNAMEColumn { get { return this.columnMEMB_SURNAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBGROUP_CODEColumn { get { return this.columnMEMBGROUP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBGROUP_DESCColumn { get { return this.columnMEMBGROUP_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBTYPE_CODEColumn { get { return this.columnMEMBTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBTYPE_DESCColumn { get { return this.columnMEMBTYPE_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ACCUM_INTERESTColumn { get { return this.columnACCUM_INTEREST; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_STATUSColumn { get { return this.columnMEMBER_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_DATEColumn { get { return this.columnMEMBER_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_nameColumn { get { return this.columncp_name; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_membtypeColumn { get { return this.columncp_membtype; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_membgroupColumn { get { return this.columncp_membgroup; } } [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")] [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 DT_MAINRow this[int index] { get { return ((DT_MAINRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_MAINRowChangeEventHandler DT_MAINRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_MAINRowChangeEventHandler DT_MAINRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_MAINRowChangeEventHandler DT_MAINRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_MAINRowChangeEventHandler DT_MAINRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDT_MAINRow(DT_MAINRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_MAINRow AddDT_MAINRow(string MEMBER_NO, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, string MEMBGROUP_CODE, string MEMBGROUP_DESC, string MEMBTYPE_CODE, string MEMBTYPE_DESC, decimal ACCUM_INTEREST, decimal MEMBER_STATUS, System.DateTime MEMBER_DATE, string cp_name, string cp_membtype, string cp_membgroup, string SHARETYPE_CODE) { DT_MAINRow rowDT_MAINRow = ((DT_MAINRow)(this.NewRow())); object[] columnValuesArray = new object[] { MEMBER_NO, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, MEMBGROUP_CODE, MEMBGROUP_DESC, MEMBTYPE_CODE, MEMBTYPE_DESC, ACCUM_INTEREST, MEMBER_STATUS, MEMBER_DATE, cp_name, cp_membtype, cp_membgroup, SHARETYPE_CODE}; rowDT_MAINRow.ItemArray = columnValuesArray; this.Rows.Add(rowDT_MAINRow); return rowDT_MAINRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_MAINRow AddDT_MAINRow(string MEMBER_NO, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, string MEMBGROUP_CODE, string MEMBGROUP_DESC, string MEMBTYPE_CODE, string MEMBTYPE_DESC, decimal ACCUM_INTEREST, decimal MEMBER_STATUS, System.DateTime MEMBER_DATE, string SHARETYPE_CODE) { DT_MAINRow rowDT_MAINRow = ((DT_MAINRow)(this.NewRow())); object[] columnValuesArray = new object[] { MEMBER_NO, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, MEMBGROUP_CODE, MEMBGROUP_DESC, MEMBTYPE_CODE, MEMBTYPE_DESC, ACCUM_INTEREST, MEMBER_STATUS, MEMBER_DATE, null, null, null, SHARETYPE_CODE}; rowDT_MAINRow.ItemArray = columnValuesArray; this.Rows.Add(rowDT_MAINRow); return rowDT_MAINRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DT_MAINDataTable cln = ((DT_MAINDataTable)(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 DT_MAINDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"]; this.columnMEMB_NAME = base.Columns["MEMB_NAME"]; this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"]; this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"]; this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"]; this.columnMEMBTYPE_CODE = base.Columns["MEMBTYPE_CODE"]; this.columnMEMBTYPE_DESC = base.Columns["MEMBTYPE_DESC"]; this.columnACCUM_INTEREST = base.Columns["ACCUM_INTEREST"]; this.columnMEMBER_STATUS = base.Columns["MEMBER_STATUS"]; this.columnMEMBER_DATE = base.Columns["MEMBER_DATE"]; this.columncp_name = base.Columns["cp_name"]; this.columncp_membtype = base.Columns["cp_membtype"]; this.columncp_membgroup = base.Columns["cp_membgroup"]; this.columnSHARETYPE_CODE = base.Columns["SHARETYPE_CODE"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRENAME_DESC); this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMB_NAME); this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMB_SURNAME); this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBGROUP_CODE); this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBGROUP_DESC); this.columnMEMBTYPE_CODE = new global::System.Data.DataColumn("MEMBTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBTYPE_CODE); this.columnMEMBTYPE_DESC = new global::System.Data.DataColumn("MEMBTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBTYPE_DESC); this.columnACCUM_INTEREST = new global::System.Data.DataColumn("ACCUM_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCUM_INTEREST); this.columnMEMBER_STATUS = new global::System.Data.DataColumn("MEMBER_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_STATUS); this.columnMEMBER_DATE = new global::System.Data.DataColumn("MEMBER_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_DATE); this.columncp_name = new global::System.Data.DataColumn("cp_name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_name); this.columncp_membtype = new global::System.Data.DataColumn("cp_membtype", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_membtype); this.columncp_membgroup = new global::System.Data.DataColumn("cp_membgroup", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_membgroup); 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.columnMEMBER_NO.AllowDBNull = false; this.columnMEMBER_NO.MaxLength = 8; this.columnPRENAME_DESC.MaxLength = 30; this.columnMEMB_NAME.MaxLength = 60; this.columnMEMB_SURNAME.MaxLength = 60; this.columnMEMBGROUP_CODE.MaxLength = 14; this.columnMEMBGROUP_DESC.MaxLength = 100; this.columnMEMBTYPE_CODE.MaxLength = 2; this.columnMEMBTYPE_DESC.MaxLength = 60; this.columncp_name.ReadOnly = true; this.columncp_membtype.ReadOnly = true; this.columncp_membgroup.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_MAINRow NewDT_MAINRow() { return ((DT_MAINRow)(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 DT_MAINRow(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(DT_MAINRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.cp_nameColumn.Expression = "prename_desc + memb_name +\' \'+ memb_surname"; this.cp_membtypeColumn.Expression = "trim(membtype_code) +\' - \'+ trim( membtype_desc )"; this.cp_membgroupColumn.Expression = "trim(membgroup_code) +\' - \'+ membgroup_desc"; } [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.DT_MAINRowChanged != null)) { this.DT_MAINRowChanged(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(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.DT_MAINRowChanging != null)) { this.DT_MAINRowChanging(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(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.DT_MAINRowDeleted != null)) { this.DT_MAINRowDeleted(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(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.DT_MAINRowDeleting != null)) { this.DT_MAINRowDeleting(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDT_MAINRow(DT_MAINRow 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 = "DT_MAINDataTable"; 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 DT_LISTDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnSHARETYPE_DESC; private global::System.Data.DataColumn columnSHARE_VALUE; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnSHARETYPE_CODE; private global::System.Data.DataColumn columnSHARESTK_AMT; private global::System.Data.DataColumn columncp_shrstk; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_LISTDataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_LISTDataTable(bool initExpressions) { this.TableName = "DT_LIST"; this.BeginInit(); this.InitClass(); if ((initExpressions == true)) { this.InitExpressions(); } this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DT_LISTDataTable(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 DT_LISTDataTable(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 SHARETYPE_DESCColumn { get { return this.columnSHARETYPE_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHARE_VALUEColumn { get { return this.columnSHARE_VALUE; } } [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 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 cp_shrstkColumn { get { return this.columncp_shrstk; } } [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 DT_LISTRow this[int index] { get { return ((DT_LISTRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_LISTRowChangeEventHandler DT_LISTRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_LISTRowChangeEventHandler DT_LISTRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_LISTRowChangeEventHandler DT_LISTRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_LISTRowChangeEventHandler DT_LISTRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDT_LISTRow(DT_LISTRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_LISTRow AddDT_LISTRow(string SHARETYPE_DESC, decimal SHARE_VALUE, string MEMBER_NO, string SHARETYPE_CODE, decimal SHARESTK_AMT, decimal cp_shrstk) { DT_LISTRow rowDT_LISTRow = ((DT_LISTRow)(this.NewRow())); object[] columnValuesArray = new object[] { SHARETYPE_DESC, SHARE_VALUE, MEMBER_NO, SHARETYPE_CODE, SHARESTK_AMT, cp_shrstk}; rowDT_LISTRow.ItemArray = columnValuesArray; this.Rows.Add(rowDT_LISTRow); return rowDT_LISTRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_LISTRow AddDT_LISTRow(string SHARETYPE_DESC, decimal SHARE_VALUE, string MEMBER_NO, string SHARETYPE_CODE, decimal SHARESTK_AMT) { DT_LISTRow rowDT_LISTRow = ((DT_LISTRow)(this.NewRow())); object[] columnValuesArray = new object[] { SHARETYPE_DESC, SHARE_VALUE, MEMBER_NO, SHARETYPE_CODE, SHARESTK_AMT, null}; rowDT_LISTRow.ItemArray = columnValuesArray; this.Rows.Add(rowDT_LISTRow); return rowDT_LISTRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DT_LISTDataTable cln = ((DT_LISTDataTable)(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 DT_LISTDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnSHARETYPE_DESC = base.Columns["SHARETYPE_DESC"]; this.columnSHARE_VALUE = base.Columns["SHARE_VALUE"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnSHARETYPE_CODE = base.Columns["SHARETYPE_CODE"]; this.columnSHARESTK_AMT = base.Columns["SHARESTK_AMT"]; this.columncp_shrstk = base.Columns["cp_shrstk"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnSHARETYPE_DESC = new global::System.Data.DataColumn("SHARETYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARETYPE_DESC); this.columnSHARE_VALUE = new global::System.Data.DataColumn("SHARE_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARE_VALUE); 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.columnSHARESTK_AMT = new global::System.Data.DataColumn("SHARESTK_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARESTK_AMT); this.columncp_shrstk = new global::System.Data.DataColumn("cp_shrstk", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_shrstk); this.columnSHARETYPE_DESC.MaxLength = 100; this.columnMEMBER_NO.AllowDBNull = false; this.columnMEMBER_NO.MaxLength = 8; this.columnSHARETYPE_CODE.AllowDBNull = false; this.columnSHARETYPE_CODE.MaxLength = 2; this.columncp_shrstk.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_LISTRow NewDT_LISTRow() { return ((DT_LISTRow)(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 DT_LISTRow(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(DT_LISTRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.cp_shrstkColumn.Expression = " sharestk_amt * share_value"; } [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.DT_LISTRowChanged != null)) { this.DT_LISTRowChanged(this, new DT_LISTRowChangeEvent(((DT_LISTRow)(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.DT_LISTRowChanging != null)) { this.DT_LISTRowChanging(this, new DT_LISTRowChangeEvent(((DT_LISTRow)(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.DT_LISTRowDeleted != null)) { this.DT_LISTRowDeleted(this, new DT_LISTRowChangeEvent(((DT_LISTRow)(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.DT_LISTRowDeleting != null)) { this.DT_LISTRowDeleting(this, new DT_LISTRowChangeEvent(((DT_LISTRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDT_LISTRow(DT_LISTRow 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 = "DT_LISTDataTable"; 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 SHSHAREMASTERDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnSHARE_VALUE; 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 columnDOPERATE_BAL; private global::System.Data.DataColumn columnLAST_PERIOD; private global::System.Data.DataColumn columnPERIODSHARE_AMT; private global::System.Data.DataColumn columnSHAREMASTER_STATUS; private global::System.Data.DataColumn columnMISSPAY_AMT; private global::System.Data.DataColumn columnLAST_STM_NO; private global::System.Data.DataColumn columnRKEEP_SHAREVALUE; private global::System.Data.DataColumn columnSEQUEST_STATUS; private global::System.Data.DataColumn columnAFTERDUE_SHRSTATUS; private global::System.Data.DataColumn columnAFTERDUE_SHRAMT; private global::System.Data.DataColumn columnPERIODBASE_AMT; 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 columnshrbegin_value; private global::System.Data.DataColumn columnshrstk_value; private global::System.Data.DataColumn columnshrperiod_value; private global::System.Data.DataColumn columnshrbase_value; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnSHARESPM_AMT; private global::System.Data.DataColumn columnSHARESPX_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_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 columnCOMPOUND_PAYMENT; private global::System.Data.DataColumn columnCOMPOUND_PAYSTATUS; private global::System.Data.DataColumn columnCOMPOUND_NMLDATE; 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 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 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 columnSHARETYPE_DESC; private global::System.Data.DataColumn columncp_shrstk; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SHSHAREMASTERDataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SHSHAREMASTERDataTable(bool initExpressions) { this.TableName = "SHSHAREMASTER"; this.BeginInit(); this.InitClass(); if ((initExpressions == true)) { this.InitExpressions(); } this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal 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 SHARE_VALUEColumn { get { return this.columnSHARE_VALUE; } } [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 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 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 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 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 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 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 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 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 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 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 shrbegin_valueColumn { get { return this.columnshrbegin_value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn shrstk_valueColumn { get { return this.columnshrstk_value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn shrperiod_valueColumn { get { return this.columnshrperiod_value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn shrbase_valueColumn { get { return this.columnshrbase_value; } } [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 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 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_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 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 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 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 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 SHARETYPE_DESCColumn { get { return this.columnSHARETYPE_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_shrstkColumn { get { return this.columncp_shrstk; } } [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( decimal SHARE_VALUE, string MEMBER_NO, string SHARETYPE_CODE, decimal SHAREBEGIN_AMT, decimal SHARESTK_AMT, decimal DOPERATE_BAL, decimal LAST_PERIOD, decimal PERIODSHARE_AMT, decimal SHAREMASTER_STATUS, decimal MISSPAY_AMT, decimal LAST_STM_NO, decimal RKEEP_SHAREVALUE, decimal SEQUEST_STATUS, decimal AFTERDUE_SHRSTATUS, decimal AFTERDUE_SHRAMT, decimal PERIODBASE_AMT, decimal COMPOUND_STATUS, System.DateTime COMPOUND_DATE, decimal COMPOUND_PERIOD, System.DateTime COMPOUNDDUE_DATE, decimal shrbegin_value, decimal shrstk_value, decimal shrperiod_value, decimal shrbase_value, string COOP_ID, decimal SHARESPM_AMT, decimal SHARESPX_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_AMT, decimal CHGPAYADD_AMT, decimal CHGPAYLOW_AMT, decimal CHGPAYSTOP_AMT, decimal CHGPAYCONT_AMT, decimal COMPOUND_PAYMENT, decimal COMPOUND_PAYSTATUS, System.DateTime COMPOUND_NMLDATE, System.DateTime LASTKEEPING_DATE, System.DateTime LASTPROCESS_DATE, decimal PAYOUTORD_FLAG, decimal SHAREARREARBF_AMT, decimal SHAREARREAR_AMT, decimal PERIODSHR_FLAG, decimal PAYPAUSE_FLAG, decimal REMARKSHR_FLAG, decimal UNDERBASE_FLAG, decimal RCVSHRPEND_AMT, decimal RCVSHRARREAR_AMT, System.DateTime LASTWITHDRAW_DATE, decimal LASTWITHDRAW_PERIOD, decimal COMPOUNDKEEP_STATUS, string COMPOUNDKEEP_GROUP, decimal SHARESTKBALFRS_AMT, decimal SHAREWTD_AMT, string SHARETYPE_DESC, decimal cp_shrstk) { SHSHAREMASTERRow rowSHSHAREMASTERRow = ((SHSHAREMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { SHARE_VALUE, MEMBER_NO, SHARETYPE_CODE, SHAREBEGIN_AMT, SHARESTK_AMT, DOPERATE_BAL, LAST_PERIOD, PERIODSHARE_AMT, SHAREMASTER_STATUS, MISSPAY_AMT, LAST_STM_NO, RKEEP_SHAREVALUE, SEQUEST_STATUS, AFTERDUE_SHRSTATUS, AFTERDUE_SHRAMT, PERIODBASE_AMT, COMPOUND_STATUS, COMPOUND_DATE, COMPOUND_PERIOD, COMPOUNDDUE_DATE, shrbegin_value, shrstk_value, shrperiod_value, shrbase_value, COOP_ID, SHARESPM_AMT, SHARESPX_AMT, PERIODSHARE_PERCENT, LASTPAYMENT_DATE, PAYMENT_STATUS, PAYMENTSTOP_DATE, PAYMENTPAUSE_DATE, SHAREATRETRY_AMT, SHAREWITHDRAW_AMT, LASTSHRWTD_DATE, LASTSHRWTD_PERIOD, SEQUEST_AMT, CHGPAYADD_AMT, CHGPAYLOW_AMT, CHGPAYSTOP_AMT, CHGPAYCONT_AMT, COMPOUND_PAYMENT, COMPOUND_PAYSTATUS, COMPOUND_NMLDATE, LASTKEEPING_DATE, LASTPROCESS_DATE, PAYOUTORD_FLAG, SHAREARREARBF_AMT, SHAREARREAR_AMT, PERIODSHR_FLAG, PAYPAUSE_FLAG, REMARKSHR_FLAG, UNDERBASE_FLAG, RCVSHRPEND_AMT, RCVSHRARREAR_AMT, LASTWITHDRAW_DATE, LASTWITHDRAW_PERIOD, COMPOUNDKEEP_STATUS, COMPOUNDKEEP_GROUP, SHARESTKBALFRS_AMT, SHAREWTD_AMT, SHARETYPE_DESC, cp_shrstk}; 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 AddSHSHAREMASTERRow( decimal SHARE_VALUE, string MEMBER_NO, string SHARETYPE_CODE, decimal SHAREBEGIN_AMT, decimal SHARESTK_AMT, decimal DOPERATE_BAL, decimal LAST_PERIOD, decimal PERIODSHARE_AMT, decimal SHAREMASTER_STATUS, decimal MISSPAY_AMT, decimal LAST_STM_NO, decimal RKEEP_SHAREVALUE, decimal SEQUEST_STATUS, decimal AFTERDUE_SHRSTATUS, decimal AFTERDUE_SHRAMT, decimal PERIODBASE_AMT, decimal COMPOUND_STATUS, System.DateTime COMPOUND_DATE, decimal COMPOUND_PERIOD, System.DateTime COMPOUNDDUE_DATE, string COOP_ID, decimal SHARESPM_AMT, decimal SHARESPX_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_AMT, decimal CHGPAYADD_AMT, decimal CHGPAYLOW_AMT, decimal CHGPAYSTOP_AMT, decimal CHGPAYCONT_AMT, decimal COMPOUND_PAYMENT, decimal COMPOUND_PAYSTATUS, System.DateTime COMPOUND_NMLDATE, System.DateTime LASTKEEPING_DATE, System.DateTime LASTPROCESS_DATE, decimal PAYOUTORD_FLAG, decimal SHAREARREARBF_AMT, decimal SHAREARREAR_AMT, decimal PERIODSHR_FLAG, decimal PAYPAUSE_FLAG, decimal REMARKSHR_FLAG, decimal UNDERBASE_FLAG, decimal RCVSHRPEND_AMT, decimal RCVSHRARREAR_AMT, System.DateTime LASTWITHDRAW_DATE, decimal LASTWITHDRAW_PERIOD, decimal COMPOUNDKEEP_STATUS, string COMPOUNDKEEP_GROUP, decimal SHARESTKBALFRS_AMT, decimal SHAREWTD_AMT, string SHARETYPE_DESC) { SHSHAREMASTERRow rowSHSHAREMASTERRow = ((SHSHAREMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { SHARE_VALUE, MEMBER_NO, SHARETYPE_CODE, SHAREBEGIN_AMT, SHARESTK_AMT, DOPERATE_BAL, LAST_PERIOD, PERIODSHARE_AMT, SHAREMASTER_STATUS, MISSPAY_AMT, LAST_STM_NO, RKEEP_SHAREVALUE, SEQUEST_STATUS, AFTERDUE_SHRSTATUS, AFTERDUE_SHRAMT, PERIODBASE_AMT, COMPOUND_STATUS, COMPOUND_DATE, COMPOUND_PERIOD, COMPOUNDDUE_DATE, null, null, null, null, COOP_ID, SHARESPM_AMT, SHARESPX_AMT, PERIODSHARE_PERCENT, LASTPAYMENT_DATE, PAYMENT_STATUS, PAYMENTSTOP_DATE, PAYMENTPAUSE_DATE, SHAREATRETRY_AMT, SHAREWITHDRAW_AMT, LASTSHRWTD_DATE, LASTSHRWTD_PERIOD, SEQUEST_AMT, CHGPAYADD_AMT, CHGPAYLOW_AMT, CHGPAYSTOP_AMT, CHGPAYCONT_AMT, COMPOUND_PAYMENT, COMPOUND_PAYSTATUS, COMPOUND_NMLDATE, LASTKEEPING_DATE, LASTPROCESS_DATE, PAYOUTORD_FLAG, SHAREARREARBF_AMT, SHAREARREAR_AMT, PERIODSHR_FLAG, PAYPAUSE_FLAG, REMARKSHR_FLAG, UNDERBASE_FLAG, RCVSHRPEND_AMT, RCVSHRARREAR_AMT, LASTWITHDRAW_DATE, LASTWITHDRAW_PERIOD, COMPOUNDKEEP_STATUS, COMPOUNDKEEP_GROUP, SHARESTKBALFRS_AMT, SHAREWTD_AMT, SHARETYPE_DESC, null}; 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.columnSHARE_VALUE = base.Columns["SHARE_VALUE"]; 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.columnDOPERATE_BAL = base.Columns["DOPERATE_BAL"]; this.columnLAST_PERIOD = base.Columns["LAST_PERIOD"]; this.columnPERIODSHARE_AMT = base.Columns["PERIODSHARE_AMT"]; this.columnSHAREMASTER_STATUS = base.Columns["SHAREMASTER_STATUS"]; this.columnMISSPAY_AMT = base.Columns["MISSPAY_AMT"]; this.columnLAST_STM_NO = base.Columns["LAST_STM_NO"]; this.columnRKEEP_SHAREVALUE = base.Columns["RKEEP_SHAREVALUE"]; this.columnSEQUEST_STATUS = base.Columns["SEQUEST_STATUS"]; this.columnAFTERDUE_SHRSTATUS = base.Columns["AFTERDUE_SHRSTATUS"]; this.columnAFTERDUE_SHRAMT = base.Columns["AFTERDUE_SHRAMT"]; this.columnPERIODBASE_AMT = base.Columns["PERIODBASE_AMT"]; 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.columnshrbegin_value = base.Columns["shrbegin_value"]; this.columnshrstk_value = base.Columns["shrstk_value"]; this.columnshrperiod_value = base.Columns["shrperiod_value"]; this.columnshrbase_value = base.Columns["shrbase_value"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnSHARESPM_AMT = base.Columns["SHARESPM_AMT"]; this.columnSHARESPX_AMT = base.Columns["SHARESPX_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_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.columnCOMPOUND_PAYMENT = base.Columns["COMPOUND_PAYMENT"]; this.columnCOMPOUND_PAYSTATUS = base.Columns["COMPOUND_PAYSTATUS"]; this.columnCOMPOUND_NMLDATE = base.Columns["COMPOUND_NMLDATE"]; 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.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.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.columnSHARETYPE_DESC = base.Columns["SHARETYPE_DESC"]; this.columncp_shrstk = base.Columns["cp_shrstk"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnSHARE_VALUE = new global::System.Data.DataColumn("SHARE_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARE_VALUE); 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.columnDOPERATE_BAL = new global::System.Data.DataColumn("DOPERATE_BAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDOPERATE_BAL); 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.columnPERIODSHARE_AMT = new global::System.Data.DataColumn("PERIODSHARE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIODSHARE_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.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.columnRKEEP_SHAREVALUE = new global::System.Data.DataColumn("RKEEP_SHAREVALUE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRKEEP_SHAREVALUE); 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.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.columnPERIODBASE_AMT = new global::System.Data.DataColumn("PERIODBASE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIODBASE_AMT); 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.columnshrbegin_value = new global::System.Data.DataColumn("shrbegin_value", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnshrbegin_value); this.columnshrstk_value = new global::System.Data.DataColumn("shrstk_value", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnshrstk_value); this.columnshrperiod_value = new global::System.Data.DataColumn("shrperiod_value", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnshrperiod_value); this.columnshrbase_value = new global::System.Data.DataColumn("shrbase_value", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnshrbase_value); 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.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.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_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.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.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.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.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.columnSHARETYPE_DESC = new global::System.Data.DataColumn("SHARETYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARETYPE_DESC); this.columncp_shrstk = new global::System.Data.DataColumn("cp_shrstk", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_shrstk); 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.columnSHARE_VALUE.ReadOnly = true; this.columnMEMBER_NO.AllowDBNull = false; this.columnMEMBER_NO.MaxLength = 8; this.columnSHARETYPE_CODE.AllowDBNull = false; this.columnSHARETYPE_CODE.MaxLength = 2; this.columnshrbegin_value.ReadOnly = true; this.columnshrstk_value.ReadOnly = true; this.columnshrperiod_value.ReadOnly = true; this.columnshrbase_value.ReadOnly = true; this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnCOMPOUNDKEEP_GROUP.MaxLength = 8; this.columnSHARETYPE_DESC.ReadOnly = true; this.columncp_shrstk.ReadOnly = true; } [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")] private void InitExpressions() { this.shrbegin_valueColumn.Expression = "SHAREBEGIN_AMT * SHARE_VALUE"; this.shrstk_valueColumn.Expression = "SHARESTK_AMT *SHARE_VALUE"; this.shrperiod_valueColumn.Expression = "PERIODSHARE_AMT *SHARE_VALUE"; this.shrbase_valueColumn.Expression = "PERIODBASE_AMT *SHARE_VALUE"; this.cp_shrstkColumn.Expression = "sharestk_amt * share_value"; } [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 DT_STATEMENTDataTable : 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 columnSEQ_NO; private global::System.Data.DataColumn columnSLIP_DATE; private global::System.Data.DataColumn columnOPERATE_DATE; private global::System.Data.DataColumn columnSHARE_DATE; private global::System.Data.DataColumn columnACCOUNT_DATE; private global::System.Data.DataColumn columnREF_DOCNO; private global::System.Data.DataColumn columnREF_SLIPNO; private global::System.Data.DataColumn columnSHRITEMTYPE_CODE; private global::System.Data.DataColumn columnPERIOD; private global::System.Data.DataColumn columnSHARE_AMOUNT; private global::System.Data.DataColumn columnSHARESTK_AMT; private global::System.Data.DataColumn columnSHRARREARBF_AMT; private global::System.Data.DataColumn columnSHRARREAR_AMT; private global::System.Data.DataColumn columnMONEYTYPE_CODE; private global::System.Data.DataColumn columnITEM_STATUS; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnENTRY_BYCOOPID; private global::System.Data.DataColumn columnSTATUS_DESC; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnCALDIV_STATUS; private global::System.Data.DataColumn columnshramt_value; private global::System.Data.DataColumn columnshrstk_value; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_STATEMENTDataTable() { this.TableName = "DT_STATEMENT"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DT_STATEMENTDataTable(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 DT_STATEMENTDataTable(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 SEQ_NOColumn { get { return this.columnSEQ_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_DATEColumn { get { return this.columnSLIP_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OPERATE_DATEColumn { get { return this.columnOPERATE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHARE_DATEColumn { get { return this.columnSHARE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ACCOUNT_DATEColumn { get { return this.columnACCOUNT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REF_DOCNOColumn { get { return this.columnREF_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REF_SLIPNOColumn { get { return this.columnREF_SLIPNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHRITEMTYPE_CODEColumn { get { return this.columnSHRITEMTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIODColumn { get { return this.columnPERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHARE_AMOUNTColumn { get { return this.columnSHARE_AMOUNT; } } [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 SHRARREARBF_AMTColumn { get { return this.columnSHRARREARBF_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHRARREAR_AMTColumn { get { return this.columnSHRARREAR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MONEYTYPE_CODEColumn { get { return this.columnMONEYTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEM_STATUSColumn { get { return this.columnITEM_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_IDColumn { get { return this.columnENTRY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_DATEColumn { get { return this.columnENTRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_BYCOOPIDColumn { get { return this.columnENTRY_BYCOOPID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STATUS_DESCColumn { get { return this.columnSTATUS_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REMARKColumn { get { return this.columnREMARK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CALDIV_STATUSColumn { get { return this.columnCALDIV_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn shramt_valueColumn { get { return this.columnshramt_value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn shrstk_valueColumn { get { return this.columnshrstk_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 Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_STATEMENTRow this[int index] { get { return ((DT_STATEMENTRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_STATEMENTRowChangeEventHandler DT_STATEMENTRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_STATEMENTRowChangeEventHandler DT_STATEMENTRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_STATEMENTRowChangeEventHandler DT_STATEMENTRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_STATEMENTRowChangeEventHandler DT_STATEMENTRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDT_STATEMENTRow(DT_STATEMENTRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_STATEMENTRow AddDT_STATEMENTRow( string COOP_ID, string MEMBER_NO, string SHARETYPE_CODE, decimal SEQ_NO, System.DateTime SLIP_DATE, System.DateTime OPERATE_DATE, System.DateTime SHARE_DATE, System.DateTime ACCOUNT_DATE, string REF_DOCNO, string REF_SLIPNO, string SHRITEMTYPE_CODE, decimal PERIOD, decimal SHARE_AMOUNT, decimal SHARESTK_AMT, decimal SHRARREARBF_AMT, decimal SHRARREAR_AMT, string MONEYTYPE_CODE, decimal ITEM_STATUS, string ENTRY_ID, System.DateTime ENTRY_DATE, string ENTRY_BYCOOPID, string STATUS_DESC, string REMARK, decimal CALDIV_STATUS, decimal shramt_value, decimal shrstk_value) { DT_STATEMENTRow rowDT_STATEMENTRow = ((DT_STATEMENTRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, MEMBER_NO, SHARETYPE_CODE, SEQ_NO, SLIP_DATE, OPERATE_DATE, SHARE_DATE, ACCOUNT_DATE, REF_DOCNO, REF_SLIPNO, SHRITEMTYPE_CODE, PERIOD, SHARE_AMOUNT, SHARESTK_AMT, SHRARREARBF_AMT, SHRARREAR_AMT, MONEYTYPE_CODE, ITEM_STATUS, ENTRY_ID, ENTRY_DATE, ENTRY_BYCOOPID, STATUS_DESC, REMARK, CALDIV_STATUS, shramt_value, shrstk_value}; rowDT_STATEMENTRow.ItemArray = columnValuesArray; this.Rows.Add(rowDT_STATEMENTRow); return rowDT_STATEMENTRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_STATEMENTRow FindByCOOP_IDMEMBER_NOSHARETYPE_CODESEQ_NO(string COOP_ID, string MEMBER_NO, string SHARETYPE_CODE, decimal SEQ_NO) { return ((DT_STATEMENTRow)(this.Rows.Find(new object[] { COOP_ID, MEMBER_NO, SHARETYPE_CODE, SEQ_NO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DT_STATEMENTDataTable cln = ((DT_STATEMENTDataTable)(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 DT_STATEMENTDataTable(); } [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.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnSLIP_DATE = base.Columns["SLIP_DATE"]; this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"]; this.columnSHARE_DATE = base.Columns["SHARE_DATE"]; this.columnACCOUNT_DATE = base.Columns["ACCOUNT_DATE"]; this.columnREF_DOCNO = base.Columns["REF_DOCNO"]; this.columnREF_SLIPNO = base.Columns["REF_SLIPNO"]; this.columnSHRITEMTYPE_CODE = base.Columns["SHRITEMTYPE_CODE"]; this.columnPERIOD = base.Columns["PERIOD"]; this.columnSHARE_AMOUNT = base.Columns["SHARE_AMOUNT"]; this.columnSHARESTK_AMT = base.Columns["SHARESTK_AMT"]; this.columnSHRARREARBF_AMT = base.Columns["SHRARREARBF_AMT"]; this.columnSHRARREAR_AMT = base.Columns["SHRARREAR_AMT"]; this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"]; this.columnITEM_STATUS = base.Columns["ITEM_STATUS"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnENTRY_BYCOOPID = base.Columns["ENTRY_BYCOOPID"]; this.columnSTATUS_DESC = base.Columns["STATUS_DESC"]; this.columnREMARK = base.Columns["REMARK"]; this.columnCALDIV_STATUS = base.Columns["CALDIV_STATUS"]; this.columnshramt_value = base.Columns["shramt_value"]; this.columnshrstk_value = base.Columns["shrstk_value"]; } [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.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQ_NO); this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_DATE); this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOPERATE_DATE); this.columnSHARE_DATE = new global::System.Data.DataColumn("SHARE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARE_DATE); this.columnACCOUNT_DATE = new global::System.Data.DataColumn("ACCOUNT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCOUNT_DATE); this.columnREF_DOCNO = new global::System.Data.DataColumn("REF_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREF_DOCNO); this.columnREF_SLIPNO = new global::System.Data.DataColumn("REF_SLIPNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREF_SLIPNO); this.columnSHRITEMTYPE_CODE = new global::System.Data.DataColumn("SHRITEMTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHRITEMTYPE_CODE); this.columnPERIOD = new global::System.Data.DataColumn("PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD); this.columnSHARE_AMOUNT = new global::System.Data.DataColumn("SHARE_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARE_AMOUNT); 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.columnSHRARREARBF_AMT = new global::System.Data.DataColumn("SHRARREARBF_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHRARREARBF_AMT); this.columnSHRARREAR_AMT = new global::System.Data.DataColumn("SHRARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHRARREAR_AMT); this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONEYTYPE_CODE); this.columnITEM_STATUS = new global::System.Data.DataColumn("ITEM_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_STATUS); this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_ID); this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnENTRY_BYCOOPID = new global::System.Data.DataColumn("ENTRY_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_BYCOOPID); this.columnSTATUS_DESC = new global::System.Data.DataColumn("STATUS_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTATUS_DESC); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); this.columnCALDIV_STATUS = new global::System.Data.DataColumn("CALDIV_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCALDIV_STATUS); this.columnshramt_value = new global::System.Data.DataColumn("shramt_value", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnshramt_value); this.columnshrstk_value = new global::System.Data.DataColumn("shrstk_value", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnshrstk_value); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnMEMBER_NO, this.columnSHARETYPE_CODE, this.columnSEQ_NO}, 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.columnSEQ_NO.AllowDBNull = false; this.columnREF_DOCNO.MaxLength = 15; this.columnREF_SLIPNO.MaxLength = 15; this.columnSHRITEMTYPE_CODE.MaxLength = 3; this.columnMONEYTYPE_CODE.MaxLength = 3; this.columnENTRY_ID.MaxLength = 32; this.columnENTRY_BYCOOPID.MaxLength = 6; this.columnSTATUS_DESC.MaxLength = 10; this.columnREMARK.MaxLength = 200; this.columnshramt_value.ReadOnly = true; this.columnshrstk_value.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_STATEMENTRow NewDT_STATEMENTRow() { return ((DT_STATEMENTRow)(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 DT_STATEMENTRow(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(DT_STATEMENTRow); } [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.DT_STATEMENTRowChanged != null)) { this.DT_STATEMENTRowChanged(this, new DT_STATEMENTRowChangeEvent(((DT_STATEMENTRow)(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.DT_STATEMENTRowChanging != null)) { this.DT_STATEMENTRowChanging(this, new DT_STATEMENTRowChangeEvent(((DT_STATEMENTRow)(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.DT_STATEMENTRowDeleted != null)) { this.DT_STATEMENTRowDeleted(this, new DT_STATEMENTRowChangeEvent(((DT_STATEMENTRow)(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.DT_STATEMENTRowDeleting != null)) { this.DT_STATEMENTRowDeleting(this, new DT_STATEMENTRowChangeEvent(((DT_STATEMENTRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDT_STATEMENTRow(DT_STATEMENTRow 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 = "DT_STATEMENTDataTable"; 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 DT_MAINRow : global::System.Data.DataRow { private DT_MAINDataTable tableDT_MAIN; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DT_MAINRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDT_MAIN = ((DT_MAINDataTable)(this.Table)); } [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.tableDT_MAIN.MEMBER_NOColumn])); } set { this[this.tableDT_MAIN.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRENAME_DESC { get { try { return ((string)(this[this.tableDT_MAIN.PRENAME_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.PRENAME_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMB_NAME { get { try { return ((string)(this[this.tableDT_MAIN.MEMB_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.MEMB_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMB_SURNAME { get { try { return ((string)(this[this.tableDT_MAIN.MEMB_SURNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.MEMB_SURNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBGROUP_CODE { get { try { return ((string)(this[this.tableDT_MAIN.MEMBGROUP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.MEMBGROUP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBGROUP_DESC { get { try { return ((string)(this[this.tableDT_MAIN.MEMBGROUP_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.MEMBGROUP_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBTYPE_CODE { get { try { return ((string)(this[this.tableDT_MAIN.MEMBTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_CODE\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.MEMBTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBTYPE_DESC { get { try { return ((string)(this[this.tableDT_MAIN.MEMBTYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_DESC\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.MEMBTYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ACCUM_INTEREST { get { try { return ((decimal)(this[this.tableDT_MAIN.ACCUM_INTERESTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCUM_INTEREST\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.ACCUM_INTERESTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MEMBER_STATUS { get { try { return ((decimal)(this[this.tableDT_MAIN.MEMBER_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_STATUS\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.MEMBER_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime MEMBER_DATE { get { try { return ((global::System.DateTime)(this[this.tableDT_MAIN.MEMBER_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_DATE\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.MEMBER_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string cp_name { get { try { return ((string)(this[this.tableDT_MAIN.cp_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_name\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.cp_nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string cp_membtype { get { try { return ((string)(this[this.tableDT_MAIN.cp_membtypeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_membtype\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.cp_membtypeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string cp_membgroup { get { try { return ((string)(this[this.tableDT_MAIN.cp_membgroupColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_membgroup\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.cp_membgroupColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SHARETYPE_CODE { get { try { return ((string)(this[this.tableDT_MAIN.SHARETYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARETYPE_CODE\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.SHARETYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_DESCNull() { return this.IsNull(this.tableDT_MAIN.PRENAME_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRENAME_DESCNull() { this[this.tableDT_MAIN.PRENAME_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMB_NAMENull() { return this.IsNull(this.tableDT_MAIN.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.tableDT_MAIN.MEMB_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMB_SURNAMENull() { return this.IsNull(this.tableDT_MAIN.MEMB_SURNAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMB_SURNAMENull() { this[this.tableDT_MAIN.MEMB_SURNAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBGROUP_CODENull() { return this.IsNull(this.tableDT_MAIN.MEMBGROUP_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBGROUP_CODENull() { this[this.tableDT_MAIN.MEMBGROUP_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBGROUP_DESCNull() { return this.IsNull(this.tableDT_MAIN.MEMBGROUP_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBGROUP_DESCNull() { this[this.tableDT_MAIN.MEMBGROUP_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBTYPE_CODENull() { return this.IsNull(this.tableDT_MAIN.MEMBTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBTYPE_CODENull() { this[this.tableDT_MAIN.MEMBTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBTYPE_DESCNull() { return this.IsNull(this.tableDT_MAIN.MEMBTYPE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBTYPE_DESCNull() { this[this.tableDT_MAIN.MEMBTYPE_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsACCUM_INTERESTNull() { return this.IsNull(this.tableDT_MAIN.ACCUM_INTERESTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCUM_INTERESTNull() { this[this.tableDT_MAIN.ACCUM_INTERESTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_STATUSNull() { return this.IsNull(this.tableDT_MAIN.MEMBER_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_STATUSNull() { this[this.tableDT_MAIN.MEMBER_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_DATENull() { return this.IsNull(this.tableDT_MAIN.MEMBER_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_DATENull() { this[this.tableDT_MAIN.MEMBER_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_nameNull() { return this.IsNull(this.tableDT_MAIN.cp_nameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_nameNull() { this[this.tableDT_MAIN.cp_nameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_membtypeNull() { return this.IsNull(this.tableDT_MAIN.cp_membtypeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_membtypeNull() { this[this.tableDT_MAIN.cp_membtypeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_membgroupNull() { return this.IsNull(this.tableDT_MAIN.cp_membgroupColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_membgroupNull() { this[this.tableDT_MAIN.cp_membgroupColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARETYPE_CODENull() { return this.IsNull(this.tableDT_MAIN.SHARETYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARETYPE_CODENull() { this[this.tableDT_MAIN.SHARETYPE_CODEColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DT_LISTRow : global::System.Data.DataRow { private DT_LISTDataTable tableDT_LIST; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DT_LISTRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDT_LIST = ((DT_LISTDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SHARETYPE_DESC { get { try { return ((string)(this[this.tableDT_LIST.SHARETYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARETYPE_DESC\' in table \'DT_LIST\' is DBNull.", e); } } set { this[this.tableDT_LIST.SHARETYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SHARE_VALUE { get { try { return ((decimal)(this[this.tableDT_LIST.SHARE_VALUEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARE_VALUE\' in table \'DT_LIST\' is DBNull.", e); } } set { this[this.tableDT_LIST.SHARE_VALUEColumn] = 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.tableDT_LIST.MEMBER_NOColumn])); } set { this[this.tableDT_LIST.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.tableDT_LIST.SHARETYPE_CODEColumn])); } set { this[this.tableDT_LIST.SHARETYPE_CODEColumn] = 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.tableDT_LIST.SHARESTK_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_AMT\' in table \'DT_LIST\' is DBNull.", e); } } set { this[this.tableDT_LIST.SHARESTK_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal cp_shrstk { get { try { return ((decimal)(this[this.tableDT_LIST.cp_shrstkColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_shrstk\' in table \'DT_LIST\' is DBNull.", e); } } set { this[this.tableDT_LIST.cp_shrstkColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARETYPE_DESCNull() { return this.IsNull(this.tableDT_LIST.SHARETYPE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARETYPE_DESCNull() { this[this.tableDT_LIST.SHARETYPE_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARE_VALUENull() { return this.IsNull(this.tableDT_LIST.SHARE_VALUEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARE_VALUENull() { this[this.tableDT_LIST.SHARE_VALUEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARESTK_AMTNull() { return this.IsNull(this.tableDT_LIST.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.tableDT_LIST.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 Iscp_shrstkNull() { return this.IsNull(this.tableDT_LIST.cp_shrstkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_shrstkNull() { this[this.tableDT_LIST.cp_shrstkColumn] = global::System.Convert.DBNull; } } /// ///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 decimal SHARE_VALUE { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.SHARE_VALUEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARE_VALUE\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.SHARE_VALUEColumn] = 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 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 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 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 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 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 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 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 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 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 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 shrbegin_value { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.shrbegin_valueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'shrbegin_value\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.shrbegin_valueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal shrstk_value { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.shrstk_valueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'shrstk_value\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.shrstk_valueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal shrperiod_value { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.shrperiod_valueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'shrperiod_value\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.shrperiod_valueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal shrbase_value { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.shrbase_valueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'shrbase_value\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.shrbase_valueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.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 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 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_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 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 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 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 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 string SHARETYPE_DESC { get { try { return ((string)(this[this.tableSHSHAREMASTER.SHARETYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARETYPE_DESC\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.SHARETYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal cp_shrstk { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.cp_shrstkColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_shrstk\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.cp_shrstkColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARE_VALUENull() { return this.IsNull(this.tableSHSHAREMASTER.SHARE_VALUEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARE_VALUENull() { this[this.tableSHSHAREMASTER.SHARE_VALUEColumn] = global::System.Convert.DBNull; } [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 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 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 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 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 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 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 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 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 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 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 Isshrbegin_valueNull() { return this.IsNull(this.tableSHSHAREMASTER.shrbegin_valueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setshrbegin_valueNull() { this[this.tableSHSHAREMASTER.shrbegin_valueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isshrstk_valueNull() { return this.IsNull(this.tableSHSHAREMASTER.shrstk_valueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setshrstk_valueNull() { this[this.tableSHSHAREMASTER.shrstk_valueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isshrperiod_valueNull() { return this.IsNull(this.tableSHSHAREMASTER.shrperiod_valueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setshrperiod_valueNull() { this[this.tableSHSHAREMASTER.shrperiod_valueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isshrbase_valueNull() { return this.IsNull(this.tableSHSHAREMASTER.shrbase_valueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setshrbase_valueNull() { this[this.tableSHSHAREMASTER.shrbase_valueColumn] = 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 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_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 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 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 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 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 IsSHARETYPE_DESCNull() { return this.IsNull(this.tableSHSHAREMASTER.SHARETYPE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARETYPE_DESCNull() { this[this.tableSHSHAREMASTER.SHARETYPE_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_shrstkNull() { return this.IsNull(this.tableSHSHAREMASTER.cp_shrstkColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_shrstkNull() { this[this.tableSHSHAREMASTER.cp_shrstkColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DT_STATEMENTRow : global::System.Data.DataRow { private DT_STATEMENTDataTable tableDT_STATEMENT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DT_STATEMENTRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDT_STATEMENT = ((DT_STATEMENTDataTable)(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.tableDT_STATEMENT.COOP_IDColumn])); } set { this[this.tableDT_STATEMENT.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.tableDT_STATEMENT.MEMBER_NOColumn])); } set { this[this.tableDT_STATEMENT.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.tableDT_STATEMENT.SHARETYPE_CODEColumn])); } set { this[this.tableDT_STATEMENT.SHARETYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQ_NO { get { return ((decimal)(this[this.tableDT_STATEMENT.SEQ_NOColumn])); } set { this[this.tableDT_STATEMENT.SEQ_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SLIP_DATE { get { try { return ((global::System.DateTime)(this[this.tableDT_STATEMENT.SLIP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.SLIP_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime OPERATE_DATE { get { try { return ((global::System.DateTime)(this[this.tableDT_STATEMENT.OPERATE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.OPERATE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SHARE_DATE { get { try { return ((global::System.DateTime)(this[this.tableDT_STATEMENT.SHARE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARE_DATE\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.SHARE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime ACCOUNT_DATE { get { try { return ((global::System.DateTime)(this[this.tableDT_STATEMENT.ACCOUNT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCOUNT_DATE\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.ACCOUNT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REF_DOCNO { get { try { return ((string)(this[this.tableDT_STATEMENT.REF_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_DOCNO\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.REF_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REF_SLIPNO { get { try { return ((string)(this[this.tableDT_STATEMENT.REF_SLIPNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPNO\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.REF_SLIPNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SHRITEMTYPE_CODE { get { try { return ((string)(this[this.tableDT_STATEMENT.SHRITEMTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHRITEMTYPE_CODE\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.SHRITEMTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD { get { try { return ((decimal)(this[this.tableDT_STATEMENT.PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SHARE_AMOUNT { get { try { return ((decimal)(this[this.tableDT_STATEMENT.SHARE_AMOUNTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARE_AMOUNT\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.SHARE_AMOUNTColumn] = 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.tableDT_STATEMENT.SHARESTK_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_AMT\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.SHARESTK_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SHRARREARBF_AMT { get { try { return ((decimal)(this[this.tableDT_STATEMENT.SHRARREARBF_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHRARREARBF_AMT\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.SHRARREARBF_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SHRARREAR_AMT { get { try { return ((decimal)(this[this.tableDT_STATEMENT.SHRARREAR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHRARREAR_AMT\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.SHRARREAR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MONEYTYPE_CODE { get { try { return ((string)(this[this.tableDT_STATEMENT.MONEYTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.MONEYTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_STATUS { get { try { return ((decimal)(this[this.tableDT_STATEMENT.ITEM_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_STATUS\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.ITEM_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_ID { get { try { return ((string)(this[this.tableDT_STATEMENT.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.ENTRY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime ENTRY_DATE { get { try { return ((global::System.DateTime)(this[this.tableDT_STATEMENT.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.ENTRY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_BYCOOPID { get { try { return ((string)(this[this.tableDT_STATEMENT.ENTRY_BYCOOPIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_BYCOOPID\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.ENTRY_BYCOOPIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STATUS_DESC { get { try { return ((string)(this[this.tableDT_STATEMENT.STATUS_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STATUS_DESC\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.STATUS_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REMARK { get { try { return ((string)(this[this.tableDT_STATEMENT.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.REMARKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CALDIV_STATUS { get { try { return ((decimal)(this[this.tableDT_STATEMENT.CALDIV_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALDIV_STATUS\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.CALDIV_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal shramt_value { get { try { return ((decimal)(this[this.tableDT_STATEMENT.shramt_valueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'shramt_value\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.shramt_valueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal shrstk_value { get { try { return ((decimal)(this[this.tableDT_STATEMENT.shrstk_valueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'shrstk_value\' in table \'DT_STATEMENT\' is DBNull.", e); } } set { this[this.tableDT_STATEMENT.shrstk_valueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_DATENull() { return this.IsNull(this.tableDT_STATEMENT.SLIP_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_DATENull() { this[this.tableDT_STATEMENT.SLIP_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOPERATE_DATENull() { return this.IsNull(this.tableDT_STATEMENT.OPERATE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOPERATE_DATENull() { this[this.tableDT_STATEMENT.OPERATE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARE_DATENull() { return this.IsNull(this.tableDT_STATEMENT.SHARE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARE_DATENull() { this[this.tableDT_STATEMENT.SHARE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsACCOUNT_DATENull() { return this.IsNull(this.tableDT_STATEMENT.ACCOUNT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCOUNT_DATENull() { this[this.tableDT_STATEMENT.ACCOUNT_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREF_DOCNONull() { return this.IsNull(this.tableDT_STATEMENT.REF_DOCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREF_DOCNONull() { this[this.tableDT_STATEMENT.REF_DOCNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREF_SLIPNONull() { return this.IsNull(this.tableDT_STATEMENT.REF_SLIPNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREF_SLIPNONull() { this[this.tableDT_STATEMENT.REF_SLIPNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHRITEMTYPE_CODENull() { return this.IsNull(this.tableDT_STATEMENT.SHRITEMTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHRITEMTYPE_CODENull() { this[this.tableDT_STATEMENT.SHRITEMTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIODNull() { return this.IsNull(this.tableDT_STATEMENT.PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIODNull() { this[this.tableDT_STATEMENT.PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARE_AMOUNTNull() { return this.IsNull(this.tableDT_STATEMENT.SHARE_AMOUNTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARE_AMOUNTNull() { this[this.tableDT_STATEMENT.SHARE_AMOUNTColumn] = 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.tableDT_STATEMENT.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.tableDT_STATEMENT.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 IsSHRARREARBF_AMTNull() { return this.IsNull(this.tableDT_STATEMENT.SHRARREARBF_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHRARREARBF_AMTNull() { this[this.tableDT_STATEMENT.SHRARREARBF_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHRARREAR_AMTNull() { return this.IsNull(this.tableDT_STATEMENT.SHRARREAR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHRARREAR_AMTNull() { this[this.tableDT_STATEMENT.SHRARREAR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMONEYTYPE_CODENull() { return this.IsNull(this.tableDT_STATEMENT.MONEYTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMONEYTYPE_CODENull() { this[this.tableDT_STATEMENT.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEM_STATUSNull() { return this.IsNull(this.tableDT_STATEMENT.ITEM_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_STATUSNull() { this[this.tableDT_STATEMENT.ITEM_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_IDNull() { return this.IsNull(this.tableDT_STATEMENT.ENTRY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_IDNull() { this[this.tableDT_STATEMENT.ENTRY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_DATENull() { return this.IsNull(this.tableDT_STATEMENT.ENTRY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_DATENull() { this[this.tableDT_STATEMENT.ENTRY_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_BYCOOPIDNull() { return this.IsNull(this.tableDT_STATEMENT.ENTRY_BYCOOPIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_BYCOOPIDNull() { this[this.tableDT_STATEMENT.ENTRY_BYCOOPIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTATUS_DESCNull() { return this.IsNull(this.tableDT_STATEMENT.STATUS_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTATUS_DESCNull() { this[this.tableDT_STATEMENT.STATUS_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREMARKNull() { return this.IsNull(this.tableDT_STATEMENT.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableDT_STATEMENT.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCALDIV_STATUSNull() { return this.IsNull(this.tableDT_STATEMENT.CALDIV_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCALDIV_STATUSNull() { this[this.tableDT_STATEMENT.CALDIV_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isshramt_valueNull() { return this.IsNull(this.tableDT_STATEMENT.shramt_valueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setshramt_valueNull() { this[this.tableDT_STATEMENT.shramt_valueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isshrstk_valueNull() { return this.IsNull(this.tableDT_STATEMENT.shrstk_valueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setshrstk_valueNull() { this[this.tableDT_STATEMENT.shrstk_valueColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class DT_MAINRowChangeEvent : global::System.EventArgs { private DT_MAINRow 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 DT_MAINRowChangeEvent(DT_MAINRow 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 DT_MAINRow 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 DT_LISTRowChangeEvent : global::System.EventArgs { private DT_LISTRow 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 DT_LISTRowChangeEvent(DT_LISTRow 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 DT_LISTRow 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 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 DT_STATEMENTRowChangeEvent : global::System.EventArgs { private DT_STATEMENTRow 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 DT_STATEMENTRowChangeEvent(DT_STATEMENTRow 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 DT_STATEMENTRow 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.mbshr.ws_sl_share_edit_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 DT_MAINTableAdapter : 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 DT_MAINTableAdapter() { 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 = "DT_MAIN"; tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC"); tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME"); tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME"); tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE"); tableMapping.ColumnMappings.Add("MEMBGROUP_DESC", "MEMBGROUP_DESC"); tableMapping.ColumnMappings.Add("MEMBTYPE_CODE", "MEMBTYPE_CODE"); tableMapping.ColumnMappings.Add("MEMBTYPE_DESC", "MEMBTYPE_DESC"); tableMapping.ColumnMappings.Add("ACCUM_INTEREST", "ACCUM_INTEREST"); tableMapping.ColumnMappings.Add("MEMBER_STATUS", "MEMBER_STATUS"); tableMapping.ColumnMappings.Add("MEMBER_DATE", "MEMBER_DATE"); this._adapter.TableMappings.Add(tableMapping); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = @" SELECT ""MBMEMBMASTER"".""MEMBER_NO"", ""MBUCFPRENAME"".""PRENAME_DESC"", ""MBMEMBMASTER"".""MEMB_NAME"", ""MBMEMBMASTER"".""MEMB_SURNAME"", ""MBMEMBMASTER"".""MEMBGROUP_CODE"", ""MBUCFMEMBGROUP"".""MEMBGROUP_DESC"", ""MBMEMBMASTER"".""MEMBTYPE_CODE"", ""MBUCFMEMBTYPE"".""MEMBTYPE_DESC"", ""MBMEMBMASTER"".""ACCUM_INTEREST"", ""MBMEMBMASTER"".""MEMBER_STATUS"", ""MBMEMBMASTER"".""MEMBER_DATE"" FROM ""MBMEMBMASTER"", ""MBUCFMEMBGROUP"", ""MBUCFMEMBTYPE"", ""MBUCFPRENAME"" WHERE ( ""MBUCFMEMBGROUP"".""MEMBGROUP_CODE"" = ""MBMEMBMASTER"".""MEMBGROUP_CODE"" ) and ( ""MBUCFMEMBTYPE"".""MEMBTYPE_CODE"" = ""MBMEMBMASTER"".""MEMBTYPE_CODE"" ) and ( ""MBUCFPRENAME"".""PRENAME_CODE"" = ""MBMEMBMASTER"".""PRENAME_CODE"" )"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(DataSet1.DT_MAINDataTable 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.DT_MAINDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.DT_MAINDataTable dataTable = new DataSet1.DT_MAINDataTable(true); this.Adapter.Fill(dataTable); return dataTable; } } /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class DT_LISTTableAdapter : 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 DT_LISTTableAdapter() { 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 = "DT_LIST"; tableMapping.ColumnMappings.Add("SHARETYPE_DESC", "SHARETYPE_DESC"); tableMapping.ColumnMappings.Add("SHARE_VALUE", "SHARE_VALUE"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("SHARETYPE_CODE", "SHARETYPE_CODE"); tableMapping.ColumnMappings.Add("SHARESTK_AMT", "SHARESTK_AMT"); this._adapter.TableMappings.Add(tableMapping); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = @" SELECT ""SHSHARETYPE"".""SHARETYPE_DESC"", ""SHSHARETYPE"".""SHARE_VALUE"", ""SHSHAREMASTER"".""MEMBER_NO"", ""SHSHAREMASTER"".""SHARETYPE_CODE"", ""SHSHAREMASTER"".""SHARESTK_AMT"" FROM ""SHSHAREMASTER"", ""SHSHARETYPE"" WHERE ( ""SHSHAREMASTER"".""SHARETYPE_CODE"" = ""SHSHARETYPE"".""SHARETYPE_CODE"" )"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(DataSet1.DT_LISTDataTable 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.DT_LISTDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.DT_LISTDataTable dataTable = new DataSet1.DT_LISTDataTable(true); this.Adapter.Fill(dataTable); return dataTable; } } /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class 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("SHARE_VALUE", "SHARE_VALUE"); 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("DOPERATE_BAL", "DOPERATE_BAL"); tableMapping.ColumnMappings.Add("LAST_PERIOD", "LAST_PERIOD"); tableMapping.ColumnMappings.Add("PERIODSHARE_AMT", "PERIODSHARE_AMT"); tableMapping.ColumnMappings.Add("SHAREMASTER_STATUS", "SHAREMASTER_STATUS"); tableMapping.ColumnMappings.Add("MISSPAY_AMT", "MISSPAY_AMT"); tableMapping.ColumnMappings.Add("LAST_STM_NO", "LAST_STM_NO"); tableMapping.ColumnMappings.Add("RKEEP_SHAREVALUE", "RKEEP_SHAREVALUE"); tableMapping.ColumnMappings.Add("SEQUEST_STATUS", "SEQUEST_STATUS"); tableMapping.ColumnMappings.Add("AFTERDUE_SHRSTATUS", "AFTERDUE_SHRSTATUS"); tableMapping.ColumnMappings.Add("AFTERDUE_SHRAMT", "AFTERDUE_SHRAMT"); tableMapping.ColumnMappings.Add("PERIODBASE_AMT", "PERIODBASE_AMT"); 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("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("SHARESPM_AMT", "SHARESPM_AMT"); tableMapping.ColumnMappings.Add("SHARESPX_AMT", "SHARESPX_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_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("COMPOUND_PAYMENT", "COMPOUND_PAYMENT"); tableMapping.ColumnMappings.Add("COMPOUND_PAYSTATUS", "COMPOUND_PAYSTATUS"); tableMapping.ColumnMappings.Add("COMPOUND_NMLDATE", "COMPOUND_NMLDATE"); 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("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("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"); this._adapter.TableMappings.Add(tableMapping); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = " SELECT SHSHARETYPE.SHARE_VALUE , \r\n SHSHAREMASTER.*\r\nFROM SHSHAREMASTER , " + " SHSHARETYPE \r\nWHERE ( SHSHAREMASTER.SHARETYPE_CODE = SHSHARETYPE.SHAR" + "ETYPE_CODE ) "; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(DataSet1.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(true); this.Adapter.Fill(dataTable); return dataTable; } } /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class DT_STATEMENTTableAdapter : 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 DT_STATEMENTTableAdapter() { 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 = "DT_STATEMENT"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("SHARETYPE_CODE", "SHARETYPE_CODE"); tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO"); tableMapping.ColumnMappings.Add("SLIP_DATE", "SLIP_DATE"); tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE"); tableMapping.ColumnMappings.Add("SHARE_DATE", "SHARE_DATE"); tableMapping.ColumnMappings.Add("ACCOUNT_DATE", "ACCOUNT_DATE"); tableMapping.ColumnMappings.Add("REF_DOCNO", "REF_DOCNO"); tableMapping.ColumnMappings.Add("REF_SLIPNO", "REF_SLIPNO"); tableMapping.ColumnMappings.Add("SHRITEMTYPE_CODE", "SHRITEMTYPE_CODE"); tableMapping.ColumnMappings.Add("PERIOD", "PERIOD"); tableMapping.ColumnMappings.Add("SHARE_AMOUNT", "SHARE_AMOUNT"); tableMapping.ColumnMappings.Add("SHARESTK_AMT", "SHARESTK_AMT"); tableMapping.ColumnMappings.Add("SHRARREARBF_AMT", "SHRARREARBF_AMT"); tableMapping.ColumnMappings.Add("SHRARREAR_AMT", "SHRARREAR_AMT"); tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE"); tableMapping.ColumnMappings.Add("ITEM_STATUS", "ITEM_STATUS"); tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID"); tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE"); tableMapping.ColumnMappings.Add("ENTRY_BYCOOPID", "ENTRY_BYCOOPID"); tableMapping.ColumnMappings.Add("STATUS_DESC", "STATUS_DESC"); tableMapping.ColumnMappings.Add("REMARK", "REMARK"); tableMapping.ColumnMappings.Add("CALDIV_STATUS", "CALDIV_STATUS"); this._adapter.TableMappings.Add(tableMapping); this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.DeleteCommand.Connection = this.Connection; this._adapter.DeleteCommand.CommandText = "DELETE FROM \"SHSHARESTATEMENT\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"MEMBE" + "R_NO\" = :Original_MEMBER_NO) AND (\"SHARETYPE_CODE\" = :Original_SHARETYPE_CODE) A" + "ND (\"SEQ_NO\" = :Original_SEQ_NO))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_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.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = @"INSERT INTO ""SHSHARESTATEMENT"" (""COOP_ID"", ""MEMBER_NO"", ""SHARETYPE_CODE"", ""SEQ_NO"", ""SLIP_DATE"", ""OPERATE_DATE"", ""SHARE_DATE"", ""ACCOUNT_DATE"", ""REF_DOCNO"", ""REF_SLIPNO"", ""SHRITEMTYPE_CODE"", ""PERIOD"", ""SHARE_AMOUNT"", ""SHARESTK_AMT"", ""SHRARREARBF_AMT"", ""SHRARREAR_AMT"", ""MONEYTYPE_CODE"", ""ITEM_STATUS"", ""ENTRY_ID"", ""ENTRY_DATE"", ""ENTRY_BYCOOPID"", ""STATUS_DESC"", ""REMARK"", ""CALDIV_STATUS"") VALUES (:COOP_ID, :MEMBER_NO, :SHARETYPE_CODE, :SEQ_NO, :SLIP_DATE, :OPERATE_DATE, :SHARE_DATE, :ACCOUNT_DATE, :REF_DOCNO, :REF_SLIPNO, :SHRITEMTYPE_CODE, :PERIOD, :SHARE_AMOUNT, :SHARESTK_AMT, :SHRARREARBF_AMT, :SHRARREAR_AMT, :MONEYTYPE_CODE, :ITEM_STATUS, :ENTRY_ID, :ENTRY_DATE, :ENTRY_BYCOOPID, :STATUS_DESC, :REMARK, :CALDIV_STATUS)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SHARE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCOUNT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ACCOUNT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SLIPNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_SLIPNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARE_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARE_AMOUNT", 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("SHRARREARBF_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHRARREARBF_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHRARREAR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALDIV_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CALDIV_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = @"UPDATE ""SHSHARESTATEMENT"" SET ""COOP_ID"" = :COOP_ID, ""MEMBER_NO"" = :MEMBER_NO, ""SHARETYPE_CODE"" = :SHARETYPE_CODE, ""SEQ_NO"" = :SEQ_NO, ""SLIP_DATE"" = :SLIP_DATE, ""OPERATE_DATE"" = :OPERATE_DATE, ""SHARE_DATE"" = :SHARE_DATE, ""ACCOUNT_DATE"" = :ACCOUNT_DATE, ""REF_DOCNO"" = :REF_DOCNO, ""REF_SLIPNO"" = :REF_SLIPNO, ""SHRITEMTYPE_CODE"" = :SHRITEMTYPE_CODE, ""PERIOD"" = :PERIOD, ""SHARE_AMOUNT"" = :SHARE_AMOUNT, ""SHARESTK_AMT"" = :SHARESTK_AMT, ""SHRARREARBF_AMT"" = :SHRARREARBF_AMT, ""SHRARREAR_AMT"" = :SHRARREAR_AMT, ""MONEYTYPE_CODE"" = :MONEYTYPE_CODE, ""ITEM_STATUS"" = :ITEM_STATUS, ""ENTRY_ID"" = :ENTRY_ID, ""ENTRY_DATE"" = :ENTRY_DATE, ""ENTRY_BYCOOPID"" = :ENTRY_BYCOOPID, ""STATUS_DESC"" = :STATUS_DESC, ""REMARK"" = :REMARK, ""CALDIV_STATUS"" = :CALDIV_STATUS WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""MEMBER_NO"" = :Original_MEMBER_NO) AND (""SHARETYPE_CODE"" = :Original_SHARETYPE_CODE) AND (""SEQ_NO"" = :Original_SEQ_NO))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SHARE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCOUNT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ACCOUNT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SLIPNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_SLIPNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARE_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARE_AMOUNT", 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("SHRARREARBF_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHRARREARBF_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHRARREAR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALDIV_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CALDIV_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_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)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT SHSHARESTATEMENT.*\r\nFROM SHSHARESTATEMENT"; 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.DT_STATEMENTDataTable 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.DT_STATEMENTDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.DT_STATEMENTDataTable dataTable = new DataSet1.DT_STATEMENTDataTable(); 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.DT_STATEMENTDataTable 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, "DT_STATEMENT"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow dataRow) { return this.Adapter.Update(new global::System.Data.DataRow[] { dataRow}); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow[] dataRows) { return this.Adapter.Update(dataRows); } } /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" + "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")] public partial class TableAdapterManager : global::System.ComponentModel.Component { private UpdateOrderOption _updateOrder; private DT_STATEMENTTableAdapter _dT_STATEMENTTableAdapter; 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 DT_STATEMENTTableAdapter DT_STATEMENTTableAdapter { get { return this._dT_STATEMENTTableAdapter; } set { this._dT_STATEMENTTableAdapter = 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._dT_STATEMENTTableAdapter != null) && (this._dT_STATEMENTTableAdapter.Connection != null))) { return this._dT_STATEMENTTableAdapter.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._dT_STATEMENTTableAdapter != 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._dT_STATEMENTTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.DT_STATEMENT.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._dT_STATEMENTTableAdapter.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._dT_STATEMENTTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.DT_STATEMENT.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._dT_STATEMENTTableAdapter.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._dT_STATEMENTTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.DT_STATEMENT.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._dT_STATEMENTTableAdapter.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._dT_STATEMENTTableAdapter != null) && (this.MatchTableAdapterConnection(this._dT_STATEMENTTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" + "ger TableAdapter property to a valid TableAdapter instance."); } bool workConnOpened = false; if (((workConnection.State & global::System.Data.ConnectionState.Broken) == global::System.Data.ConnectionState.Broken)) { workConnection.Close(); } if ((workConnection.State == global::System.Data.ConnectionState.Closed)) { workConnection.Open(); workConnOpened = true; } global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction(); if ((workTransaction == null)) { throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" + "ctions or the current state is not allowing the transaction to begin."); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List(); global::System.Collections.Generic.Dictionary revertConnections = new global::System.Collections.Generic.Dictionary(); int result = 0; global::System.Data.DataSet backupDataSet = null; if (this.BackupDataSetBeforeUpdate) { backupDataSet = new global::System.Data.DataSet(); backupDataSet.Merge(dataSet); } try { // ---- Prepare for update ----------- // if ((this._dT_STATEMENTTableAdapter != null)) { revertConnections.Add(this._dT_STATEMENTTableAdapter, this._dT_STATEMENTTableAdapter.Connection); this._dT_STATEMENTTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._dT_STATEMENTTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._dT_STATEMENTTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._dT_STATEMENTTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._dT_STATEMENTTableAdapter.Adapter); } } // //---- Perform updates ----------- // if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) { result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); } else { result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); } result = (result + this.UpdateDeletedRows(dataSet, allChangedRows)); // //---- Commit updates ----------- // workTransaction.Commit(); if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } if ((0 < allChangedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count]; allChangedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } } catch (global::System.Exception ex) { workTransaction.Rollback(); // ---- Restore the dataset ----------- if (this.BackupDataSetBeforeUpdate) { global::System.Diagnostics.Debug.Assert((backupDataSet != null)); dataSet.Clear(); dataSet.Merge(backupDataSet); } else { if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); row.SetAdded(); } } } throw ex; } finally { if (workConnOpened) { workConnection.Close(); } if ((this._dT_STATEMENTTableAdapter != null)) { this._dT_STATEMENTTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._dT_STATEMENTTableAdapter])); this._dT_STATEMENTTableAdapter.Transaction = null; } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); for (int i = 0; (i < adapters.Length); i = (i + 1)) { global::System.Data.Common.DataAdapter adapter = adapters[i]; adapter.AcceptChangesDuringUpdate = true; } } } return result; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { if ((this._connection != null)) { return true; } if (((this.Connection == null) || (inputConnection == null))) { return true; } if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) { return true; } return false; } /// ///Update Order Option /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public enum UpdateOrderOption { InsertUpdateDelete = 0, UpdateInsertDelete = 1, } /// ///Used to sort self-referenced table's rows /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { private global::System.Data.DataRelation _relation; private int _childFirst; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) { this._relation = relation; if (childFirst) { this._childFirst = -1; } else { this._childFirst = 1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { global::System.Diagnostics.Debug.Assert((row != null)); global::System.Data.DataRow root = row; distance = 0; global::System.Collections.Generic.IDictionary traversedRows = new global::System.Collections.Generic.Dictionary(); traversedRows[row] = row; global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); } if ((distance == 0)) { traversedRows.Clear(); traversedRows[row] = row; parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); } } return root; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) { if (object.ReferenceEquals(row1, row2)) { return 0; } if ((row1 == null)) { return -1; } if ((row2 == null)) { return 1; } int distance1 = 0; global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1); int distance2 = 0; global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2); if (object.ReferenceEquals(root1, root2)) { return (this._childFirst * distance1.CompareTo(distance2)); } else { global::System.Diagnostics.Debug.Assert(((root1.Table != null) && (root2.Table != null))); if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) { return -1; } else { return 1; } } } } } } #pragma warning restore 1591