//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Saving.Applications.shrlon.ws_sl_collateral_check_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 LNCONTCOLLDataTable tableLNCONTCOLL; private LNREQLOANDataTable tableLNREQLOAN; private LNGRPMANGRTPERMDataTable tableLNGRPMANGRTPERM; private SHSHAREMASTERDataTable tableSHSHAREMASTER; private DPDEPTMASTERDataTable tableDPDEPTMASTER; private LNCOLLMASTERDataTable tableLNCOLLMASTER; private LNCOLLMASTMEMCODataTable tableLNCOLLMASTMEMCO; 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["LNCONTCOLL"] != null)) { base.Tables.Add(new LNCONTCOLLDataTable(ds.Tables["LNCONTCOLL"])); } if ((ds.Tables["LNREQLOAN"] != null)) { base.Tables.Add(new LNREQLOANDataTable(ds.Tables["LNREQLOAN"])); } if ((ds.Tables["LNGRPMANGRTPERM"] != null)) { base.Tables.Add(new LNGRPMANGRTPERMDataTable(ds.Tables["LNGRPMANGRTPERM"])); } if ((ds.Tables["SHSHAREMASTER"] != null)) { base.Tables.Add(new SHSHAREMASTERDataTable(ds.Tables["SHSHAREMASTER"])); } if ((ds.Tables["DPDEPTMASTER"] != null)) { base.Tables.Add(new DPDEPTMASTERDataTable(ds.Tables["DPDEPTMASTER"])); } if ((ds.Tables["LNCOLLMASTER"] != null)) { base.Tables.Add(new LNCOLLMASTERDataTable(ds.Tables["LNCOLLMASTER"])); } if ((ds.Tables["LNCOLLMASTMEMCO"] != null)) { base.Tables.Add(new LNCOLLMASTMEMCODataTable(ds.Tables["LNCOLLMASTMEMCO"])); } 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 LNCONTCOLLDataTable LNCONTCOLL { get { return this.tableLNCONTCOLL; } } [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 LNREQLOANDataTable LNREQLOAN { get { return this.tableLNREQLOAN; } } [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 LNGRPMANGRTPERMDataTable LNGRPMANGRTPERM { get { return this.tableLNGRPMANGRTPERM; } } [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 DPDEPTMASTERDataTable DPDEPTMASTER { get { return this.tableDPDEPTMASTER; } } [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 LNCOLLMASTERDataTable LNCOLLMASTER { get { return this.tableLNCOLLMASTER; } } [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 LNCOLLMASTMEMCODataTable LNCOLLMASTMEMCO { get { return this.tableLNCOLLMASTMEMCO; } } [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["LNCONTCOLL"] != null)) { base.Tables.Add(new LNCONTCOLLDataTable(ds.Tables["LNCONTCOLL"])); } if ((ds.Tables["LNREQLOAN"] != null)) { base.Tables.Add(new LNREQLOANDataTable(ds.Tables["LNREQLOAN"])); } if ((ds.Tables["LNGRPMANGRTPERM"] != null)) { base.Tables.Add(new LNGRPMANGRTPERMDataTable(ds.Tables["LNGRPMANGRTPERM"])); } if ((ds.Tables["SHSHAREMASTER"] != null)) { base.Tables.Add(new SHSHAREMASTERDataTable(ds.Tables["SHSHAREMASTER"])); } if ((ds.Tables["DPDEPTMASTER"] != null)) { base.Tables.Add(new DPDEPTMASTERDataTable(ds.Tables["DPDEPTMASTER"])); } if ((ds.Tables["LNCOLLMASTER"] != null)) { base.Tables.Add(new LNCOLLMASTERDataTable(ds.Tables["LNCOLLMASTER"])); } if ((ds.Tables["LNCOLLMASTMEMCO"] != null)) { base.Tables.Add(new LNCOLLMASTMEMCODataTable(ds.Tables["LNCOLLMASTMEMCO"])); } 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.tableLNCONTCOLL = ((LNCONTCOLLDataTable)(base.Tables["LNCONTCOLL"])); if ((initTable == true)) { if ((this.tableLNCONTCOLL != null)) { this.tableLNCONTCOLL.InitVars(); } } this.tableLNREQLOAN = ((LNREQLOANDataTable)(base.Tables["LNREQLOAN"])); if ((initTable == true)) { if ((this.tableLNREQLOAN != null)) { this.tableLNREQLOAN.InitVars(); } } this.tableLNGRPMANGRTPERM = ((LNGRPMANGRTPERMDataTable)(base.Tables["LNGRPMANGRTPERM"])); if ((initTable == true)) { if ((this.tableLNGRPMANGRTPERM != null)) { this.tableLNGRPMANGRTPERM.InitVars(); } } this.tableSHSHAREMASTER = ((SHSHAREMASTERDataTable)(base.Tables["SHSHAREMASTER"])); if ((initTable == true)) { if ((this.tableSHSHAREMASTER != null)) { this.tableSHSHAREMASTER.InitVars(); } } this.tableDPDEPTMASTER = ((DPDEPTMASTERDataTable)(base.Tables["DPDEPTMASTER"])); if ((initTable == true)) { if ((this.tableDPDEPTMASTER != null)) { this.tableDPDEPTMASTER.InitVars(); } } this.tableLNCOLLMASTER = ((LNCOLLMASTERDataTable)(base.Tables["LNCOLLMASTER"])); if ((initTable == true)) { if ((this.tableLNCOLLMASTER != null)) { this.tableLNCOLLMASTER.InitVars(); } } this.tableLNCOLLMASTMEMCO = ((LNCOLLMASTMEMCODataTable)(base.Tables["LNCOLLMASTMEMCO"])); if ((initTable == true)) { if ((this.tableLNCOLLMASTMEMCO != null)) { this.tableLNCOLLMASTMEMCO.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.tableLNCONTCOLL = new LNCONTCOLLDataTable(false); base.Tables.Add(this.tableLNCONTCOLL); this.tableLNREQLOAN = new LNREQLOANDataTable(false); base.Tables.Add(this.tableLNREQLOAN); this.tableLNGRPMANGRTPERM = new LNGRPMANGRTPERMDataTable(); base.Tables.Add(this.tableLNGRPMANGRTPERM); this.tableSHSHAREMASTER = new SHSHAREMASTERDataTable(false); base.Tables.Add(this.tableSHSHAREMASTER); this.tableDPDEPTMASTER = new DPDEPTMASTERDataTable(false); base.Tables.Add(this.tableDPDEPTMASTER); this.tableLNCOLLMASTER = new LNCOLLMASTERDataTable(); base.Tables.Add(this.tableLNCOLLMASTER); this.tableLNCOLLMASTMEMCO = new LNCOLLMASTMEMCODataTable(false); base.Tables.Add(this.tableLNCOLLMASTMEMCO); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNCONTCOLL() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNREQLOAN() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNGRPMANGRTPERM() { 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 ShouldSerializeDPDEPTMASTER() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNCOLLMASTER() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNCOLLMASTMEMCO() { 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.LNCONTCOLL.cp_nameColumn.Expression = " member_no +\' - \'+ prename_desc + memb_name +\' \'+ memb_surname "; this.LNCONTCOLL.cp_colluseColumn.Expression = "( ( principal_balance + withdrawable_amt ) * coll_percent ) / iif(base_percent=0," + "1,base_percent)"; this.LNREQLOAN.cp_collamtColumn.Expression = "LOANREQUEST_AMT *(COLLACTIVE_PERCENT/100)"; this.SHSHAREMASTER.cp_membgroupColumn.Expression = "trim( membgroup_code ) +\' - \'+ membgroup_desc "; this.SHSHAREMASTER.cp_sharestk_valueColumn.Expression = " ( sharestk_amt + sharearrear_amt ) * unitshare_value"; this.SHSHAREMASTER.cp_last_periodColumn.Expression = " periodshare_amt * unitshare_value"; this.SHSHAREMASTER.cp_sharebegin_amtColumn.Expression = "(iif(sharebegin_amt =null,0,sharebegin_amt )+iif(sharearrearbf_amt =null,0,sharea" + "rrearbf_amt ))*iif(unitshare_value =null,0,unitshare_value) "; this.SHSHAREMASTER.cp_sharestk_amtColumn.Expression = "(iif(sharestk_amt =null,0,sharestk_amt )+iif(sharearrear_amt=null,0,sharearrear_a" + "mt ))*iif(unitshare_value =null,0,unitshare_value )"; this.SHSHAREMASTER.cp_periodshare_amtColumn.Expression = "iif(periodshare_amt=null,0,periodshare_amt)*iif(unitshare_value=null,0,unitshare_" + "value)"; this.DPDEPTMASTER.cp_depttypeColumn.Expression = " depttype_code +\' - \'+ depttype_desc"; this.LNCOLLMASTMEMCO.cp_nameColumn.Expression = " prename_short + memb_name +\' \'+ memb_surname"; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNCONTCOLLRowChangeEventHandler(object sender, LNCONTCOLLRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNREQLOANRowChangeEventHandler(object sender, LNREQLOANRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNGRPMANGRTPERMRowChangeEventHandler(object sender, LNGRPMANGRTPERMRowChangeEvent 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 DPDEPTMASTERRowChangeEventHandler(object sender, DPDEPTMASTERRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNCOLLMASTERRowChangeEventHandler(object sender, LNCOLLMASTERRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNCOLLMASTMEMCORowChangeEventHandler(object sender, LNCOLLMASTMEMCORowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class LNCONTCOLLDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnREF_COLLNO; private global::System.Data.DataColumn columnLOANCONTRACT_NO; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnLOANTYPE_CODE; private global::System.Data.DataColumn columnLOANAPPROVE_AMT; private global::System.Data.DataColumn columnWITHDRAWABLE_AMT; private global::System.Data.DataColumn columnPRINCIPAL_BALANCE; 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 columnPREFIX; private global::System.Data.DataColumn columnCOLL_PERCENT; private global::System.Data.DataColumn columnBASE_PERCENT; private global::System.Data.DataColumn columnLOANTYPE_DESC; private global::System.Data.DataColumn columncolltype_code_name; private global::System.Data.DataColumn columncolltype_code; private global::System.Data.DataColumn columncollateral_no; private global::System.Data.DataColumn columncollateral_desc; private global::System.Data.DataColumn columncp_name; private global::System.Data.DataColumn columncp_colluse; private global::System.Data.DataColumn columncp_sumcp_colluse; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTCOLLDataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTCOLLDataTable(bool initExpressions) { this.TableName = "LNCONTCOLL"; 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 LNCONTCOLLDataTable(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 LNCONTCOLLDataTable(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 REF_COLLNOColumn { get { return this.columnREF_COLLNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANCONTRACT_NOColumn { get { return this.columnLOANCONTRACT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn 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 LOANTYPE_CODEColumn { get { return this.columnLOANTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANAPPROVE_AMTColumn { get { return this.columnLOANAPPROVE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WITHDRAWABLE_AMTColumn { get { return this.columnWITHDRAWABLE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINCIPAL_BALANCEColumn { get { return this.columnPRINCIPAL_BALANCE; } } [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 PREFIXColumn { get { return this.columnPREFIX; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLL_PERCENTColumn { get { return this.columnCOLL_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BASE_PERCENTColumn { get { return this.columnBASE_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANTYPE_DESCColumn { get { return this.columnLOANTYPE_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn colltype_code_nameColumn { get { return this.columncolltype_code_name; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn colltype_codeColumn { get { return this.columncolltype_code; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn collateral_noColumn { get { return this.columncollateral_no; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn collateral_descColumn { get { return this.columncollateral_desc; } } [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_colluseColumn { get { return this.columncp_colluse; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_sumcp_colluseColumn { get { return this.columncp_sumcp_colluse; } } [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 LNCONTCOLLRow this[int index] { get { return ((LNCONTCOLLRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTCOLLRowChangeEventHandler LNCONTCOLLRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTCOLLRowChangeEventHandler LNCONTCOLLRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTCOLLRowChangeEventHandler LNCONTCOLLRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTCOLLRowChangeEventHandler LNCONTCOLLRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNCONTCOLLRow(LNCONTCOLLRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTCOLLRow AddLNCONTCOLLRow( string REF_COLLNO, string LOANCONTRACT_NO, string MEMBER_NO, string LOANTYPE_CODE, decimal LOANAPPROVE_AMT, decimal WITHDRAWABLE_AMT, decimal PRINCIPAL_BALANCE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, string PREFIX, decimal COLL_PERCENT, decimal BASE_PERCENT, string LOANTYPE_DESC, string colltype_code_name, string colltype_code, string collateral_no, string collateral_desc, string cp_name, decimal cp_colluse, decimal cp_sumcp_colluse) { LNCONTCOLLRow rowLNCONTCOLLRow = ((LNCONTCOLLRow)(this.NewRow())); object[] columnValuesArray = new object[] { REF_COLLNO, LOANCONTRACT_NO, MEMBER_NO, LOANTYPE_CODE, LOANAPPROVE_AMT, WITHDRAWABLE_AMT, PRINCIPAL_BALANCE, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, PREFIX, COLL_PERCENT, BASE_PERCENT, LOANTYPE_DESC, colltype_code_name, colltype_code, collateral_no, collateral_desc, cp_name, cp_colluse, cp_sumcp_colluse}; rowLNCONTCOLLRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNCONTCOLLRow); return rowLNCONTCOLLRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTCOLLRow AddLNCONTCOLLRow( string REF_COLLNO, string LOANCONTRACT_NO, string MEMBER_NO, string LOANTYPE_CODE, decimal LOANAPPROVE_AMT, decimal WITHDRAWABLE_AMT, decimal PRINCIPAL_BALANCE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, string PREFIX, decimal COLL_PERCENT, decimal BASE_PERCENT, string LOANTYPE_DESC, string colltype_code_name, string colltype_code, string collateral_no, string collateral_desc, decimal cp_sumcp_colluse) { LNCONTCOLLRow rowLNCONTCOLLRow = ((LNCONTCOLLRow)(this.NewRow())); object[] columnValuesArray = new object[] { REF_COLLNO, LOANCONTRACT_NO, MEMBER_NO, LOANTYPE_CODE, LOANAPPROVE_AMT, WITHDRAWABLE_AMT, PRINCIPAL_BALANCE, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, PREFIX, COLL_PERCENT, BASE_PERCENT, LOANTYPE_DESC, colltype_code_name, colltype_code, collateral_no, collateral_desc, null, null, cp_sumcp_colluse}; rowLNCONTCOLLRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNCONTCOLLRow); return rowLNCONTCOLLRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNCONTCOLLDataTable cln = ((LNCONTCOLLDataTable)(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 LNCONTCOLLDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnREF_COLLNO = base.Columns["REF_COLLNO"]; this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"]; this.columnLOANAPPROVE_AMT = base.Columns["LOANAPPROVE_AMT"]; this.columnWITHDRAWABLE_AMT = base.Columns["WITHDRAWABLE_AMT"]; this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"]; this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"]; this.columnMEMB_NAME = base.Columns["MEMB_NAME"]; this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"]; this.columnPREFIX = base.Columns["PREFIX"]; this.columnCOLL_PERCENT = base.Columns["COLL_PERCENT"]; this.columnBASE_PERCENT = base.Columns["BASE_PERCENT"]; this.columnLOANTYPE_DESC = base.Columns["LOANTYPE_DESC"]; this.columncolltype_code_name = base.Columns["colltype_code_name"]; this.columncolltype_code = base.Columns["colltype_code"]; this.columncollateral_no = base.Columns["collateral_no"]; this.columncollateral_desc = base.Columns["collateral_desc"]; this.columncp_name = base.Columns["cp_name"]; this.columncp_colluse = base.Columns["cp_colluse"]; this.columncp_sumcp_colluse = base.Columns["cp_sumcp_colluse"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnREF_COLLNO = new global::System.Data.DataColumn("REF_COLLNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREF_COLLNO); this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCONTRACT_NO); this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_NO); this.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE_CODE); this.columnLOANAPPROVE_AMT = new global::System.Data.DataColumn("LOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANAPPROVE_AMT); this.columnWITHDRAWABLE_AMT = new global::System.Data.DataColumn("WITHDRAWABLE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWITHDRAWABLE_AMT); this.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_BALANCE); 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.columnPREFIX = new global::System.Data.DataColumn("PREFIX", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPREFIX); this.columnCOLL_PERCENT = new global::System.Data.DataColumn("COLL_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLL_PERCENT); this.columnBASE_PERCENT = new global::System.Data.DataColumn("BASE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBASE_PERCENT); this.columnLOANTYPE_DESC = new global::System.Data.DataColumn("LOANTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE_DESC); this.columncolltype_code_name = new global::System.Data.DataColumn("colltype_code_name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncolltype_code_name); this.columncolltype_code = new global::System.Data.DataColumn("colltype_code", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncolltype_code); this.columncollateral_no = new global::System.Data.DataColumn("collateral_no", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncollateral_no); this.columncollateral_desc = new global::System.Data.DataColumn("collateral_desc", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncollateral_desc); 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_colluse = new global::System.Data.DataColumn("cp_colluse", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_colluse); this.columncp_sumcp_colluse = new global::System.Data.DataColumn("cp_sumcp_colluse", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_sumcp_colluse); this.columnREF_COLLNO.MaxLength = 20; this.columnLOANCONTRACT_NO.AllowDBNull = false; this.columnLOANCONTRACT_NO.MaxLength = 15; this.columnMEMBER_NO.MaxLength = 8; this.columnLOANTYPE_CODE.MaxLength = 2; this.columnPRENAME_DESC.MaxLength = 30; this.columnMEMB_NAME.MaxLength = 60; this.columnMEMB_SURNAME.MaxLength = 60; this.columnPREFIX.MaxLength = 2; this.columnLOANTYPE_DESC.MaxLength = 60; this.columncp_name.ReadOnly = true; this.columncp_colluse.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTCOLLRow NewLNCONTCOLLRow() { return ((LNCONTCOLLRow)(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 LNCONTCOLLRow(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(LNCONTCOLLRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.cp_nameColumn.Expression = " member_no +\' - \'+ prename_desc + memb_name +\' \'+ memb_surname "; this.cp_colluseColumn.Expression = "( ( principal_balance + withdrawable_amt ) * coll_percent ) / iif(base_percent=0," + "1,base_percent)"; } [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.LNCONTCOLLRowChanged != null)) { this.LNCONTCOLLRowChanged(this, new LNCONTCOLLRowChangeEvent(((LNCONTCOLLRow)(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.LNCONTCOLLRowChanging != null)) { this.LNCONTCOLLRowChanging(this, new LNCONTCOLLRowChangeEvent(((LNCONTCOLLRow)(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.LNCONTCOLLRowDeleted != null)) { this.LNCONTCOLLRowDeleted(this, new LNCONTCOLLRowChangeEvent(((LNCONTCOLLRow)(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.LNCONTCOLLRowDeleting != null)) { this.LNCONTCOLLRowDeleting(this, new LNCONTCOLLRowChangeEvent(((LNCONTCOLLRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNCONTCOLLRow(LNCONTCOLLRow 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 = "LNCONTCOLLDataTable"; 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 LNREQLOANDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnLOANREQUEST_DOCNO; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnLOANTYPE_CODE; private global::System.Data.DataColumn columnLOANREQUEST_AMT; private global::System.Data.DataColumn columnLOANCOLLTYPE_CODE; private global::System.Data.DataColumn columnCNTMANGRTVAL_FLAG; private global::System.Data.DataColumn columnMANGRTPERMGRP_CODE; 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 columnCOLLACTIVE_PERCENT; private global::System.Data.DataColumn columnCOLLBASE_PERCENT; private global::System.Data.DataColumn columnCOLLACTIVE_AMT; private global::System.Data.DataColumn columnfull_name; private global::System.Data.DataColumn columncp_collamt; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQLOANDataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQLOANDataTable(bool initExpressions) { this.TableName = "LNREQLOAN"; 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 LNREQLOANDataTable(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 LNREQLOANDataTable(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 LOANREQUEST_DOCNOColumn { get { return this.columnLOANREQUEST_DOCNO; } } [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 LOANTYPE_CODEColumn { get { return this.columnLOANTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANREQUEST_AMTColumn { get { return this.columnLOANREQUEST_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANCOLLTYPE_CODEColumn { get { return this.columnLOANCOLLTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CNTMANGRTVAL_FLAGColumn { get { return this.columnCNTMANGRTVAL_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MANGRTPERMGRP_CODEColumn { get { return this.columnMANGRTPERMGRP_CODE; } } [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 COLLACTIVE_PERCENTColumn { get { return this.columnCOLLACTIVE_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLBASE_PERCENTColumn { get { return this.columnCOLLBASE_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLACTIVE_AMTColumn { get { return this.columnCOLLACTIVE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn full_nameColumn { get { return this.columnfull_name; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_collamtColumn { get { return this.columncp_collamt; } } [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 LNREQLOANRow this[int index] { get { return ((LNREQLOANRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQLOANRowChangeEventHandler LNREQLOANRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQLOANRowChangeEventHandler LNREQLOANRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQLOANRowChangeEventHandler LNREQLOANRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQLOANRowChangeEventHandler LNREQLOANRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNREQLOANRow(LNREQLOANRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQLOANRow AddLNREQLOANRow(string LOANREQUEST_DOCNO, string MEMBER_NO, string LOANTYPE_CODE, decimal LOANREQUEST_AMT, string LOANCOLLTYPE_CODE, decimal CNTMANGRTVAL_FLAG, string MANGRTPERMGRP_CODE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, decimal COLLACTIVE_PERCENT, decimal COLLBASE_PERCENT, decimal COLLACTIVE_AMT, string full_name, decimal cp_collamt) { LNREQLOANRow rowLNREQLOANRow = ((LNREQLOANRow)(this.NewRow())); object[] columnValuesArray = new object[] { LOANREQUEST_DOCNO, MEMBER_NO, LOANTYPE_CODE, LOANREQUEST_AMT, LOANCOLLTYPE_CODE, CNTMANGRTVAL_FLAG, MANGRTPERMGRP_CODE, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, COLLACTIVE_PERCENT, COLLBASE_PERCENT, COLLACTIVE_AMT, full_name, cp_collamt}; rowLNREQLOANRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNREQLOANRow); return rowLNREQLOANRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQLOANRow AddLNREQLOANRow(string LOANREQUEST_DOCNO, string MEMBER_NO, string LOANTYPE_CODE, decimal LOANREQUEST_AMT, string LOANCOLLTYPE_CODE, decimal CNTMANGRTVAL_FLAG, string MANGRTPERMGRP_CODE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, decimal COLLACTIVE_PERCENT, decimal COLLBASE_PERCENT, decimal COLLACTIVE_AMT, string full_name) { LNREQLOANRow rowLNREQLOANRow = ((LNREQLOANRow)(this.NewRow())); object[] columnValuesArray = new object[] { LOANREQUEST_DOCNO, MEMBER_NO, LOANTYPE_CODE, LOANREQUEST_AMT, LOANCOLLTYPE_CODE, CNTMANGRTVAL_FLAG, MANGRTPERMGRP_CODE, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, COLLACTIVE_PERCENT, COLLBASE_PERCENT, COLLACTIVE_AMT, full_name, null}; rowLNREQLOANRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNREQLOANRow); return rowLNREQLOANRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNREQLOANDataTable cln = ((LNREQLOANDataTable)(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 LNREQLOANDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"]; this.columnLOANREQUEST_AMT = base.Columns["LOANREQUEST_AMT"]; this.columnLOANCOLLTYPE_CODE = base.Columns["LOANCOLLTYPE_CODE"]; this.columnCNTMANGRTVAL_FLAG = base.Columns["CNTMANGRTVAL_FLAG"]; this.columnMANGRTPERMGRP_CODE = base.Columns["MANGRTPERMGRP_CODE"]; this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"]; this.columnMEMB_NAME = base.Columns["MEMB_NAME"]; this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"]; this.columnCOLLACTIVE_PERCENT = base.Columns["COLLACTIVE_PERCENT"]; this.columnCOLLBASE_PERCENT = base.Columns["COLLBASE_PERCENT"]; this.columnCOLLACTIVE_AMT = base.Columns["COLLACTIVE_AMT"]; this.columnfull_name = base.Columns["full_name"]; this.columncp_collamt = base.Columns["cp_collamt"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnLOANREQUEST_DOCNO = new global::System.Data.DataColumn("LOANREQUEST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANREQUEST_DOCNO); 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.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE_CODE); this.columnLOANREQUEST_AMT = new global::System.Data.DataColumn("LOANREQUEST_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANREQUEST_AMT); this.columnLOANCOLLTYPE_CODE = new global::System.Data.DataColumn("LOANCOLLTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCOLLTYPE_CODE); this.columnCNTMANGRTVAL_FLAG = new global::System.Data.DataColumn("CNTMANGRTVAL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCNTMANGRTVAL_FLAG); this.columnMANGRTPERMGRP_CODE = new global::System.Data.DataColumn("MANGRTPERMGRP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMANGRTPERMGRP_CODE); 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.columnCOLLACTIVE_PERCENT = new global::System.Data.DataColumn("COLLACTIVE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLACTIVE_PERCENT); this.columnCOLLBASE_PERCENT = new global::System.Data.DataColumn("COLLBASE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLBASE_PERCENT); this.columnCOLLACTIVE_AMT = new global::System.Data.DataColumn("COLLACTIVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLACTIVE_AMT); this.columnfull_name = new global::System.Data.DataColumn("full_name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnfull_name); this.columncp_collamt = new global::System.Data.DataColumn("cp_collamt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_collamt); this.columnLOANREQUEST_DOCNO.AllowDBNull = false; this.columnLOANREQUEST_DOCNO.MaxLength = 10; this.columnMEMBER_NO.MaxLength = 8; this.columnLOANTYPE_CODE.MaxLength = 2; this.columnLOANCOLLTYPE_CODE.MaxLength = 2; this.columnMANGRTPERMGRP_CODE.MaxLength = 2; this.columnPRENAME_DESC.MaxLength = 30; this.columnMEMB_NAME.MaxLength = 60; this.columnMEMB_SURNAME.MaxLength = 60; this.columncp_collamt.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQLOANRow NewLNREQLOANRow() { return ((LNREQLOANRow)(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 LNREQLOANRow(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(LNREQLOANRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.cp_collamtColumn.Expression = "LOANREQUEST_AMT *(COLLACTIVE_PERCENT/100)"; } [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.LNREQLOANRowChanged != null)) { this.LNREQLOANRowChanged(this, new LNREQLOANRowChangeEvent(((LNREQLOANRow)(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.LNREQLOANRowChanging != null)) { this.LNREQLOANRowChanging(this, new LNREQLOANRowChangeEvent(((LNREQLOANRow)(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.LNREQLOANRowDeleted != null)) { this.LNREQLOANRowDeleted(this, new LNREQLOANRowChangeEvent(((LNREQLOANRow)(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.LNREQLOANRowDeleting != null)) { this.LNREQLOANRowDeleting(this, new LNREQLOANRowChangeEvent(((LNREQLOANRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNREQLOANRow(LNREQLOANRow 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 = "LNREQLOANDataTable"; 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 LNGRPMANGRTPERMDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnMANGRTPERMGRP_CODE; private global::System.Data.DataColumn columnMANGRTPERMGRP_DESC; private global::System.Data.DataColumn columnMANGRTTIME_TYPE; private global::System.Data.DataColumn columnEXPORTRIGTH_FLAG; private global::System.Data.DataColumn columnMEMBER_TYPE; private global::System.Data.DataColumn columncoll_amt; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNGRPMANGRTPERMDataTable() { this.TableName = "LNGRPMANGRTPERM"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNGRPMANGRTPERMDataTable(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 LNGRPMANGRTPERMDataTable(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 MANGRTPERMGRP_CODEColumn { get { return this.columnMANGRTPERMGRP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MANGRTPERMGRP_DESCColumn { get { return this.columnMANGRTPERMGRP_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MANGRTTIME_TYPEColumn { get { return this.columnMANGRTTIME_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPORTRIGTH_FLAGColumn { get { return this.columnEXPORTRIGTH_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_TYPEColumn { get { return this.columnMEMBER_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn coll_amtColumn { get { return this.columncoll_amt; } } [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 LNGRPMANGRTPERMRow this[int index] { get { return ((LNGRPMANGRTPERMRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNGRPMANGRTPERMRowChangeEventHandler LNGRPMANGRTPERMRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNGRPMANGRTPERMRowChangeEventHandler LNGRPMANGRTPERMRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNGRPMANGRTPERMRowChangeEventHandler LNGRPMANGRTPERMRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNGRPMANGRTPERMRowChangeEventHandler LNGRPMANGRTPERMRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNGRPMANGRTPERMRow(LNGRPMANGRTPERMRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNGRPMANGRTPERMRow AddLNGRPMANGRTPERMRow(string MANGRTPERMGRP_CODE, string MANGRTPERMGRP_DESC, decimal MANGRTTIME_TYPE, decimal EXPORTRIGTH_FLAG, decimal MEMBER_TYPE, decimal coll_amt) { LNGRPMANGRTPERMRow rowLNGRPMANGRTPERMRow = ((LNGRPMANGRTPERMRow)(this.NewRow())); object[] columnValuesArray = new object[] { MANGRTPERMGRP_CODE, MANGRTPERMGRP_DESC, MANGRTTIME_TYPE, EXPORTRIGTH_FLAG, MEMBER_TYPE, coll_amt}; rowLNGRPMANGRTPERMRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNGRPMANGRTPERMRow); return rowLNGRPMANGRTPERMRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNGRPMANGRTPERMDataTable cln = ((LNGRPMANGRTPERMDataTable)(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 LNGRPMANGRTPERMDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnMANGRTPERMGRP_CODE = base.Columns["MANGRTPERMGRP_CODE"]; this.columnMANGRTPERMGRP_DESC = base.Columns["MANGRTPERMGRP_DESC"]; this.columnMANGRTTIME_TYPE = base.Columns["MANGRTTIME_TYPE"]; this.columnEXPORTRIGTH_FLAG = base.Columns["EXPORTRIGTH_FLAG"]; this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"]; this.columncoll_amt = base.Columns["coll_amt"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnMANGRTPERMGRP_CODE = new global::System.Data.DataColumn("MANGRTPERMGRP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMANGRTPERMGRP_CODE); this.columnMANGRTPERMGRP_DESC = new global::System.Data.DataColumn("MANGRTPERMGRP_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMANGRTPERMGRP_DESC); this.columnMANGRTTIME_TYPE = new global::System.Data.DataColumn("MANGRTTIME_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMANGRTTIME_TYPE); this.columnEXPORTRIGTH_FLAG = new global::System.Data.DataColumn("EXPORTRIGTH_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPORTRIGTH_FLAG); this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_TYPE); this.columncoll_amt = new global::System.Data.DataColumn("coll_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncoll_amt); this.columnMANGRTPERMGRP_CODE.AllowDBNull = false; this.columnMANGRTPERMGRP_CODE.MaxLength = 2; this.columnMANGRTPERMGRP_DESC.MaxLength = 100; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNGRPMANGRTPERMRow NewLNGRPMANGRTPERMRow() { return ((LNGRPMANGRTPERMRow)(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 LNGRPMANGRTPERMRow(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(LNGRPMANGRTPERMRow); } [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.LNGRPMANGRTPERMRowChanged != null)) { this.LNGRPMANGRTPERMRowChanged(this, new LNGRPMANGRTPERMRowChangeEvent(((LNGRPMANGRTPERMRow)(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.LNGRPMANGRTPERMRowChanging != null)) { this.LNGRPMANGRTPERMRowChanging(this, new LNGRPMANGRTPERMRowChangeEvent(((LNGRPMANGRTPERMRow)(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.LNGRPMANGRTPERMRowDeleted != null)) { this.LNGRPMANGRTPERMRowDeleted(this, new LNGRPMANGRTPERMRowChangeEvent(((LNGRPMANGRTPERMRow)(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.LNGRPMANGRTPERMRowDeleting != null)) { this.LNGRPMANGRTPERMRowDeleting(this, new LNGRPMANGRTPERMRowChangeEvent(((LNGRPMANGRTPERMRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNGRPMANGRTPERMRow(LNGRPMANGRTPERMRow 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 = "LNGRPMANGRTPERMDataTable"; 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 columnMEMBGROUP_CODE; private global::System.Data.DataColumn columnMEMBGROUP_DESC; private global::System.Data.DataColumn columnBIRTH_DATE; private global::System.Data.DataColumn columnMEMBER_DATE; private global::System.Data.DataColumn columnSALARY_AMOUNT; private global::System.Data.DataColumn columnWORK_DATE; private global::System.Data.DataColumn columnRETRY_DATE; private global::System.Data.DataColumn columnSHARESTK_AMT; private global::System.Data.DataColumn columnLAST_PERIOD; private global::System.Data.DataColumn columnPERIODSHARE_AMT; private global::System.Data.DataColumn columnPAYMENT_STATUS; private global::System.Data.DataColumn columnSHAREARREAR_AMT; private global::System.Data.DataColumn columnUNITSHARE_VALUE; private global::System.Data.DataColumn columnMEMBTYPE_CODE; private global::System.Data.DataColumn columnMEMBTYPE_DESC; private global::System.Data.DataColumn columnAPPLTYPE_CODE; private global::System.Data.DataColumn columnMEMBER_TYPE; 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 columnRESIGN_STATUS; private global::System.Data.DataColumn columnbirth_age; private global::System.Data.DataColumn columnretry_age; private global::System.Data.DataColumn columnmember_age; private global::System.Data.DataColumn columnwork_age; private global::System.Data.DataColumn columnmemfull_name; private global::System.Data.DataColumn columncp_membgroup; private global::System.Data.DataColumn columncp_sharestk_value; private global::System.Data.DataColumn columncp_last_period; private global::System.Data.DataColumn columnSHAREBEGIN_AMT; private global::System.Data.DataColumn columnSHAREMASTER_STATUS; private global::System.Data.DataColumn columnSHAREARREARBF_AMT; private global::System.Data.DataColumn columncp_sharebegin_amt; private global::System.Data.DataColumn columncp_sharestk_amt; private global::System.Data.DataColumn columncp_periodshare_amt; [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 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 BIRTH_DATEColumn { get { return this.columnBIRTH_DATE; } } [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 SALARY_AMOUNTColumn { get { return this.columnSALARY_AMOUNT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WORK_DATEColumn { get { return this.columnWORK_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RETRY_DATEColumn { get { return this.columnRETRY_DATE; } } [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 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 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 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 UNITSHARE_VALUEColumn { get { return this.columnUNITSHARE_VALUE; } } [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 APPLTYPE_CODEColumn { get { return this.columnAPPLTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_TYPEColumn { get { return this.columnMEMBER_TYPE; } } [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 RESIGN_STATUSColumn { get { return this.columnRESIGN_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn birth_ageColumn { get { return this.columnbirth_age; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn retry_ageColumn { get { return this.columnretry_age; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn member_ageColumn { get { return this.columnmember_age; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn work_ageColumn { get { return this.columnwork_age; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn memfull_nameColumn { get { return this.columnmemfull_name; } } [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 cp_sharestk_valueColumn { get { return this.columncp_sharestk_value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_last_periodColumn { get { return this.columncp_last_period; } } [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 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 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 cp_sharebegin_amtColumn { get { return this.columncp_sharebegin_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_sharestk_amtColumn { get { return this.columncp_sharestk_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_periodshare_amtColumn { get { return this.columncp_periodshare_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SHSHAREMASTERRow this[int index] { get { return ((SHSHAREMASTERRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSHSHAREMASTERRow(SHSHAREMASTERRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SHSHAREMASTERRow AddSHSHAREMASTERRow( string MEMBGROUP_CODE, string MEMBGROUP_DESC, System.DateTime BIRTH_DATE, System.DateTime MEMBER_DATE, decimal SALARY_AMOUNT, System.DateTime WORK_DATE, System.DateTime RETRY_DATE, decimal SHARESTK_AMT, decimal LAST_PERIOD, decimal PERIODSHARE_AMT, decimal PAYMENT_STATUS, decimal SHAREARREAR_AMT, decimal UNITSHARE_VALUE, string MEMBTYPE_CODE, string MEMBTYPE_DESC, string APPLTYPE_CODE, decimal MEMBER_TYPE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, decimal RESIGN_STATUS, decimal birth_age, decimal retry_age, decimal member_age, decimal work_age, string memfull_name, string cp_membgroup, decimal cp_sharestk_value, decimal cp_last_period, decimal SHAREBEGIN_AMT, decimal SHAREMASTER_STATUS, decimal SHAREARREARBF_AMT, decimal cp_sharebegin_amt, decimal cp_sharestk_amt, decimal cp_periodshare_amt) { SHSHAREMASTERRow rowSHSHAREMASTERRow = ((SHSHAREMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { MEMBGROUP_CODE, MEMBGROUP_DESC, BIRTH_DATE, MEMBER_DATE, SALARY_AMOUNT, WORK_DATE, RETRY_DATE, SHARESTK_AMT, LAST_PERIOD, PERIODSHARE_AMT, PAYMENT_STATUS, SHAREARREAR_AMT, UNITSHARE_VALUE, MEMBTYPE_CODE, MEMBTYPE_DESC, APPLTYPE_CODE, MEMBER_TYPE, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, RESIGN_STATUS, birth_age, retry_age, member_age, work_age, memfull_name, cp_membgroup, cp_sharestk_value, cp_last_period, SHAREBEGIN_AMT, SHAREMASTER_STATUS, SHAREARREARBF_AMT, cp_sharebegin_amt, cp_sharestk_amt, cp_periodshare_amt}; 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( string MEMBGROUP_CODE, string MEMBGROUP_DESC, System.DateTime BIRTH_DATE, System.DateTime MEMBER_DATE, decimal SALARY_AMOUNT, System.DateTime WORK_DATE, System.DateTime RETRY_DATE, decimal SHARESTK_AMT, decimal LAST_PERIOD, decimal PERIODSHARE_AMT, decimal PAYMENT_STATUS, decimal SHAREARREAR_AMT, decimal UNITSHARE_VALUE, string MEMBTYPE_CODE, string MEMBTYPE_DESC, string APPLTYPE_CODE, decimal MEMBER_TYPE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, decimal RESIGN_STATUS, decimal birth_age, decimal retry_age, decimal member_age, decimal work_age, string memfull_name, decimal SHAREBEGIN_AMT, decimal SHAREMASTER_STATUS, decimal SHAREARREARBF_AMT) { SHSHAREMASTERRow rowSHSHAREMASTERRow = ((SHSHAREMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { MEMBGROUP_CODE, MEMBGROUP_DESC, BIRTH_DATE, MEMBER_DATE, SALARY_AMOUNT, WORK_DATE, RETRY_DATE, SHARESTK_AMT, LAST_PERIOD, PERIODSHARE_AMT, PAYMENT_STATUS, SHAREARREAR_AMT, UNITSHARE_VALUE, MEMBTYPE_CODE, MEMBTYPE_DESC, APPLTYPE_CODE, MEMBER_TYPE, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, RESIGN_STATUS, birth_age, retry_age, member_age, work_age, memfull_name, null, null, null, SHAREBEGIN_AMT, SHAREMASTER_STATUS, SHAREARREARBF_AMT, null, null, 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 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.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"]; this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"]; this.columnBIRTH_DATE = base.Columns["BIRTH_DATE"]; this.columnMEMBER_DATE = base.Columns["MEMBER_DATE"]; this.columnSALARY_AMOUNT = base.Columns["SALARY_AMOUNT"]; this.columnWORK_DATE = base.Columns["WORK_DATE"]; this.columnRETRY_DATE = base.Columns["RETRY_DATE"]; this.columnSHARESTK_AMT = base.Columns["SHARESTK_AMT"]; this.columnLAST_PERIOD = base.Columns["LAST_PERIOD"]; this.columnPERIODSHARE_AMT = base.Columns["PERIODSHARE_AMT"]; this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"]; this.columnSHAREARREAR_AMT = base.Columns["SHAREARREAR_AMT"]; this.columnUNITSHARE_VALUE = base.Columns["UNITSHARE_VALUE"]; this.columnMEMBTYPE_CODE = base.Columns["MEMBTYPE_CODE"]; this.columnMEMBTYPE_DESC = base.Columns["MEMBTYPE_DESC"]; this.columnAPPLTYPE_CODE = base.Columns["APPLTYPE_CODE"]; this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"]; this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"]; this.columnMEMB_NAME = base.Columns["MEMB_NAME"]; this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"]; this.columnRESIGN_STATUS = base.Columns["RESIGN_STATUS"]; this.columnbirth_age = base.Columns["birth_age"]; this.columnretry_age = base.Columns["retry_age"]; this.columnmember_age = base.Columns["member_age"]; this.columnwork_age = base.Columns["work_age"]; this.columnmemfull_name = base.Columns["memfull_name"]; this.columncp_membgroup = base.Columns["cp_membgroup"]; this.columncp_sharestk_value = base.Columns["cp_sharestk_value"]; this.columncp_last_period = base.Columns["cp_last_period"]; this.columnSHAREBEGIN_AMT = base.Columns["SHAREBEGIN_AMT"]; this.columnSHAREMASTER_STATUS = base.Columns["SHAREMASTER_STATUS"]; this.columnSHAREARREARBF_AMT = base.Columns["SHAREARREARBF_AMT"]; this.columncp_sharebegin_amt = base.Columns["cp_sharebegin_amt"]; this.columncp_sharestk_amt = base.Columns["cp_sharestk_amt"]; this.columncp_periodshare_amt = base.Columns["cp_periodshare_amt"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnBIRTH_DATE = new global::System.Data.DataColumn("BIRTH_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBIRTH_DATE); 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.columnSALARY_AMOUNT = new global::System.Data.DataColumn("SALARY_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSALARY_AMOUNT); this.columnWORK_DATE = new global::System.Data.DataColumn("WORK_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWORK_DATE); this.columnRETRY_DATE = new global::System.Data.DataColumn("RETRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRETRY_DATE); 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.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.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYMENT_STATUS); 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.columnUNITSHARE_VALUE = new global::System.Data.DataColumn("UNITSHARE_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnUNITSHARE_VALUE); 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.columnAPPLTYPE_CODE = new global::System.Data.DataColumn("APPLTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAPPLTYPE_CODE); this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_TYPE); 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.columnRESIGN_STATUS = new global::System.Data.DataColumn("RESIGN_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRESIGN_STATUS); this.columnbirth_age = new global::System.Data.DataColumn("birth_age", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnbirth_age); this.columnretry_age = new global::System.Data.DataColumn("retry_age", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnretry_age); this.columnmember_age = new global::System.Data.DataColumn("member_age", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnmember_age); this.columnwork_age = new global::System.Data.DataColumn("work_age", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnwork_age); this.columnmemfull_name = new global::System.Data.DataColumn("memfull_name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnmemfull_name); 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.columncp_sharestk_value = new global::System.Data.DataColumn("cp_sharestk_value", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_sharestk_value); this.columncp_last_period = new global::System.Data.DataColumn("cp_last_period", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_last_period); 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.columnSHAREMASTER_STATUS = new global::System.Data.DataColumn("SHAREMASTER_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHAREMASTER_STATUS); 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.columncp_sharebegin_amt = new global::System.Data.DataColumn("cp_sharebegin_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_sharebegin_amt); this.columncp_sharestk_amt = new global::System.Data.DataColumn("cp_sharestk_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_sharestk_amt); this.columncp_periodshare_amt = new global::System.Data.DataColumn("cp_periodshare_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_periodshare_amt); this.columnMEMBGROUP_CODE.MaxLength = 14; this.columnMEMBGROUP_DESC.MaxLength = 100; this.columnMEMBTYPE_CODE.AllowDBNull = false; this.columnMEMBTYPE_CODE.MaxLength = 2; this.columnMEMBTYPE_DESC.MaxLength = 60; this.columnAPPLTYPE_CODE.MaxLength = 2; this.columnPRENAME_DESC.MaxLength = 30; this.columnMEMB_NAME.MaxLength = 60; this.columnMEMB_SURNAME.MaxLength = 60; this.columncp_membgroup.ReadOnly = true; this.columncp_sharestk_value.ReadOnly = true; this.columncp_last_period.ReadOnly = true; this.columncp_sharebegin_amt.ReadOnly = true; this.columncp_sharestk_amt.ReadOnly = true; this.columncp_periodshare_amt.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.cp_membgroupColumn.Expression = "trim( membgroup_code ) +\' - \'+ membgroup_desc "; this.cp_sharestk_valueColumn.Expression = " ( sharestk_amt + sharearrear_amt ) * unitshare_value"; this.cp_last_periodColumn.Expression = " periodshare_amt * unitshare_value"; this.cp_sharebegin_amtColumn.Expression = "(iif(sharebegin_amt =null,0,sharebegin_amt )+iif(sharearrearbf_amt =null,0,sharea" + "rrearbf_amt ))*iif(unitshare_value =null,0,unitshare_value) "; this.cp_sharestk_amtColumn.Expression = "(iif(sharestk_amt =null,0,sharestk_amt )+iif(sharearrear_amt=null,0,sharearrear_a" + "mt ))*iif(unitshare_value =null,0,unitshare_value )"; this.cp_periodshare_amtColumn.Expression = "iif(periodshare_amt=null,0,periodshare_amt)*iif(unitshare_value=null,0,unitshare_" + "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 DPDEPTMASTERDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnDEPTACCOUNT_NO; private global::System.Data.DataColumn columnDEPTTYPE_CODE; private global::System.Data.DataColumn columnDEPTTYPE_DESC; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnDEPTOPEN_DATE; private global::System.Data.DataColumn columnDEPTACCOUNT_NAME; private global::System.Data.DataColumn columnBEGINBAL; private global::System.Data.DataColumn columnPRNCBAL; private global::System.Data.DataColumn columnWITHDRAWABLE_AMT; private global::System.Data.DataColumn columnSEQUEST_AMOUNT; private global::System.Data.DataColumn columnDEPTCLOSE_DATE; private global::System.Data.DataColumn columnDEPTCLOSE_STATUS; private global::System.Data.DataColumn columncp_depttype; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DPDEPTMASTERDataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DPDEPTMASTERDataTable(bool initExpressions) { this.TableName = "DPDEPTMASTER"; 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 DPDEPTMASTERDataTable(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 DPDEPTMASTERDataTable(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 DEPTACCOUNT_NOColumn { get { return this.columnDEPTACCOUNT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTTYPE_CODEColumn { get { return this.columnDEPTTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTTYPE_DESCColumn { get { return this.columnDEPTTYPE_DESC; } } [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 DEPTOPEN_DATEColumn { get { return this.columnDEPTOPEN_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTACCOUNT_NAMEColumn { get { return this.columnDEPTACCOUNT_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BEGINBALColumn { get { return this.columnBEGINBAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRNCBALColumn { get { return this.columnPRNCBAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WITHDRAWABLE_AMTColumn { get { return this.columnWITHDRAWABLE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQUEST_AMOUNTColumn { get { return this.columnSEQUEST_AMOUNT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTCLOSE_DATEColumn { get { return this.columnDEPTCLOSE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTCLOSE_STATUSColumn { get { return this.columnDEPTCLOSE_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_depttypeColumn { get { return this.columncp_depttype; } } [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 DPDEPTMASTERRow this[int index] { get { return ((DPDEPTMASTERRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDPDEPTMASTERRow(DPDEPTMASTERRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DPDEPTMASTERRow AddDPDEPTMASTERRow(string DEPTACCOUNT_NO, string DEPTTYPE_CODE, string DEPTTYPE_DESC, string MEMBER_NO, System.DateTime DEPTOPEN_DATE, string DEPTACCOUNT_NAME, decimal BEGINBAL, decimal PRNCBAL, decimal WITHDRAWABLE_AMT, decimal SEQUEST_AMOUNT, System.DateTime DEPTCLOSE_DATE, decimal DEPTCLOSE_STATUS, string cp_depttype) { DPDEPTMASTERRow rowDPDEPTMASTERRow = ((DPDEPTMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { DEPTACCOUNT_NO, DEPTTYPE_CODE, DEPTTYPE_DESC, MEMBER_NO, DEPTOPEN_DATE, DEPTACCOUNT_NAME, BEGINBAL, PRNCBAL, WITHDRAWABLE_AMT, SEQUEST_AMOUNT, DEPTCLOSE_DATE, DEPTCLOSE_STATUS, cp_depttype}; rowDPDEPTMASTERRow.ItemArray = columnValuesArray; this.Rows.Add(rowDPDEPTMASTERRow); return rowDPDEPTMASTERRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DPDEPTMASTERRow AddDPDEPTMASTERRow(string DEPTACCOUNT_NO, string DEPTTYPE_CODE, string DEPTTYPE_DESC, string MEMBER_NO, System.DateTime DEPTOPEN_DATE, string DEPTACCOUNT_NAME, decimal BEGINBAL, decimal PRNCBAL, decimal WITHDRAWABLE_AMT, decimal SEQUEST_AMOUNT, System.DateTime DEPTCLOSE_DATE, decimal DEPTCLOSE_STATUS) { DPDEPTMASTERRow rowDPDEPTMASTERRow = ((DPDEPTMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { DEPTACCOUNT_NO, DEPTTYPE_CODE, DEPTTYPE_DESC, MEMBER_NO, DEPTOPEN_DATE, DEPTACCOUNT_NAME, BEGINBAL, PRNCBAL, WITHDRAWABLE_AMT, SEQUEST_AMOUNT, DEPTCLOSE_DATE, DEPTCLOSE_STATUS, null}; rowDPDEPTMASTERRow.ItemArray = columnValuesArray; this.Rows.Add(rowDPDEPTMASTERRow); return rowDPDEPTMASTERRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DPDEPTMASTERDataTable cln = ((DPDEPTMASTERDataTable)(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 DPDEPTMASTERDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnDEPTACCOUNT_NO = base.Columns["DEPTACCOUNT_NO"]; this.columnDEPTTYPE_CODE = base.Columns["DEPTTYPE_CODE"]; this.columnDEPTTYPE_DESC = base.Columns["DEPTTYPE_DESC"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnDEPTOPEN_DATE = base.Columns["DEPTOPEN_DATE"]; this.columnDEPTACCOUNT_NAME = base.Columns["DEPTACCOUNT_NAME"]; this.columnBEGINBAL = base.Columns["BEGINBAL"]; this.columnPRNCBAL = base.Columns["PRNCBAL"]; this.columnWITHDRAWABLE_AMT = base.Columns["WITHDRAWABLE_AMT"]; this.columnSEQUEST_AMOUNT = base.Columns["SEQUEST_AMOUNT"]; this.columnDEPTCLOSE_DATE = base.Columns["DEPTCLOSE_DATE"]; this.columnDEPTCLOSE_STATUS = base.Columns["DEPTCLOSE_STATUS"]; this.columncp_depttype = base.Columns["cp_depttype"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnDEPTACCOUNT_NO = new global::System.Data.DataColumn("DEPTACCOUNT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTACCOUNT_NO); this.columnDEPTTYPE_CODE = new global::System.Data.DataColumn("DEPTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTTYPE_CODE); this.columnDEPTTYPE_DESC = new global::System.Data.DataColumn("DEPTTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTTYPE_DESC); 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.columnDEPTOPEN_DATE = new global::System.Data.DataColumn("DEPTOPEN_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTOPEN_DATE); this.columnDEPTACCOUNT_NAME = new global::System.Data.DataColumn("DEPTACCOUNT_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTACCOUNT_NAME); this.columnBEGINBAL = new global::System.Data.DataColumn("BEGINBAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBEGINBAL); this.columnPRNCBAL = new global::System.Data.DataColumn("PRNCBAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRNCBAL); this.columnWITHDRAWABLE_AMT = new global::System.Data.DataColumn("WITHDRAWABLE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWITHDRAWABLE_AMT); this.columnSEQUEST_AMOUNT = new global::System.Data.DataColumn("SEQUEST_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQUEST_AMOUNT); this.columnDEPTCLOSE_DATE = new global::System.Data.DataColumn("DEPTCLOSE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTCLOSE_DATE); this.columnDEPTCLOSE_STATUS = new global::System.Data.DataColumn("DEPTCLOSE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTCLOSE_STATUS); this.columncp_depttype = new global::System.Data.DataColumn("cp_depttype", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_depttype); this.columnDEPTACCOUNT_NO.AllowDBNull = false; this.columnDEPTACCOUNT_NO.MaxLength = 10; this.columnDEPTTYPE_CODE.MaxLength = 2; this.columnDEPTTYPE_DESC.AllowDBNull = false; this.columnDEPTTYPE_DESC.MaxLength = 60; this.columnMEMBER_NO.MaxLength = 8; this.columnDEPTACCOUNT_NAME.AllowDBNull = false; this.columnDEPTACCOUNT_NAME.MaxLength = 200; this.columncp_depttype.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DPDEPTMASTERRow NewDPDEPTMASTERRow() { return ((DPDEPTMASTERRow)(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 DPDEPTMASTERRow(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(DPDEPTMASTERRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.cp_depttypeColumn.Expression = " depttype_code +\' - \'+ depttype_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.DPDEPTMASTERRowChanged != null)) { this.DPDEPTMASTERRowChanged(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(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.DPDEPTMASTERRowChanging != null)) { this.DPDEPTMASTERRowChanging(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(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.DPDEPTMASTERRowDeleted != null)) { this.DPDEPTMASTERRowDeleted(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(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.DPDEPTMASTERRowDeleting != null)) { this.DPDEPTMASTERRowDeleting(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDPDEPTMASTERRow(DPDEPTMASTERRow 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 = "DPDEPTMASTERDataTable"; 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 LNCOLLMASTERDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOLLMAST_NO; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnCOLLMAST_REFNO; private global::System.Data.DataColumn columnCOLLMASTTYPE_CODE; private global::System.Data.DataColumn columnCOLLMAST_DESC; private global::System.Data.DataColumn columnLANDESTIMATE_AMT; private global::System.Data.DataColumn columnHOUSEESTIMATE_AMT; private global::System.Data.DataColumn columnESTIMATE_PRICE; private global::System.Data.DataColumn columnMORTGAGE_PRICE; private global::System.Data.DataColumn columnMORTGAGE_DATE; private global::System.Data.DataColumn columnEXPIRE_DATE; private global::System.Data.DataColumn columnREDEEM_FLAG; private global::System.Data.DataColumn columnREDEEM_DATE; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnLAND_NO; private global::System.Data.DataColumn columnSURVEY_NO; private global::System.Data.DataColumn columnBOOK_NO; private global::System.Data.DataColumn columnPAGE_NO; private global::System.Data.DataColumn columnGROUP_NO; private global::System.Data.DataColumn columnCOOP_ID; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTERDataTable() { this.TableName = "LNCOLLMASTER"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCOLLMASTERDataTable(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 LNCOLLMASTERDataTable(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 COLLMAST_NOColumn { get { return this.columnCOLLMAST_NO; } } [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 COLLMAST_REFNOColumn { get { return this.columnCOLLMAST_REFNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMASTTYPE_CODEColumn { get { return this.columnCOLLMASTTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMAST_DESCColumn { get { return this.columnCOLLMAST_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LANDESTIMATE_AMTColumn { get { return this.columnLANDESTIMATE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn HOUSEESTIMATE_AMTColumn { get { return this.columnHOUSEESTIMATE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ESTIMATE_PRICEColumn { get { return this.columnESTIMATE_PRICE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MORTGAGE_PRICEColumn { get { return this.columnMORTGAGE_PRICE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MORTGAGE_DATEColumn { get { return this.columnMORTGAGE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPIRE_DATEColumn { get { return this.columnEXPIRE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REDEEM_FLAGColumn { get { return this.columnREDEEM_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REDEEM_DATEColumn { get { return this.columnREDEEM_DATE; } } [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 LAND_NOColumn { get { return this.columnLAND_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SURVEY_NOColumn { get { return this.columnSURVEY_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BOOK_NOColumn { get { return this.columnBOOK_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAGE_NOColumn { get { return this.columnPAGE_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn GROUP_NOColumn { get { return this.columnGROUP_NO; } } [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")] [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 LNCOLLMASTERRow this[int index] { get { return ((LNCOLLMASTERRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNCOLLMASTERRow(LNCOLLMASTERRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTERRow AddLNCOLLMASTERRow( string COLLMAST_NO, string MEMBER_NO, string COLLMAST_REFNO, string COLLMASTTYPE_CODE, string COLLMAST_DESC, decimal LANDESTIMATE_AMT, decimal HOUSEESTIMATE_AMT, decimal ESTIMATE_PRICE, decimal MORTGAGE_PRICE, System.DateTime MORTGAGE_DATE, System.DateTime EXPIRE_DATE, decimal REDEEM_FLAG, System.DateTime REDEEM_DATE, string REMARK, string LAND_NO, string SURVEY_NO, string BOOK_NO, string PAGE_NO, string GROUP_NO, string COOP_ID) { LNCOLLMASTERRow rowLNCOLLMASTERRow = ((LNCOLLMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { COLLMAST_NO, MEMBER_NO, COLLMAST_REFNO, COLLMASTTYPE_CODE, COLLMAST_DESC, LANDESTIMATE_AMT, HOUSEESTIMATE_AMT, ESTIMATE_PRICE, MORTGAGE_PRICE, MORTGAGE_DATE, EXPIRE_DATE, REDEEM_FLAG, REDEEM_DATE, REMARK, LAND_NO, SURVEY_NO, BOOK_NO, PAGE_NO, GROUP_NO, COOP_ID}; rowLNCOLLMASTERRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNCOLLMASTERRow); return rowLNCOLLMASTERRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTERRow FindByCOLLMAST_NOCOOP_ID(string COLLMAST_NO, string COOP_ID) { return ((LNCOLLMASTERRow)(this.Rows.Find(new object[] { COLLMAST_NO, COOP_ID}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNCOLLMASTERDataTable cln = ((LNCOLLMASTERDataTable)(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 LNCOLLMASTERDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOLLMAST_NO = base.Columns["COLLMAST_NO"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnCOLLMAST_REFNO = base.Columns["COLLMAST_REFNO"]; this.columnCOLLMASTTYPE_CODE = base.Columns["COLLMASTTYPE_CODE"]; this.columnCOLLMAST_DESC = base.Columns["COLLMAST_DESC"]; this.columnLANDESTIMATE_AMT = base.Columns["LANDESTIMATE_AMT"]; this.columnHOUSEESTIMATE_AMT = base.Columns["HOUSEESTIMATE_AMT"]; this.columnESTIMATE_PRICE = base.Columns["ESTIMATE_PRICE"]; this.columnMORTGAGE_PRICE = base.Columns["MORTGAGE_PRICE"]; this.columnMORTGAGE_DATE = base.Columns["MORTGAGE_DATE"]; this.columnEXPIRE_DATE = base.Columns["EXPIRE_DATE"]; this.columnREDEEM_FLAG = base.Columns["REDEEM_FLAG"]; this.columnREDEEM_DATE = base.Columns["REDEEM_DATE"]; this.columnREMARK = base.Columns["REMARK"]; this.columnLAND_NO = base.Columns["LAND_NO"]; this.columnSURVEY_NO = base.Columns["SURVEY_NO"]; this.columnBOOK_NO = base.Columns["BOOK_NO"]; this.columnPAGE_NO = base.Columns["PAGE_NO"]; this.columnGROUP_NO = base.Columns["GROUP_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOLLMAST_NO = new global::System.Data.DataColumn("COLLMAST_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_NO); 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.columnCOLLMAST_REFNO = new global::System.Data.DataColumn("COLLMAST_REFNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_REFNO); this.columnCOLLMASTTYPE_CODE = new global::System.Data.DataColumn("COLLMASTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMASTTYPE_CODE); this.columnCOLLMAST_DESC = new global::System.Data.DataColumn("COLLMAST_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_DESC); this.columnLANDESTIMATE_AMT = new global::System.Data.DataColumn("LANDESTIMATE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLANDESTIMATE_AMT); this.columnHOUSEESTIMATE_AMT = new global::System.Data.DataColumn("HOUSEESTIMATE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnHOUSEESTIMATE_AMT); this.columnESTIMATE_PRICE = new global::System.Data.DataColumn("ESTIMATE_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnESTIMATE_PRICE); this.columnMORTGAGE_PRICE = new global::System.Data.DataColumn("MORTGAGE_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMORTGAGE_PRICE); this.columnMORTGAGE_DATE = new global::System.Data.DataColumn("MORTGAGE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMORTGAGE_DATE); this.columnEXPIRE_DATE = new global::System.Data.DataColumn("EXPIRE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPIRE_DATE); this.columnREDEEM_FLAG = new global::System.Data.DataColumn("REDEEM_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREDEEM_FLAG); this.columnREDEEM_DATE = new global::System.Data.DataColumn("REDEEM_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREDEEM_DATE); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); this.columnLAND_NO = new global::System.Data.DataColumn("LAND_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_NO); this.columnSURVEY_NO = new global::System.Data.DataColumn("SURVEY_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSURVEY_NO); this.columnBOOK_NO = new global::System.Data.DataColumn("BOOK_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBOOK_NO); this.columnPAGE_NO = new global::System.Data.DataColumn("PAGE_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAGE_NO); this.columnGROUP_NO = new global::System.Data.DataColumn("GROUP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnGROUP_NO); 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.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOLLMAST_NO, this.columnCOOP_ID}, true)); this.columnCOLLMAST_NO.AllowDBNull = false; this.columnCOLLMAST_NO.MaxLength = 8; this.columnMEMBER_NO.MaxLength = 8; this.columnCOLLMAST_REFNO.MaxLength = 50; this.columnCOLLMASTTYPE_CODE.MaxLength = 2; this.columnCOLLMAST_DESC.MaxLength = 500; this.columnREMARK.MaxLength = 500; this.columnLAND_NO.MaxLength = 10; this.columnSURVEY_NO.MaxLength = 10; this.columnBOOK_NO.MaxLength = 10; this.columnPAGE_NO.MaxLength = 10; this.columnGROUP_NO.MaxLength = 10; this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTERRow NewLNCOLLMASTERRow() { return ((LNCOLLMASTERRow)(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 LNCOLLMASTERRow(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(LNCOLLMASTERRow); } [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.LNCOLLMASTERRowChanged != null)) { this.LNCOLLMASTERRowChanged(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(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.LNCOLLMASTERRowChanging != null)) { this.LNCOLLMASTERRowChanging(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(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.LNCOLLMASTERRowDeleted != null)) { this.LNCOLLMASTERRowDeleted(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(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.LNCOLLMASTERRowDeleting != null)) { this.LNCOLLMASTERRowDeleting(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNCOLLMASTERRow(LNCOLLMASTERRow 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 = "LNCOLLMASTERDataTable"; 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 LNCOLLMASTMEMCODataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOLLMAST_NO; private global::System.Data.DataColumn columnMEMCO_NO; private global::System.Data.DataColumn columnCOLLMASTMAIN_FLAG; private global::System.Data.DataColumn columnPRENAME_SHORT; private global::System.Data.DataColumn columnMEMB_NAME; private global::System.Data.DataColumn columnMEMB_SURNAME; private global::System.Data.DataColumn columncp_name; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTMEMCODataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTMEMCODataTable(bool initExpressions) { this.TableName = "LNCOLLMASTMEMCO"; 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 LNCOLLMASTMEMCODataTable(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 LNCOLLMASTMEMCODataTable(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 COLLMAST_NOColumn { get { return this.columnCOLLMAST_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMCO_NOColumn { get { return this.columnMEMCO_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMASTMAIN_FLAGColumn { get { return this.columnCOLLMASTMAIN_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRENAME_SHORTColumn { get { return this.columnPRENAME_SHORT; } } [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 cp_nameColumn { get { return this.columncp_name; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTMEMCORow this[int index] { get { return ((LNCOLLMASTMEMCORow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTMEMCORowChangeEventHandler LNCOLLMASTMEMCORowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTMEMCORowChangeEventHandler LNCOLLMASTMEMCORowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTMEMCORowChangeEventHandler LNCOLLMASTMEMCORowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTMEMCORowChangeEventHandler LNCOLLMASTMEMCORowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNCOLLMASTMEMCORow(LNCOLLMASTMEMCORow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTMEMCORow AddLNCOLLMASTMEMCORow(string COLLMAST_NO, string MEMCO_NO, decimal COLLMASTMAIN_FLAG, string PRENAME_SHORT, string MEMB_NAME, string MEMB_SURNAME, string cp_name) { LNCOLLMASTMEMCORow rowLNCOLLMASTMEMCORow = ((LNCOLLMASTMEMCORow)(this.NewRow())); object[] columnValuesArray = new object[] { COLLMAST_NO, MEMCO_NO, COLLMASTMAIN_FLAG, PRENAME_SHORT, MEMB_NAME, MEMB_SURNAME, cp_name}; rowLNCOLLMASTMEMCORow.ItemArray = columnValuesArray; this.Rows.Add(rowLNCOLLMASTMEMCORow); return rowLNCOLLMASTMEMCORow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTMEMCORow AddLNCOLLMASTMEMCORow(string COLLMAST_NO, string MEMCO_NO, decimal COLLMASTMAIN_FLAG, string PRENAME_SHORT, string MEMB_NAME, string MEMB_SURNAME) { LNCOLLMASTMEMCORow rowLNCOLLMASTMEMCORow = ((LNCOLLMASTMEMCORow)(this.NewRow())); object[] columnValuesArray = new object[] { COLLMAST_NO, MEMCO_NO, COLLMASTMAIN_FLAG, PRENAME_SHORT, MEMB_NAME, MEMB_SURNAME, null}; rowLNCOLLMASTMEMCORow.ItemArray = columnValuesArray; this.Rows.Add(rowLNCOLLMASTMEMCORow); return rowLNCOLLMASTMEMCORow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNCOLLMASTMEMCODataTable cln = ((LNCOLLMASTMEMCODataTable)(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 LNCOLLMASTMEMCODataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOLLMAST_NO = base.Columns["COLLMAST_NO"]; this.columnMEMCO_NO = base.Columns["MEMCO_NO"]; this.columnCOLLMASTMAIN_FLAG = base.Columns["COLLMASTMAIN_FLAG"]; this.columnPRENAME_SHORT = base.Columns["PRENAME_SHORT"]; this.columnMEMB_NAME = base.Columns["MEMB_NAME"]; this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"]; this.columncp_name = base.Columns["cp_name"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOLLMAST_NO = new global::System.Data.DataColumn("COLLMAST_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_NO); this.columnMEMCO_NO = new global::System.Data.DataColumn("MEMCO_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMCO_NO); this.columnCOLLMASTMAIN_FLAG = new global::System.Data.DataColumn("COLLMASTMAIN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMASTMAIN_FLAG); this.columnPRENAME_SHORT = new global::System.Data.DataColumn("PRENAME_SHORT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRENAME_SHORT); 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.columncp_name = new global::System.Data.DataColumn("cp_name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_name); this.columnCOLLMAST_NO.AllowDBNull = false; this.columnCOLLMAST_NO.MaxLength = 8; this.columnMEMCO_NO.AllowDBNull = false; this.columnMEMCO_NO.MaxLength = 8; this.columnPRENAME_SHORT.MaxLength = 10; this.columnMEMB_NAME.MaxLength = 60; this.columnMEMB_SURNAME.MaxLength = 60; this.columncp_name.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTMEMCORow NewLNCOLLMASTMEMCORow() { return ((LNCOLLMASTMEMCORow)(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 LNCOLLMASTMEMCORow(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(LNCOLLMASTMEMCORow); } [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_short + memb_name +\' \'+ memb_surname"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.LNCOLLMASTMEMCORowChanged != null)) { this.LNCOLLMASTMEMCORowChanged(this, new LNCOLLMASTMEMCORowChangeEvent(((LNCOLLMASTMEMCORow)(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.LNCOLLMASTMEMCORowChanging != null)) { this.LNCOLLMASTMEMCORowChanging(this, new LNCOLLMASTMEMCORowChangeEvent(((LNCOLLMASTMEMCORow)(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.LNCOLLMASTMEMCORowDeleted != null)) { this.LNCOLLMASTMEMCORowDeleted(this, new LNCOLLMASTMEMCORowChangeEvent(((LNCOLLMASTMEMCORow)(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.LNCOLLMASTMEMCORowDeleting != null)) { this.LNCOLLMASTMEMCORowDeleting(this, new LNCOLLMASTMEMCORowChangeEvent(((LNCOLLMASTMEMCORow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNCOLLMASTMEMCORow(LNCOLLMASTMEMCORow 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 = "LNCOLLMASTMEMCODataTable"; 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 LNCONTCOLLRow : global::System.Data.DataRow { private LNCONTCOLLDataTable tableLNCONTCOLL; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCONTCOLLRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNCONTCOLL = ((LNCONTCOLLDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REF_COLLNO { get { try { return ((string)(this[this.tableLNCONTCOLL.REF_COLLNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_COLLNO\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.REF_COLLNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANCONTRACT_NO { get { return ((string)(this[this.tableLNCONTCOLL.LOANCONTRACT_NOColumn])); } set { this[this.tableLNCONTCOLL.LOANCONTRACT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBER_NO { get { try { return ((string)(this[this.tableLNCONTCOLL.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE_CODE { get { try { return ((string)(this[this.tableLNCONTCOLL.LOANTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.LOANTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANAPPROVE_AMT { get { try { return ((decimal)(this[this.tableLNCONTCOLL.LOANAPPROVE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_AMT\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.LOANAPPROVE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal WITHDRAWABLE_AMT { get { try { return ((decimal)(this[this.tableLNCONTCOLL.WITHDRAWABLE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAWABLE_AMT\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.WITHDRAWABLE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_BALANCE { get { try { return ((decimal)(this[this.tableLNCONTCOLL.PRINCIPAL_BALANCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.PRINCIPAL_BALANCEColumn] = 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.tableLNCONTCOLL.PRENAME_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.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.tableLNCONTCOLL.MEMB_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.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.tableLNCONTCOLL.MEMB_SURNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.MEMB_SURNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PREFIX { get { try { return ((string)(this[this.tableLNCONTCOLL.PREFIXColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PREFIX\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.PREFIXColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLL_PERCENT { get { try { return ((decimal)(this[this.tableLNCONTCOLL.COLL_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLL_PERCENT\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.COLL_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BASE_PERCENT { get { try { return ((decimal)(this[this.tableLNCONTCOLL.BASE_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BASE_PERCENT\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.BASE_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE_DESC { get { try { return ((string)(this[this.tableLNCONTCOLL.LOANTYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_DESC\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.LOANTYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string colltype_code_name { get { try { return ((string)(this[this.tableLNCONTCOLL.colltype_code_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'colltype_code_name\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.colltype_code_nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string colltype_code { get { try { return ((string)(this[this.tableLNCONTCOLL.colltype_codeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'colltype_code\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.colltype_codeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string collateral_no { get { try { return ((string)(this[this.tableLNCONTCOLL.collateral_noColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'collateral_no\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.collateral_noColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string collateral_desc { get { try { return ((string)(this[this.tableLNCONTCOLL.collateral_descColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'collateral_desc\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.collateral_descColumn] = 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.tableLNCONTCOLL.cp_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_name\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.cp_nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal cp_colluse { get { try { return ((decimal)(this[this.tableLNCONTCOLL.cp_colluseColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_colluse\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.cp_colluseColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal cp_sumcp_colluse { get { try { return ((decimal)(this[this.tableLNCONTCOLL.cp_sumcp_colluseColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_sumcp_colluse\' in table \'LNCONTCOLL\' is DBNull.", e); } } set { this[this.tableLNCONTCOLL.cp_sumcp_colluseColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREF_COLLNONull() { return this.IsNull(this.tableLNCONTCOLL.REF_COLLNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREF_COLLNONull() { this[this.tableLNCONTCOLL.REF_COLLNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_NONull() { return this.IsNull(this.tableLNCONTCOLL.MEMBER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_NONull() { this[this.tableLNCONTCOLL.MEMBER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANTYPE_CODENull() { return this.IsNull(this.tableLNCONTCOLL.LOANTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPE_CODENull() { this[this.tableLNCONTCOLL.LOANTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANAPPROVE_AMTNull() { return this.IsNull(this.tableLNCONTCOLL.LOANAPPROVE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANAPPROVE_AMTNull() { this[this.tableLNCONTCOLL.LOANAPPROVE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWITHDRAWABLE_AMTNull() { return this.IsNull(this.tableLNCONTCOLL.WITHDRAWABLE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWITHDRAWABLE_AMTNull() { this[this.tableLNCONTCOLL.WITHDRAWABLE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_BALANCENull() { return this.IsNull(this.tableLNCONTCOLL.PRINCIPAL_BALANCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_BALANCENull() { this[this.tableLNCONTCOLL.PRINCIPAL_BALANCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_DESCNull() { return this.IsNull(this.tableLNCONTCOLL.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.tableLNCONTCOLL.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.tableLNCONTCOLL.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.tableLNCONTCOLL.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.tableLNCONTCOLL.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.tableLNCONTCOLL.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 IsPREFIXNull() { return this.IsNull(this.tableLNCONTCOLL.PREFIXColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPREFIXNull() { this[this.tableLNCONTCOLL.PREFIXColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLL_PERCENTNull() { return this.IsNull(this.tableLNCONTCOLL.COLL_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLL_PERCENTNull() { this[this.tableLNCONTCOLL.COLL_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBASE_PERCENTNull() { return this.IsNull(this.tableLNCONTCOLL.BASE_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBASE_PERCENTNull() { this[this.tableLNCONTCOLL.BASE_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANTYPE_DESCNull() { return this.IsNull(this.tableLNCONTCOLL.LOANTYPE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPE_DESCNull() { this[this.tableLNCONTCOLL.LOANTYPE_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscolltype_code_nameNull() { return this.IsNull(this.tableLNCONTCOLL.colltype_code_nameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcolltype_code_nameNull() { this[this.tableLNCONTCOLL.colltype_code_nameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscolltype_codeNull() { return this.IsNull(this.tableLNCONTCOLL.colltype_codeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcolltype_codeNull() { this[this.tableLNCONTCOLL.colltype_codeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscollateral_noNull() { return this.IsNull(this.tableLNCONTCOLL.collateral_noColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcollateral_noNull() { this[this.tableLNCONTCOLL.collateral_noColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscollateral_descNull() { return this.IsNull(this.tableLNCONTCOLL.collateral_descColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcollateral_descNull() { this[this.tableLNCONTCOLL.collateral_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_nameNull() { return this.IsNull(this.tableLNCONTCOLL.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.tableLNCONTCOLL.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_colluseNull() { return this.IsNull(this.tableLNCONTCOLL.cp_colluseColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_colluseNull() { this[this.tableLNCONTCOLL.cp_colluseColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_sumcp_colluseNull() { return this.IsNull(this.tableLNCONTCOLL.cp_sumcp_colluseColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_sumcp_colluseNull() { this[this.tableLNCONTCOLL.cp_sumcp_colluseColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class LNREQLOANRow : global::System.Data.DataRow { private LNREQLOANDataTable tableLNREQLOAN; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNREQLOANRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNREQLOAN = ((LNREQLOANDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANREQUEST_DOCNO { get { return ((string)(this[this.tableLNREQLOAN.LOANREQUEST_DOCNOColumn])); } set { this[this.tableLNREQLOAN.LOANREQUEST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBER_NO { get { try { return ((string)(this[this.tableLNREQLOAN.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE_CODE { get { try { return ((string)(this[this.tableLNREQLOAN.LOANTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.LOANTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANREQUEST_AMT { get { try { return ((decimal)(this[this.tableLNREQLOAN.LOANREQUEST_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_AMT\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.LOANREQUEST_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANCOLLTYPE_CODE { get { try { return ((string)(this[this.tableLNREQLOAN.LOANCOLLTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANCOLLTYPE_CODE\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.LOANCOLLTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CNTMANGRTVAL_FLAG { get { try { return ((decimal)(this[this.tableLNREQLOAN.CNTMANGRTVAL_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CNTMANGRTVAL_FLAG\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.CNTMANGRTVAL_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MANGRTPERMGRP_CODE { get { try { return ((string)(this[this.tableLNREQLOAN.MANGRTPERMGRP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MANGRTPERMGRP_CODE\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.MANGRTPERMGRP_CODEColumn] = 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.tableLNREQLOAN.PRENAME_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.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.tableLNREQLOAN.MEMB_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.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.tableLNREQLOAN.MEMB_SURNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.MEMB_SURNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLACTIVE_PERCENT { get { try { return ((decimal)(this[this.tableLNREQLOAN.COLLACTIVE_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLACTIVE_PERCENT\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.COLLACTIVE_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLBASE_PERCENT { get { try { return ((decimal)(this[this.tableLNREQLOAN.COLLBASE_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLBASE_PERCENT\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.COLLBASE_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLACTIVE_AMT { get { try { return ((decimal)(this[this.tableLNREQLOAN.COLLACTIVE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLACTIVE_AMT\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.COLLACTIVE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string full_name { get { try { return ((string)(this[this.tableLNREQLOAN.full_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'full_name\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.full_nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal cp_collamt { get { try { return ((decimal)(this[this.tableLNREQLOAN.cp_collamtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_collamt\' in table \'LNREQLOAN\' is DBNull.", e); } } set { this[this.tableLNREQLOAN.cp_collamtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_NONull() { return this.IsNull(this.tableLNREQLOAN.MEMBER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_NONull() { this[this.tableLNREQLOAN.MEMBER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANTYPE_CODENull() { return this.IsNull(this.tableLNREQLOAN.LOANTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPE_CODENull() { this[this.tableLNREQLOAN.LOANTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANREQUEST_AMTNull() { return this.IsNull(this.tableLNREQLOAN.LOANREQUEST_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANREQUEST_AMTNull() { this[this.tableLNREQLOAN.LOANREQUEST_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANCOLLTYPE_CODENull() { return this.IsNull(this.tableLNREQLOAN.LOANCOLLTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANCOLLTYPE_CODENull() { this[this.tableLNREQLOAN.LOANCOLLTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCNTMANGRTVAL_FLAGNull() { return this.IsNull(this.tableLNREQLOAN.CNTMANGRTVAL_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCNTMANGRTVAL_FLAGNull() { this[this.tableLNREQLOAN.CNTMANGRTVAL_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMANGRTPERMGRP_CODENull() { return this.IsNull(this.tableLNREQLOAN.MANGRTPERMGRP_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMANGRTPERMGRP_CODENull() { this[this.tableLNREQLOAN.MANGRTPERMGRP_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_DESCNull() { return this.IsNull(this.tableLNREQLOAN.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.tableLNREQLOAN.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.tableLNREQLOAN.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.tableLNREQLOAN.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.tableLNREQLOAN.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.tableLNREQLOAN.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 IsCOLLACTIVE_PERCENTNull() { return this.IsNull(this.tableLNREQLOAN.COLLACTIVE_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLACTIVE_PERCENTNull() { this[this.tableLNREQLOAN.COLLACTIVE_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLBASE_PERCENTNull() { return this.IsNull(this.tableLNREQLOAN.COLLBASE_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLBASE_PERCENTNull() { this[this.tableLNREQLOAN.COLLBASE_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLACTIVE_AMTNull() { return this.IsNull(this.tableLNREQLOAN.COLLACTIVE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLACTIVE_AMTNull() { this[this.tableLNREQLOAN.COLLACTIVE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isfull_nameNull() { return this.IsNull(this.tableLNREQLOAN.full_nameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setfull_nameNull() { this[this.tableLNREQLOAN.full_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_collamtNull() { return this.IsNull(this.tableLNREQLOAN.cp_collamtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_collamtNull() { this[this.tableLNREQLOAN.cp_collamtColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class LNGRPMANGRTPERMRow : global::System.Data.DataRow { private LNGRPMANGRTPERMDataTable tableLNGRPMANGRTPERM; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNGRPMANGRTPERMRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNGRPMANGRTPERM = ((LNGRPMANGRTPERMDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MANGRTPERMGRP_CODE { get { return ((string)(this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_CODEColumn])); } set { this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MANGRTPERMGRP_DESC { get { try { return ((string)(this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MANGRTPERMGRP_DESC\' in table \'LNGRPMANGRTPERM\' is DBNull.", e); } } set { this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MANGRTTIME_TYPE { get { try { return ((decimal)(this[this.tableLNGRPMANGRTPERM.MANGRTTIME_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MANGRTTIME_TYPE\' in table \'LNGRPMANGRTPERM\' is DBNull.", e); } } set { this[this.tableLNGRPMANGRTPERM.MANGRTTIME_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal EXPORTRIGTH_FLAG { get { try { return ((decimal)(this[this.tableLNGRPMANGRTPERM.EXPORTRIGTH_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPORTRIGTH_FLAG\' in table \'LNGRPMANGRTPERM\' is DBNull.", e); } } set { this[this.tableLNGRPMANGRTPERM.EXPORTRIGTH_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MEMBER_TYPE { get { try { return ((decimal)(this[this.tableLNGRPMANGRTPERM.MEMBER_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'LNGRPMANGRTPERM\' is DBNull.", e); } } set { this[this.tableLNGRPMANGRTPERM.MEMBER_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal coll_amt { get { try { return ((decimal)(this[this.tableLNGRPMANGRTPERM.coll_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'coll_amt\' in table \'LNGRPMANGRTPERM\' is DBNull.", e); } } set { this[this.tableLNGRPMANGRTPERM.coll_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMANGRTPERMGRP_DESCNull() { return this.IsNull(this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMANGRTPERMGRP_DESCNull() { this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMANGRTTIME_TYPENull() { return this.IsNull(this.tableLNGRPMANGRTPERM.MANGRTTIME_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMANGRTTIME_TYPENull() { this[this.tableLNGRPMANGRTPERM.MANGRTTIME_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPORTRIGTH_FLAGNull() { return this.IsNull(this.tableLNGRPMANGRTPERM.EXPORTRIGTH_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPORTRIGTH_FLAGNull() { this[this.tableLNGRPMANGRTPERM.EXPORTRIGTH_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_TYPENull() { return this.IsNull(this.tableLNGRPMANGRTPERM.MEMBER_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_TYPENull() { this[this.tableLNGRPMANGRTPERM.MEMBER_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscoll_amtNull() { return this.IsNull(this.tableLNGRPMANGRTPERM.coll_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcoll_amtNull() { this[this.tableLNGRPMANGRTPERM.coll_amtColumn] = 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 string MEMBGROUP_CODE { get { try { return ((string)(this[this.tableSHSHAREMASTER.MEMBGROUP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.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.tableSHSHAREMASTER.MEMBGROUP_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.MEMBGROUP_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BIRTH_DATE { get { try { return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.BIRTH_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BIRTH_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.BIRTH_DATEColumn] = 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.tableSHSHAREMASTER.MEMBER_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.MEMBER_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SALARY_AMOUNT { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.SALARY_AMOUNTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SALARY_AMOUNT\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.SALARY_AMOUNTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime WORK_DATE { get { try { return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.WORK_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WORK_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.WORK_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime RETRY_DATE { get { try { return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.RETRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RETRY_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.RETRY_DATEColumn] = 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 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 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 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 UNITSHARE_VALUE { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.UNITSHARE_VALUEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'UNITSHARE_VALUE\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.UNITSHARE_VALUEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBTYPE_CODE { get { return ((string)(this[this.tableSHSHAREMASTER.MEMBTYPE_CODEColumn])); } set { this[this.tableSHSHAREMASTER.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.tableSHSHAREMASTER.MEMBTYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_DESC\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.MEMBTYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string APPLTYPE_CODE { get { try { return ((string)(this[this.tableSHSHAREMASTER.APPLTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'APPLTYPE_CODE\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.APPLTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MEMBER_TYPE { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.MEMBER_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.MEMBER_TYPEColumn] = 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.tableSHSHAREMASTER.PRENAME_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.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.tableSHSHAREMASTER.MEMB_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.MEMB_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMB_SURNAME { get { try { return ((string)(this[this.tableSHSHAREMASTER.MEMB_SURNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.MEMB_SURNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RESIGN_STATUS { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.RESIGN_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RESIGN_STATUS\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.RESIGN_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal birth_age { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.birth_ageColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'birth_age\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.birth_ageColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal retry_age { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.retry_ageColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'retry_age\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.retry_ageColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal member_age { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.member_ageColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'member_age\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.member_ageColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal work_age { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.work_ageColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'work_age\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.work_ageColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string memfull_name { get { try { return ((string)(this[this.tableSHSHAREMASTER.memfull_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'memfull_name\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.memfull_nameColumn] = 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.tableSHSHAREMASTER.cp_membgroupColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_membgroup\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.cp_membgroupColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal cp_sharestk_value { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.cp_sharestk_valueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_sharestk_value\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.cp_sharestk_valueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal cp_last_period { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.cp_last_periodColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_last_period\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.cp_last_periodColumn] = 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 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 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 cp_sharebegin_amt { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.cp_sharebegin_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_sharebegin_amt\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.cp_sharebegin_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal cp_sharestk_amt { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.cp_sharestk_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_sharestk_amt\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.cp_sharestk_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal cp_periodshare_amt { get { try { return ((decimal)(this[this.tableSHSHAREMASTER.cp_periodshare_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_periodshare_amt\' in table \'SHSHAREMASTER\' is DBNull.", e); } } set { this[this.tableSHSHAREMASTER.cp_periodshare_amtColumn] = value; } } [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.tableSHSHAREMASTER.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.tableSHSHAREMASTER.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.tableSHSHAREMASTER.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.tableSHSHAREMASTER.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 IsBIRTH_DATENull() { return this.IsNull(this.tableSHSHAREMASTER.BIRTH_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBIRTH_DATENull() { this[this.tableSHSHAREMASTER.BIRTH_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_DATENull() { return this.IsNull(this.tableSHSHAREMASTER.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.tableSHSHAREMASTER.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 IsSALARY_AMOUNTNull() { return this.IsNull(this.tableSHSHAREMASTER.SALARY_AMOUNTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSALARY_AMOUNTNull() { this[this.tableSHSHAREMASTER.SALARY_AMOUNTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWORK_DATENull() { return this.IsNull(this.tableSHSHAREMASTER.WORK_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWORK_DATENull() { this[this.tableSHSHAREMASTER.WORK_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRETRY_DATENull() { return this.IsNull(this.tableSHSHAREMASTER.RETRY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRETRY_DATENull() { this[this.tableSHSHAREMASTER.RETRY_DATEColumn] = 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 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 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 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 IsUNITSHARE_VALUENull() { return this.IsNull(this.tableSHSHAREMASTER.UNITSHARE_VALUEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetUNITSHARE_VALUENull() { this[this.tableSHSHAREMASTER.UNITSHARE_VALUEColumn] = 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.tableSHSHAREMASTER.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.tableSHSHAREMASTER.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 IsAPPLTYPE_CODENull() { return this.IsNull(this.tableSHSHAREMASTER.APPLTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetAPPLTYPE_CODENull() { this[this.tableSHSHAREMASTER.APPLTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_TYPENull() { return this.IsNull(this.tableSHSHAREMASTER.MEMBER_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_TYPENull() { this[this.tableSHSHAREMASTER.MEMBER_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_DESCNull() { return this.IsNull(this.tableSHSHAREMASTER.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.tableSHSHAREMASTER.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.tableSHSHAREMASTER.MEMB_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMB_NAMENull() { this[this.tableSHSHAREMASTER.MEMB_NAMEColumn] = global::System.Convert.DBNull; } [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.tableSHSHAREMASTER.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.tableSHSHAREMASTER.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 IsRESIGN_STATUSNull() { return this.IsNull(this.tableSHSHAREMASTER.RESIGN_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRESIGN_STATUSNull() { this[this.tableSHSHAREMASTER.RESIGN_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isbirth_ageNull() { return this.IsNull(this.tableSHSHAREMASTER.birth_ageColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setbirth_ageNull() { this[this.tableSHSHAREMASTER.birth_ageColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isretry_ageNull() { return this.IsNull(this.tableSHSHAREMASTER.retry_ageColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setretry_ageNull() { this[this.tableSHSHAREMASTER.retry_ageColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ismember_ageNull() { return this.IsNull(this.tableSHSHAREMASTER.member_ageColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setmember_ageNull() { this[this.tableSHSHAREMASTER.member_ageColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iswork_ageNull() { return this.IsNull(this.tableSHSHAREMASTER.work_ageColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setwork_ageNull() { this[this.tableSHSHAREMASTER.work_ageColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ismemfull_nameNull() { return this.IsNull(this.tableSHSHAREMASTER.memfull_nameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setmemfull_nameNull() { this[this.tableSHSHAREMASTER.memfull_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_membgroupNull() { return this.IsNull(this.tableSHSHAREMASTER.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.tableSHSHAREMASTER.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 Iscp_sharestk_valueNull() { return this.IsNull(this.tableSHSHAREMASTER.cp_sharestk_valueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_sharestk_valueNull() { this[this.tableSHSHAREMASTER.cp_sharestk_valueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_last_periodNull() { return this.IsNull(this.tableSHSHAREMASTER.cp_last_periodColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_last_periodNull() { this[this.tableSHSHAREMASTER.cp_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 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 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 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 Iscp_sharebegin_amtNull() { return this.IsNull(this.tableSHSHAREMASTER.cp_sharebegin_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_sharebegin_amtNull() { this[this.tableSHSHAREMASTER.cp_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 Iscp_sharestk_amtNull() { return this.IsNull(this.tableSHSHAREMASTER.cp_sharestk_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_sharestk_amtNull() { this[this.tableSHSHAREMASTER.cp_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_periodshare_amtNull() { return this.IsNull(this.tableSHSHAREMASTER.cp_periodshare_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_periodshare_amtNull() { this[this.tableSHSHAREMASTER.cp_periodshare_amtColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DPDEPTMASTERRow : global::System.Data.DataRow { private DPDEPTMASTERDataTable tableDPDEPTMASTER; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DPDEPTMASTERRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDPDEPTMASTER = ((DPDEPTMASTERDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTACCOUNT_NO { get { return ((string)(this[this.tableDPDEPTMASTER.DEPTACCOUNT_NOColumn])); } set { this[this.tableDPDEPTMASTER.DEPTACCOUNT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTTYPE_CODE { get { try { return ((string)(this[this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTTYPE_CODE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTTYPE_DESC { get { return ((string)(this[this.tableDPDEPTMASTER.DEPTTYPE_DESCColumn])); } set { this[this.tableDPDEPTMASTER.DEPTTYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBER_NO { get { try { return ((string)(this[this.tableDPDEPTMASTER.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime DEPTOPEN_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTOPEN_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTACCOUNT_NAME { get { return ((string)(this[this.tableDPDEPTMASTER.DEPTACCOUNT_NAMEColumn])); } set { this[this.tableDPDEPTMASTER.DEPTACCOUNT_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BEGINBAL { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.BEGINBALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BEGINBAL\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.BEGINBALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRNCBAL { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.PRNCBALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNCBAL\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.PRNCBALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal WITHDRAWABLE_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAWABLE_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQUEST_AMOUNT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_AMOUNT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime DEPTCLOSE_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTCLOSE_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEPTCLOSE_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTCLOSE_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string cp_depttype { get { try { return ((string)(this[this.tableDPDEPTMASTER.cp_depttypeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_depttype\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.cp_depttypeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTTYPE_CODENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTTYPE_CODENull() { this[this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_NONull() { return this.IsNull(this.tableDPDEPTMASTER.MEMBER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_NONull() { this[this.tableDPDEPTMASTER.MEMBER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTOPEN_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTOPEN_DATENull() { this[this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBEGINBALNull() { return this.IsNull(this.tableDPDEPTMASTER.BEGINBALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBEGINBALNull() { this[this.tableDPDEPTMASTER.BEGINBALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRNCBALNull() { return this.IsNull(this.tableDPDEPTMASTER.PRNCBALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRNCBALNull() { this[this.tableDPDEPTMASTER.PRNCBALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWITHDRAWABLE_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWITHDRAWABLE_AMTNull() { this[this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSEQUEST_AMOUNTNull() { return this.IsNull(this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSEQUEST_AMOUNTNull() { this[this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTCLOSE_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTCLOSE_DATENull() { this[this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTCLOSE_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTCLOSE_STATUSNull() { this[this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_depttypeNull() { return this.IsNull(this.tableDPDEPTMASTER.cp_depttypeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_depttypeNull() { this[this.tableDPDEPTMASTER.cp_depttypeColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class LNCOLLMASTERRow : global::System.Data.DataRow { private LNCOLLMASTERDataTable tableLNCOLLMASTER; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCOLLMASTERRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNCOLLMASTER = ((LNCOLLMASTERDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMAST_NO { get { return ((string)(this[this.tableLNCOLLMASTER.COLLMAST_NOColumn])); } set { this[this.tableLNCOLLMASTER.COLLMAST_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBER_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMAST_REFNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.COLLMAST_REFNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_REFNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLMAST_REFNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMASTTYPE_CODE { get { try { return ((string)(this[this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_CODE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMAST_DESC { get { try { return ((string)(this[this.tableLNCOLLMASTER.COLLMAST_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_DESC\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLMAST_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LANDESTIMATE_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LANDESTIMATE_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal HOUSEESTIMATE_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'HOUSEESTIMATE_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ESTIMATE_PRICE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ESTIMATE_PRICE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MORTGAGE_PRICE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PRICE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime MORTGAGE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.MORTGAGE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MORTGAGE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime EXPIRE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.EXPIRE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPIRE_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.EXPIRE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal REDEEM_FLAG { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.REDEEM_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REDEEM_FLAG\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.REDEEM_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime REDEEM_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.REDEEM_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REDEEM_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.REDEEM_DATEColumn] = 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.tableLNCOLLMASTER.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.REMARKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SURVEY_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.SURVEY_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SURVEY_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.SURVEY_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BOOK_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.BOOK_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BOOK_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BOOK_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAGE_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.PAGE_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAGE_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PAGE_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string GROUP_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.GROUP_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'GROUP_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.GROUP_NOColumn] = 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.tableLNCOLLMASTER.COOP_IDColumn])); } set { this[this.tableLNCOLLMASTER.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_NONull() { return this.IsNull(this.tableLNCOLLMASTER.MEMBER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_NONull() { this[this.tableLNCOLLMASTER.MEMBER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMAST_REFNONull() { return this.IsNull(this.tableLNCOLLMASTER.COLLMAST_REFNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMAST_REFNONull() { this[this.tableLNCOLLMASTER.COLLMAST_REFNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMASTTYPE_CODENull() { return this.IsNull(this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMASTTYPE_CODENull() { this[this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMAST_DESCNull() { return this.IsNull(this.tableLNCOLLMASTER.COLLMAST_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMAST_DESCNull() { this[this.tableLNCOLLMASTER.COLLMAST_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLANDESTIMATE_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLANDESTIMATE_AMTNull() { this[this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsHOUSEESTIMATE_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetHOUSEESTIMATE_AMTNull() { this[this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsESTIMATE_PRICENull() { return this.IsNull(this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetESTIMATE_PRICENull() { this[this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMORTGAGE_PRICENull() { return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMORTGAGE_PRICENull() { this[this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMORTGAGE_DATENull() { return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMORTGAGE_DATENull() { this[this.tableLNCOLLMASTER.MORTGAGE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPIRE_DATENull() { return this.IsNull(this.tableLNCOLLMASTER.EXPIRE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPIRE_DATENull() { this[this.tableLNCOLLMASTER.EXPIRE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREDEEM_FLAGNull() { return this.IsNull(this.tableLNCOLLMASTER.REDEEM_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREDEEM_FLAGNull() { this[this.tableLNCOLLMASTER.REDEEM_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREDEEM_DATENull() { return this.IsNull(this.tableLNCOLLMASTER.REDEEM_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREDEEM_DATENull() { this[this.tableLNCOLLMASTER.REDEEM_DATEColumn] = 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.tableLNCOLLMASTER.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableLNCOLLMASTER.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_NONull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_NONull() { this[this.tableLNCOLLMASTER.LAND_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSURVEY_NONull() { return this.IsNull(this.tableLNCOLLMASTER.SURVEY_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSURVEY_NONull() { this[this.tableLNCOLLMASTER.SURVEY_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBOOK_NONull() { return this.IsNull(this.tableLNCOLLMASTER.BOOK_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBOOK_NONull() { this[this.tableLNCOLLMASTER.BOOK_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAGE_NONull() { return this.IsNull(this.tableLNCOLLMASTER.PAGE_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAGE_NONull() { this[this.tableLNCOLLMASTER.PAGE_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsGROUP_NONull() { return this.IsNull(this.tableLNCOLLMASTER.GROUP_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetGROUP_NONull() { this[this.tableLNCOLLMASTER.GROUP_NOColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class LNCOLLMASTMEMCORow : global::System.Data.DataRow { private LNCOLLMASTMEMCODataTable tableLNCOLLMASTMEMCO; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCOLLMASTMEMCORow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNCOLLMASTMEMCO = ((LNCOLLMASTMEMCODataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMAST_NO { get { return ((string)(this[this.tableLNCOLLMASTMEMCO.COLLMAST_NOColumn])); } set { this[this.tableLNCOLLMASTMEMCO.COLLMAST_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMCO_NO { get { return ((string)(this[this.tableLNCOLLMASTMEMCO.MEMCO_NOColumn])); } set { this[this.tableLNCOLLMASTMEMCO.MEMCO_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLMASTMAIN_FLAG { get { try { return ((decimal)(this[this.tableLNCOLLMASTMEMCO.COLLMASTMAIN_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTMAIN_FLAG\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTMEMCO.COLLMASTMAIN_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRENAME_SHORT { get { try { return ((string)(this[this.tableLNCOLLMASTMEMCO.PRENAME_SHORTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_SHORT\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTMEMCO.PRENAME_SHORTColumn] = 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.tableLNCOLLMASTMEMCO.MEMB_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTMEMCO.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.tableLNCOLLMASTMEMCO.MEMB_SURNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTMEMCO.MEMB_SURNAMEColumn] = 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.tableLNCOLLMASTMEMCO.cp_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_name\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTMEMCO.cp_nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMASTMAIN_FLAGNull() { return this.IsNull(this.tableLNCOLLMASTMEMCO.COLLMASTMAIN_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMASTMAIN_FLAGNull() { this[this.tableLNCOLLMASTMEMCO.COLLMASTMAIN_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_SHORTNull() { return this.IsNull(this.tableLNCOLLMASTMEMCO.PRENAME_SHORTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRENAME_SHORTNull() { this[this.tableLNCOLLMASTMEMCO.PRENAME_SHORTColumn] = 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.tableLNCOLLMASTMEMCO.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.tableLNCOLLMASTMEMCO.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.tableLNCOLLMASTMEMCO.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.tableLNCOLLMASTMEMCO.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 Iscp_nameNull() { return this.IsNull(this.tableLNCOLLMASTMEMCO.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.tableLNCOLLMASTMEMCO.cp_nameColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class LNCONTCOLLRowChangeEvent : global::System.EventArgs { private LNCONTCOLLRow 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 LNCONTCOLLRowChangeEvent(LNCONTCOLLRow 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 LNCONTCOLLRow 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 LNREQLOANRowChangeEvent : global::System.EventArgs { private LNREQLOANRow 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 LNREQLOANRowChangeEvent(LNREQLOANRow 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 LNREQLOANRow 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 LNGRPMANGRTPERMRowChangeEvent : global::System.EventArgs { private LNGRPMANGRTPERMRow 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 LNGRPMANGRTPERMRowChangeEvent(LNGRPMANGRTPERMRow 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 LNGRPMANGRTPERMRow 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 DPDEPTMASTERRowChangeEvent : global::System.EventArgs { private DPDEPTMASTERRow 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 DPDEPTMASTERRowChangeEvent(DPDEPTMASTERRow 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 DPDEPTMASTERRow 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 LNCOLLMASTERRowChangeEvent : global::System.EventArgs { private LNCOLLMASTERRow 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 LNCOLLMASTERRowChangeEvent(LNCOLLMASTERRow 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 LNCOLLMASTERRow 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 LNCOLLMASTMEMCORowChangeEvent : global::System.EventArgs { private LNCOLLMASTMEMCORow 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 LNCOLLMASTMEMCORowChangeEvent(LNCOLLMASTMEMCORow 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 LNCOLLMASTMEMCORow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } } } namespace Saving.Applications.shrlon.ws_sl_collateral_check_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 LNCONTCOLLTableAdapter : 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 LNCONTCOLLTableAdapter() { 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 = "LNCONTCOLL"; tableMapping.ColumnMappings.Add("REF_COLLNO", "REF_COLLNO"); tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("LOANTYPE_CODE", "LOANTYPE_CODE"); tableMapping.ColumnMappings.Add("LOANAPPROVE_AMT", "LOANAPPROVE_AMT"); tableMapping.ColumnMappings.Add("WITHDRAWABLE_AMT", "WITHDRAWABLE_AMT"); tableMapping.ColumnMappings.Add("PRINCIPAL_BALANCE", "PRINCIPAL_BALANCE"); tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC"); tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME"); tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME"); tableMapping.ColumnMappings.Add("PREFIX", "PREFIX"); tableMapping.ColumnMappings.Add("COLL_PERCENT", "COLL_PERCENT"); tableMapping.ColumnMappings.Add("BASE_PERCENT", "BASE_PERCENT"); tableMapping.ColumnMappings.Add("LOANTYPE_DESC", "LOANTYPE_DESC"); 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 ""LNCONTCOLL"".""REF_COLLNO"", ""LNCONTMASTER"".""LOANCONTRACT_NO"", ""LNCONTMASTER"".""MEMBER_NO"", ""LNCONTMASTER"".""LOANTYPE_CODE"", ""LNCONTMASTER"".""LOANAPPROVE_AMT"", ""LNCONTMASTER"".""WITHDRAWABLE_AMT"", ""LNCONTMASTER"".""PRINCIPAL_BALANCE"", ""MBUCFPRENAME"".""PRENAME_DESC"", ""MBMEMBMASTER"".""MEMB_NAME"", ""MBMEMBMASTER"".""MEMB_SURNAME"", ""LNLOANTYPE"".""PREFIX"", ""LNCONTCOLL"".""COLL_PERCENT"", ""LNCONTCOLL"".""BASE_PERCENT"", ""LNLOANTYPE"".""LOANTYPE_DESC"" FROM ""LNCONTCOLL"", ""LNCONTMASTER"", ""MBMEMBMASTER"", ""MBUCFPRENAME"", ""LNLOANTYPE"" WHERE ( ""LNCONTMASTER"".""LOANCONTRACT_NO"" = ""LNCONTCOLL"".""LOANCONTRACT_NO"" ) and ( ""MBMEMBMASTER"".""MEMBER_NO"" = ""LNCONTMASTER"".""MEMBER_NO"" ) and ( ""MBMEMBMASTER"".""PRENAME_CODE"" = ""MBUCFPRENAME"".""PRENAME_CODE"" ) and ( ""LNCONTMASTER"".""LOANTYPE_CODE"" = ""LNLOANTYPE"".""LOANTYPE_CODE"" ) and ( ""MBMEMBMASTER"".""COOP_ID"" = ""LNCONTMASTER"".""COOP_ID"" ) and ( ""LNCONTMASTER"".""COOP_ID"" = ""LNCONTCOLL"".""COOP_ID"" ) and ( ""LNCONTMASTER"".""COOP_ID"" = ""LNLOANTYPE"".""COOP_ID"" )"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(DataSet1.LNCONTCOLLDataTable 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.LNCONTCOLLDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNCONTCOLLDataTable dataTable = new DataSet1.LNCONTCOLLDataTable(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 LNREQLOANTableAdapter : 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 LNREQLOANTableAdapter() { 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 = "LNREQLOAN"; tableMapping.ColumnMappings.Add("LOANREQUEST_DOCNO", "LOANREQUEST_DOCNO"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("LOANTYPE_CODE", "LOANTYPE_CODE"); tableMapping.ColumnMappings.Add("LOANREQUEST_AMT", "LOANREQUEST_AMT"); tableMapping.ColumnMappings.Add("LOANCOLLTYPE_CODE", "LOANCOLLTYPE_CODE"); tableMapping.ColumnMappings.Add("CNTMANGRTVAL_FLAG", "CNTMANGRTVAL_FLAG"); tableMapping.ColumnMappings.Add("MANGRTPERMGRP_CODE", "MANGRTPERMGRP_CODE"); tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC"); tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME"); tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME"); tableMapping.ColumnMappings.Add("COLLACTIVE_PERCENT", "COLLACTIVE_PERCENT"); tableMapping.ColumnMappings.Add("COLLBASE_PERCENT", "COLLBASE_PERCENT"); tableMapping.ColumnMappings.Add("COLLACTIVE_AMT", "COLLACTIVE_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 lnreqloan.loanrequest_docno, \r\n lnreqloan.member_no, " + " \r\n lnreqloan.loantype_code, \r\n lnreqlo" + "an.loanrequest_amt, \r\n lnreqloancoll.collactive_amt, \r\n " + " lnreqloancoll.collactive_percent, \r\n lnreqlo" + "ancoll.loancolltype_code, \r\n lnreqloancoll.collbase_percent" + ", \r\n lnloantype.cntmangrtval_flag, \r\n " + "lnloantype.mangrtpermgrp_code, \r\n mbucfprename.prename_desc" + ", \r\n mbmembmaster.memb_name, \r\n mbmemb" + "master.memb_surname \r\n from lnreqloan, \r\n " + " lnreqloancoll, \r\n lnloantype, \r\n " + " mbmembmaster, \r\n mbucfprename \r\n where " + "( lnreqloancoll.loanrequest_docno = lnreqloan.loanrequest_docno ) \r\n " + " and ( lnreqloan.loantype_code = lnloantype.loantype_code ) \r\n " + " and ( lnreqloan.member_no = mbmembmaster.member_no ) \r\n " + " and ( mbucfprename.prename_code = mbmembmaster.prename_code ) \r\n " + " and ( lnreqloan.coop_id = lnreqloancoll.coop_id ) \r\n " + " and ( lnreqloan.coop_id = lnloantype.coop_id ) \r\n and (" + " lnreqloan.coop_id = mbmembmaster.coop_id ) \r\n and ( ( lnreq" + "loan.loanrequest_status in (8,11) ) \r\n and ( lnreqloancoll." + "ref_collno = :as_refcollno ) \r\n and ( lnreqloancoll.loancol" + "ltype_code = :as_lncolltype ) )"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_refcollno", global::System.Data.OracleClient.OracleType.VarChar, 15, global::System.Data.ParameterDirection.Input, "REF_COLLNO", global::System.Data.DataRowVersion.Current, false, null)); this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_lncolltype", global::System.Data.OracleClient.OracleType.Char, 2, global::System.Data.ParameterDirection.Input, "LOANCOLLTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); } [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.LNREQLOANDataTable dataTable, string as_refcollno, string as_lncolltype) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((as_refcollno == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; } else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_refcollno)); } if ((as_lncolltype == null)) { this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; } else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_lncolltype)); } 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.LNREQLOANDataTable GetData(string as_refcollno, string as_lncolltype) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((as_refcollno == null)) { this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; } else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_refcollno)); } if ((as_lncolltype == null)) { this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; } else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_lncolltype)); } DataSet1.LNREQLOANDataTable dataTable = new DataSet1.LNREQLOANDataTable(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 LNGRPMANGRTPERMTableAdapter : 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 LNGRPMANGRTPERMTableAdapter() { 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 = "LNGRPMANGRTPERM"; tableMapping.ColumnMappings.Add("MANGRTPERMGRP_CODE", "MANGRTPERMGRP_CODE"); tableMapping.ColumnMappings.Add("MANGRTPERMGRP_DESC", "MANGRTPERMGRP_DESC"); tableMapping.ColumnMappings.Add("MANGRTTIME_TYPE", "MANGRTTIME_TYPE"); tableMapping.ColumnMappings.Add("EXPORTRIGTH_FLAG", "EXPORTRIGTH_FLAG"); tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE"); 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 MANGRTPERMGRP_CODE, MANGRTPERMGRP_DESC, MANGRTTIME_TYPE, EXPORTRIGTH_FLAG," + " MEMBER_TYPE FROM LNGRPMANGRTPERM"; 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.LNGRPMANGRTPERMDataTable 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.LNGRPMANGRTPERMDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNGRPMANGRTPERMDataTable dataTable = new DataSet1.LNGRPMANGRTPERMDataTable(); 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("MEMBGROUP_CODE", "MEMBGROUP_CODE"); tableMapping.ColumnMappings.Add("MEMBGROUP_DESC", "MEMBGROUP_DESC"); tableMapping.ColumnMappings.Add("BIRTH_DATE", "BIRTH_DATE"); tableMapping.ColumnMappings.Add("MEMBER_DATE", "MEMBER_DATE"); tableMapping.ColumnMappings.Add("SALARY_AMOUNT", "SALARY_AMOUNT"); tableMapping.ColumnMappings.Add("WORK_DATE", "WORK_DATE"); tableMapping.ColumnMappings.Add("RETRY_DATE", "RETRY_DATE"); tableMapping.ColumnMappings.Add("SHARESTK_AMT", "SHARESTK_AMT"); tableMapping.ColumnMappings.Add("LAST_PERIOD", "LAST_PERIOD"); tableMapping.ColumnMappings.Add("PERIODSHARE_AMT", "PERIODSHARE_AMT"); tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS"); tableMapping.ColumnMappings.Add("SHAREARREAR_AMT", "SHAREARREAR_AMT"); tableMapping.ColumnMappings.Add("UNITSHARE_VALUE", "UNITSHARE_VALUE"); tableMapping.ColumnMappings.Add("MEMBTYPE_CODE", "MEMBTYPE_CODE"); tableMapping.ColumnMappings.Add("MEMBTYPE_DESC", "MEMBTYPE_DESC"); tableMapping.ColumnMappings.Add("APPLTYPE_CODE", "APPLTYPE_CODE"); tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE"); tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC"); tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME"); tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME"); tableMapping.ColumnMappings.Add("RESIGN_STATUS", "RESIGN_STATUS"); 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\".\"MEMBGROUP_CODE\", \r\n \"MBUCFMEMBGROUP\".\"MEMBGROUP_" + "DESC\", \r\n \"MBMEMBMASTER\".\"BIRTH_DATE\", \r\n \"MBMEMBMASTER\".\"ME" + "MBER_DATE\", \r\n \"MBMEMBMASTER\".\"SALARY_AMOUNT\", \r\n \"MBMEMBMAS" + "TER\".\"WORK_DATE\", \r\n \"MBMEMBMASTER\".\"RETRY_DATE\", \r\n \"SHSHAR" + "EMASTER\".\"SHARESTK_AMT\", \r\n \"SHSHAREMASTER\".\"LAST_PERIOD\", \r\n " + " \"SHSHAREMASTER\".\"PERIODSHARE_AMT\", \r\n \"SHSHAREMASTER\".\"PAYMENT_STATU" + "S\", \r\n \"SHSHAREMASTER\".\"SHAREARREAR_AMT\", \r\n \"SHSHARETYPE\".\"" + "UNITSHARE_VALUE\", \r\n \r\n \"MBUCFMEMBTYPE\".\"MEMBTYPE_CODE\", \r\n " + " \"MBUCFMEMBTYPE\".\"MEMBTYPE_DESC\", \r\n \"MBMEMBMASTER\".\"APPLTYPE_COD" + "E\", \r\n \"MBMEMBMASTER\".\"MEMBER_TYPE\", \r\n \"MBUCFPRENAME\".\"PREN" + "AME_DESC\",\r\n \"MBMEMBMASTER\".\"MEMB_NAME\" ,\r\n \"MBMEMBMASTER\".\"MEMB_SURNAME\", \r\n " + " \"MBMEMBMASTER\".\"RESIGN_STATUS\" \r\n FROM \"MBMEMBMASTER\", \r\n " + "\"MBUCFMEMBGROUP\", \r\n \"SHSHAREMASTER\", \r\n \"SHSHARETYPE\", \r\n" + " \"MBUCFMEMBTYPE\", \r\n \"MBUCFPRENAME\" \r\n WHERE ( \"MBUCFMEMBGR" + "OUP\".\"MEMBGROUP_CODE\" = \"MBMEMBMASTER\".\"MEMBGROUP_CODE\" ) and \r\n ( \"SHS" + "HAREMASTER\".\"MEMBER_NO\" = \"MBMEMBMASTER\".\"MEMBER_NO\" ) and \r\n ( \"SHSHAR" + "EMASTER\".\"SHARETYPE_CODE\" = \"SHSHARETYPE\".\"SHARETYPE_CODE\" ) and \r\n ( \"" + "MBMEMBMASTER\".\"MEMBTYPE_CODE\" = \"MBUCFMEMBTYPE\".\"MEMBTYPE_CODE\" ) and \r\n " + " ( \"MBMEMBMASTER\".\"COOP_ID\" = \"MBUCFMEMBGROUP\".\"COOP_ID\" ) and \r\n ( \"M" + "BMEMBMASTER\".\"COOP_ID\" = \"SHSHAREMASTER\".\"COOP_ID\" ) and \r\n ( \"MBMEMBMA" + "STER\".\"COOP_ID\" = \"MBUCFMEMBTYPE\".\"COOP_ID\" ) and \r\n ( \"MBMEMBMASTER\".\"" + "PRENAME_CODE\" = \"MBUCFPRENAME\".\"PRENAME_CODE\" ) and \r\n ( \"SHSHAREMASTER" + "\".\"COOP_ID\" = \"SHSHARETYPE\".\"COOP_ID\" ) "; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(DataSet1.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 DPDEPTMASTERTableAdapter : 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 DPDEPTMASTERTableAdapter() { 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 = "DPDEPTMASTER"; tableMapping.ColumnMappings.Add("DEPTACCOUNT_NO", "DEPTACCOUNT_NO"); tableMapping.ColumnMappings.Add("DEPTTYPE_CODE", "DEPTTYPE_CODE"); tableMapping.ColumnMappings.Add("DEPTTYPE_DESC", "DEPTTYPE_DESC"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("DEPTOPEN_DATE", "DEPTOPEN_DATE"); tableMapping.ColumnMappings.Add("DEPTACCOUNT_NAME", "DEPTACCOUNT_NAME"); tableMapping.ColumnMappings.Add("BEGINBAL", "BEGINBAL"); tableMapping.ColumnMappings.Add("PRNCBAL", "PRNCBAL"); tableMapping.ColumnMappings.Add("WITHDRAWABLE_AMT", "WITHDRAWABLE_AMT"); tableMapping.ColumnMappings.Add("SEQUEST_AMOUNT", "SEQUEST_AMOUNT"); tableMapping.ColumnMappings.Add("DEPTCLOSE_DATE", "DEPTCLOSE_DATE"); tableMapping.ColumnMappings.Add("DEPTCLOSE_STATUS", "DEPTCLOSE_STATUS"); 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 ""DPDEPTMASTER"".""DEPTACCOUNT_NO"", ""DPDEPTMASTER"".""DEPTTYPE_CODE"", ""DPDEPTTYPE"".""DEPTTYPE_DESC"", ""DPDEPTMASTER"".""MEMBER_NO"", ""DPDEPTMASTER"".""DEPTOPEN_DATE"", ""DPDEPTMASTER"".""DEPTACCOUNT_NAME"", ""DPDEPTMASTER"".""BEGINBAL"", ""DPDEPTMASTER"".""PRNCBAL"", ""DPDEPTMASTER"".""WITHDRAWABLE_AMT"", ""DPDEPTMASTER"".""SEQUEST_AMOUNT"", ""DPDEPTMASTER"".""DEPTCLOSE_DATE"", ""DPDEPTMASTER"".""DEPTCLOSE_STATUS"" FROM ""DPDEPTMASTER"", ""DPDEPTTYPE"" WHERE ( ""DPDEPTTYPE"".""DEPTTYPE_CODE"" = ""DPDEPTMASTER"".""DEPTTYPE_CODE"" ) and ( ""DPDEPTMASTER"".""COOP_ID"" = ""DPDEPTTYPE"".""COOP_ID"" ) "; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(DataSet1.DPDEPTMASTERDataTable 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.DPDEPTMASTERDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.DPDEPTMASTERDataTable dataTable = new DataSet1.DPDEPTMASTERDataTable(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 LNCOLLMASTERTableAdapter : 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 LNCOLLMASTERTableAdapter() { 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 = "LNCOLLMASTER"; tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("COLLMAST_REFNO", "COLLMAST_REFNO"); tableMapping.ColumnMappings.Add("COLLMASTTYPE_CODE", "COLLMASTTYPE_CODE"); tableMapping.ColumnMappings.Add("COLLMAST_DESC", "COLLMAST_DESC"); tableMapping.ColumnMappings.Add("LANDESTIMATE_AMT", "LANDESTIMATE_AMT"); tableMapping.ColumnMappings.Add("HOUSEESTIMATE_AMT", "HOUSEESTIMATE_AMT"); tableMapping.ColumnMappings.Add("ESTIMATE_PRICE", "ESTIMATE_PRICE"); tableMapping.ColumnMappings.Add("MORTGAGE_PRICE", "MORTGAGE_PRICE"); tableMapping.ColumnMappings.Add("MORTGAGE_DATE", "MORTGAGE_DATE"); tableMapping.ColumnMappings.Add("EXPIRE_DATE", "EXPIRE_DATE"); tableMapping.ColumnMappings.Add("REDEEM_FLAG", "REDEEM_FLAG"); tableMapping.ColumnMappings.Add("REDEEM_DATE", "REDEEM_DATE"); tableMapping.ColumnMappings.Add("REMARK", "REMARK"); tableMapping.ColumnMappings.Add("LAND_NO", "LAND_NO"); tableMapping.ColumnMappings.Add("SURVEY_NO", "SURVEY_NO"); tableMapping.ColumnMappings.Add("BOOK_NO", "BOOK_NO"); tableMapping.ColumnMappings.Add("PAGE_NO", "PAGE_NO"); tableMapping.ColumnMappings.Add("GROUP_NO", "GROUP_NO"); tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); 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 \"LNCOLLMASTER\" WHERE ((\"COLLMAST_NO\" = :Original_COLLMAST_NO) AND (\"C" + "OOP_ID\" = :Original_COOP_ID))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Original, false, null)); 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.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = @"INSERT INTO ""LNCOLLMASTER"" (""COLLMAST_NO"", ""MEMBER_NO"", ""COLLMAST_REFNO"", ""COLLMASTTYPE_CODE"", ""COLLMAST_DESC"", ""LANDESTIMATE_AMT"", ""HOUSEESTIMATE_AMT"", ""ESTIMATE_PRICE"", ""MORTGAGE_PRICE"", ""MORTGAGE_DATE"", ""EXPIRE_DATE"", ""REDEEM_FLAG"", ""REDEEM_DATE"", ""REMARK"", ""LAND_NO"", ""SURVEY_NO"", ""BOOK_NO"", ""PAGE_NO"", ""GROUP_NO"", ""COOP_ID"") VALUES (:COLLMAST_NO, :MEMBER_NO, :COLLMAST_REFNO, :COLLMASTTYPE_CODE, :COLLMAST_DESC, :LANDESTIMATE_AMT, :HOUSEESTIMATE_AMT, :ESTIMATE_PRICE, :MORTGAGE_PRICE, :MORTGAGE_DATE, :EXPIRE_DATE, :REDEEM_FLAG, :REDEEM_DATE, :REMARK, :LAND_NO, :SURVEY_NO, :BOOK_NO, :PAGE_NO, :GROUP_NO, :COOP_ID)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", 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("COLLMAST_REFNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_REFNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMASTTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMASTTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LANDESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ESTIMATE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ESTIMATE_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REDEEM_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "REDEEM_DATE", 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("LAND_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LAND_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SURVEY_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SURVEY_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGE_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAGE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GROUP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "GROUP_NO", global::System.Data.DataRowVersion.Current, false, null)); 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.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = @"UPDATE ""LNCOLLMASTER"" SET ""COLLMAST_NO"" = :COLLMAST_NO, ""MEMBER_NO"" = :MEMBER_NO, ""COLLMAST_REFNO"" = :COLLMAST_REFNO, ""COLLMASTTYPE_CODE"" = :COLLMASTTYPE_CODE, ""COLLMAST_DESC"" = :COLLMAST_DESC, ""LANDESTIMATE_AMT"" = :LANDESTIMATE_AMT, ""HOUSEESTIMATE_AMT"" = :HOUSEESTIMATE_AMT, ""ESTIMATE_PRICE"" = :ESTIMATE_PRICE, ""MORTGAGE_PRICE"" = :MORTGAGE_PRICE, ""MORTGAGE_DATE"" = :MORTGAGE_DATE, ""EXPIRE_DATE"" = :EXPIRE_DATE, ""REDEEM_FLAG"" = :REDEEM_FLAG, ""REDEEM_DATE"" = :REDEEM_DATE, ""REMARK"" = :REMARK, ""LAND_NO"" = :LAND_NO, ""SURVEY_NO"" = :SURVEY_NO, ""BOOK_NO"" = :BOOK_NO, ""PAGE_NO"" = :PAGE_NO, ""GROUP_NO"" = :GROUP_NO, ""COOP_ID"" = :COOP_ID WHERE ((""COLLMAST_NO"" = :Original_COLLMAST_NO) AND (""COOP_ID"" = :Original_COOP_ID))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", 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("COLLMAST_REFNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_REFNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMASTTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMASTTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LANDESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ESTIMATE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ESTIMATE_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REDEEM_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "REDEEM_DATE", 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("LAND_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LAND_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SURVEY_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SURVEY_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGE_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAGE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GROUP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "GROUP_NO", global::System.Data.DataRowVersion.Current, false, null)); 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("Original_COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Original, 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)); } [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 ""LNCOLLMASTER"".""COLLMAST_NO"", ""LNCOLLMASTER"".""MEMBER_NO"", ""LNCOLLMASTER"".""COLLMAST_REFNO"", ""LNCOLLMASTER"".""COLLMASTTYPE_CODE"", ""LNCOLLMASTER"".""COLLMAST_DESC"", ""LNCOLLMASTER"".""LANDESTIMATE_AMT"", ""LNCOLLMASTER"".""HOUSEESTIMATE_AMT"", ""LNCOLLMASTER"".""ESTIMATE_PRICE"", ""LNCOLLMASTER"".""MORTGAGE_PRICE"", ""LNCOLLMASTER"".""MORTGAGE_DATE"", ""LNCOLLMASTER"".""EXPIRE_DATE"", ""LNCOLLMASTER"".""REDEEM_FLAG"", ""LNCOLLMASTER"".""REDEEM_DATE"", ""LNCOLLMASTER"".""REMARK"", ""LNCOLLMASTER"".""LAND_NO"", ""LNCOLLMASTER"".""SURVEY_NO"", ""LNCOLLMASTER"".""BOOK_NO"", ""LNCOLLMASTER"".""PAGE_NO"", ""LNCOLLMASTER"".""GROUP_NO"", ""LNCOLLMASTER"".""COOP_ID"" FROM ""LNCOLLMASTER"" "; 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.LNCOLLMASTERDataTable 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.LNCOLLMASTERDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNCOLLMASTERDataTable dataTable = new DataSet1.LNCOLLMASTERDataTable(); 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.LNCOLLMASTERDataTable 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, "LNCOLLMASTER"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow dataRow) { return this.Adapter.Update(new global::System.Data.DataRow[] { dataRow}); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow[] dataRows) { return this.Adapter.Update(dataRows); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] public virtual int Delete(string Original_COLLMAST_NO, string Original_COOP_ID) { if ((Original_COLLMAST_NO == null)) { throw new global::System.ArgumentNullException("Original_COLLMAST_NO"); } else { this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COLLMAST_NO)); } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_COOP_ID)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.DeleteCommand.Connection.Open(); } try { int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.DeleteCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( string COLLMAST_NO, string MEMBER_NO, string COLLMAST_REFNO, string COLLMASTTYPE_CODE, string COLLMAST_DESC, global::System.Nullable LANDESTIMATE_AMT, global::System.Nullable HOUSEESTIMATE_AMT, global::System.Nullable ESTIMATE_PRICE, global::System.Nullable MORTGAGE_PRICE, global::System.Nullable MORTGAGE_DATE, global::System.Nullable EXPIRE_DATE, global::System.Nullable REDEEM_FLAG, global::System.Nullable REDEEM_DATE, string REMARK, string LAND_NO, string SURVEY_NO, string BOOK_NO, string PAGE_NO, string GROUP_NO, string COOP_ID) { if ((COLLMAST_NO == null)) { throw new global::System.ArgumentNullException("COLLMAST_NO"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COLLMAST_NO)); } if ((MEMBER_NO == null)) { this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(MEMBER_NO)); } if ((COLLMAST_REFNO == null)) { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(COLLMAST_REFNO)); } if ((COLLMASTTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[3].Value = ((string)(COLLMASTTYPE_CODE)); } if ((COLLMAST_DESC == null)) { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[4].Value = ((string)(COLLMAST_DESC)); } if ((LANDESTIMATE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(LANDESTIMATE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((HOUSEESTIMATE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(HOUSEESTIMATE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((ESTIMATE_PRICE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(ESTIMATE_PRICE.Value)); } else { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((MORTGAGE_PRICE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(MORTGAGE_PRICE.Value)); } else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((MORTGAGE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[9].Value = ((System.DateTime)(MORTGAGE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((EXPIRE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[10].Value = ((System.DateTime)(EXPIRE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((REDEEM_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(REDEEM_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((REDEEM_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[12].Value = ((System.DateTime)(REDEEM_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((REMARK == null)) { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[13].Value = ((string)(REMARK)); } if ((LAND_NO == null)) { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[14].Value = ((string)(LAND_NO)); } if ((SURVEY_NO == null)) { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[15].Value = ((string)(SURVEY_NO)); } if ((BOOK_NO == null)) { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[16].Value = ((string)(BOOK_NO)); } if ((PAGE_NO == null)) { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[17].Value = ((string)(PAGE_NO)); } if ((GROUP_NO == null)) { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[18].Value = ((string)(GROUP_NO)); } if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[19].Value = ((string)(COOP_ID)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.InsertCommand.Connection.Open(); } try { int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.InsertCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string COLLMAST_NO, string MEMBER_NO, string COLLMAST_REFNO, string COLLMASTTYPE_CODE, string COLLMAST_DESC, global::System.Nullable LANDESTIMATE_AMT, global::System.Nullable HOUSEESTIMATE_AMT, global::System.Nullable ESTIMATE_PRICE, global::System.Nullable MORTGAGE_PRICE, global::System.Nullable MORTGAGE_DATE, global::System.Nullable EXPIRE_DATE, global::System.Nullable REDEEM_FLAG, global::System.Nullable REDEEM_DATE, string REMARK, string LAND_NO, string SURVEY_NO, string BOOK_NO, string PAGE_NO, string GROUP_NO, string COOP_ID, string Original_COLLMAST_NO, string Original_COOP_ID) { if ((COLLMAST_NO == null)) { throw new global::System.ArgumentNullException("COLLMAST_NO"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COLLMAST_NO)); } if ((MEMBER_NO == null)) { this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(MEMBER_NO)); } if ((COLLMAST_REFNO == null)) { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(COLLMAST_REFNO)); } if ((COLLMASTTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(COLLMASTTYPE_CODE)); } if ((COLLMAST_DESC == null)) { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(COLLMAST_DESC)); } if ((LANDESTIMATE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(LANDESTIMATE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((HOUSEESTIMATE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(HOUSEESTIMATE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((ESTIMATE_PRICE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(ESTIMATE_PRICE.Value)); } else { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((MORTGAGE_PRICE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(MORTGAGE_PRICE.Value)); } else { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((MORTGAGE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[9].Value = ((System.DateTime)(MORTGAGE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((EXPIRE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[10].Value = ((System.DateTime)(EXPIRE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((REDEEM_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(REDEEM_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((REDEEM_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[12].Value = ((System.DateTime)(REDEEM_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((REMARK == null)) { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(REMARK)); } if ((LAND_NO == null)) { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(LAND_NO)); } if ((SURVEY_NO == null)) { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(SURVEY_NO)); } if ((BOOK_NO == null)) { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(BOOK_NO)); } if ((PAGE_NO == null)) { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(PAGE_NO)); } if ((GROUP_NO == null)) { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(GROUP_NO)); } if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(COOP_ID)); } if ((Original_COLLMAST_NO == null)) { throw new global::System.ArgumentNullException("Original_COLLMAST_NO"); } else { this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_COLLMAST_NO)); } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_COOP_ID)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string MEMBER_NO, string COLLMAST_REFNO, string COLLMASTTYPE_CODE, string COLLMAST_DESC, global::System.Nullable LANDESTIMATE_AMT, global::System.Nullable HOUSEESTIMATE_AMT, global::System.Nullable ESTIMATE_PRICE, global::System.Nullable MORTGAGE_PRICE, global::System.Nullable MORTGAGE_DATE, global::System.Nullable EXPIRE_DATE, global::System.Nullable REDEEM_FLAG, global::System.Nullable REDEEM_DATE, string REMARK, string LAND_NO, string SURVEY_NO, string BOOK_NO, string PAGE_NO, string GROUP_NO, string Original_COLLMAST_NO, string Original_COOP_ID) { return this.Update(Original_COLLMAST_NO, MEMBER_NO, COLLMAST_REFNO, COLLMASTTYPE_CODE, COLLMAST_DESC, LANDESTIMATE_AMT, HOUSEESTIMATE_AMT, ESTIMATE_PRICE, MORTGAGE_PRICE, MORTGAGE_DATE, EXPIRE_DATE, REDEEM_FLAG, REDEEM_DATE, REMARK, LAND_NO, SURVEY_NO, BOOK_NO, PAGE_NO, GROUP_NO, Original_COOP_ID, Original_COLLMAST_NO, Original_COOP_ID); } } /// ///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 LNCOLLMASTMEMCOTableAdapter : 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 LNCOLLMASTMEMCOTableAdapter() { 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 = "LNCOLLMASTMEMCO"; tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO"); tableMapping.ColumnMappings.Add("MEMCO_NO", "MEMCO_NO"); tableMapping.ColumnMappings.Add("COLLMASTMAIN_FLAG", "COLLMASTMAIN_FLAG"); tableMapping.ColumnMappings.Add("PRENAME_SHORT", "PRENAME_SHORT"); tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME"); tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME"); 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 ""LNCOLLMASTMEMCO"".""COLLMAST_NO"", ""LNCOLLMASTMEMCO"".""MEMCO_NO"", ""LNCOLLMASTMEMCO"".""COLLMASTMAIN_FLAG"", ""MBUCFPRENAME"".""PRENAME_SHORT"", ""MBMEMBMASTER"".""MEMB_NAME"", ""MBMEMBMASTER"".""MEMB_SURNAME"" FROM ""LNCOLLMASTMEMCO"", ""MBMEMBMASTER"", ""MBUCFPRENAME"" WHERE ( ""MBMEMBMASTER"".""PRENAME_CODE"" = ""MBUCFPRENAME"".""PRENAME_CODE"" ) and ( ""LNCOLLMASTMEMCO"".""MEMCO_NO"" = ""MBMEMBMASTER"".""MEMBER_NO"" )"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(DataSet1.LNCOLLMASTMEMCODataTable 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.LNCOLLMASTMEMCODataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNCOLLMASTMEMCODataTable dataTable = new DataSet1.LNCOLLMASTMEMCODataTable(true); this.Adapter.Fill(dataTable); return dataTable; } } /// ///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 LNCOLLMASTERTableAdapter _lNCOLLMASTERTableAdapter; 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 LNCOLLMASTERTableAdapter LNCOLLMASTERTableAdapter { get { return this._lNCOLLMASTERTableAdapter; } set { this._lNCOLLMASTERTableAdapter = 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._lNCOLLMASTERTableAdapter != null) && (this._lNCOLLMASTERTableAdapter.Connection != null))) { return this._lNCOLLMASTERTableAdapter.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._lNCOLLMASTERTableAdapter != 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._lNCOLLMASTERTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.LNCOLLMASTER.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._lNCOLLMASTERTableAdapter.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._lNCOLLMASTERTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.LNCOLLMASTER.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._lNCOLLMASTERTableAdapter.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._lNCOLLMASTERTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.LNCOLLMASTER.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._lNCOLLMASTERTableAdapter.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._lNCOLLMASTERTableAdapter != null) && (this.MatchTableAdapterConnection(this._lNCOLLMASTERTableAdapter.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._lNCOLLMASTERTableAdapter != null)) { revertConnections.Add(this._lNCOLLMASTERTableAdapter, this._lNCOLLMASTERTableAdapter.Connection); this._lNCOLLMASTERTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._lNCOLLMASTERTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._lNCOLLMASTERTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._lNCOLLMASTERTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._lNCOLLMASTERTableAdapter.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._lNCOLLMASTERTableAdapter != null)) { this._lNCOLLMASTERTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._lNCOLLMASTERTableAdapter])); this._lNCOLLMASTERTableAdapter.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