//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.17929
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.mis.w_sheet_pm_estsumday_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 PMINVESTMASTERDataTable tablePMINVESTMASTER;
private DataTable1DataTable tableDataTable1;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet1() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["PMINVESTMASTER"] != null)) {
base.Tables.Add(new PMINVESTMASTERDataTable(ds.Tables["PMINVESTMASTER"]));
}
if ((ds.Tables["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public PMINVESTMASTERDataTable PMINVESTMASTER {
get {
return this.tablePMINVESTMASTER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public DataTable1DataTable DataTable1 {
get {
return this.tableDataTable1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet1 cln = ((DataSet1)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["PMINVESTMASTER"] != null)) {
base.Tables.Add(new PMINVESTMASTERDataTable(ds.Tables["PMINVESTMASTER"]));
}
if ((ds.Tables["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXml(reader);
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) {
this.tablePMINVESTMASTER = ((PMINVESTMASTERDataTable)(base.Tables["PMINVESTMASTER"]));
if ((initTable == true)) {
if ((this.tablePMINVESTMASTER != null)) {
this.tablePMINVESTMASTER.InitVars();
}
}
this.tableDataTable1 = ((DataTable1DataTable)(base.Tables["DataTable1"]));
if ((initTable == true)) {
if ((this.tableDataTable1 != null)) {
this.tableDataTable1.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "DataSet1";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DataSet1.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tablePMINVESTMASTER = new PMINVESTMASTERDataTable();
base.Tables.Add(this.tablePMINVESTMASTER);
this.tableDataTable1 = new DataTable1DataTable();
base.Tables.Add(this.tableDataTable1);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializePMINVESTMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDataTable1() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void PMINVESTMASTERRowChangeEventHandler(object sender, PMINVESTMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DataTable1RowChangeEventHandler(object sender, DataTable1RowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class PMINVESTMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnACCOUNT_NO;
private global::System.Data.DataColumn columnINVSOURCE_CODE;
private global::System.Data.DataColumn columnINVESTTYPE_CODE;
private global::System.Data.DataColumn columnBRANCH_ID;
private global::System.Data.DataColumn columnOPEN_DATE;
private global::System.Data.DataColumn columnDUE_DATE;
private global::System.Data.DataColumn columnCLOSE_STATUS;
private global::System.Data.DataColumn columnCLOSE_DATE;
private global::System.Data.DataColumn columnACCOUNT_NAME;
private global::System.Data.DataColumn columnCOND_WITHDRAW;
private global::System.Data.DataColumn columnINT_PRESENT_RATE;
private global::System.Data.DataColumn columnTAX_RATE;
private global::System.Data.DataColumn columnBANK_CODE;
private global::System.Data.DataColumn columnBANK_BRANCH;
private global::System.Data.DataColumn columnTRAN_BANKACC_NO;
private global::System.Data.DataColumn columnTRANACC_NAME;
private global::System.Data.DataColumn columnPRNCBAL;
private global::System.Data.DataColumn columnLASTCALINT_DATE;
private global::System.Data.DataColumn columnACCUINT_AMT;
private global::System.Data.DataColumn columnINTARREAR_AMT;
private global::System.Data.DataColumn columnACCUINTRCV_AMT;
private global::System.Data.DataColumn columnACCUTAXPAY_AMT;
private global::System.Data.DataColumn columnWITHDRAW_COUNT;
private global::System.Data.DataColumn columnLASTSTMSEQ_NO;
private global::System.Data.DataColumn columnLASTACCESS_DATE;
private global::System.Data.DataColumn columnREMARK;
private global::System.Data.DataColumn columnINT_RCV_ABLE;
private global::System.Data.DataColumn columnINT_RCV_ABLE_SUM;
private global::System.Data.DataColumn columnSTART_INTDATE;
private global::System.Data.DataColumn columnUNIT_AMT;
private global::System.Data.DataColumn columnUNIT_COST;
private global::System.Data.DataColumn columnACCID_PRNC;
private global::System.Data.DataColumn columnPURCHASE_PRICE;
private global::System.Data.DataColumn columnSYMBOL_CODE;
private global::System.Data.DataColumn columnRATE_CODE;
private global::System.Data.DataColumn columnPUSH_STATUS;
private global::System.Data.DataColumn columnPUSH_DATE;
private global::System.Data.DataColumn columnCALL_STATUS;
private global::System.Data.DataColumn columnCALL_DATE;
private global::System.Data.DataColumn columnINVESTMENT_DOCNO;
private global::System.Data.DataColumn columnDAY_INYEAR;
private global::System.Data.DataColumn columnINVESTMENT_PERIOD;
private global::System.Data.DataColumn columnINVEST_PERIOD_UNIT;
private global::System.Data.DataColumn columnACCID_INT;
private global::System.Data.DataColumn columnORGAN_WARRANTY;
private global::System.Data.DataColumn columnDURATION_DUE;
private global::System.Data.DataColumn columnBUY_DATE;
private global::System.Data.DataColumn columnINVEST_DETAIL;
private global::System.Data.DataColumn columnINT_TIMEDUE;
private global::System.Data.DataColumn columnDEFF_AMT;
private global::System.Data.DataColumn columnCLEANPRICE_AMT;
private global::System.Data.DataColumn columnSUBORDINATED;
private global::System.Data.DataColumn columnCLEANPRICE_PRESENT;
private global::System.Data.DataColumn columnINTYIELD_PRESENT;
private global::System.Data.DataColumn columnNODUE_FLAG;
private global::System.Data.DataColumn columninvesttype_desc;
private global::System.Data.DataColumn columnint_rate;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public PMINVESTMASTERDataTable() {
this.TableName = "PMINVESTMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal PMINVESTMASTERDataTable(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 PMINVESTMASTERDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_IDColumn {
get {
return this.columnCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCOUNT_NOColumn {
get {
return this.columnACCOUNT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INVSOURCE_CODEColumn {
get {
return this.columnINVSOURCE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INVESTTYPE_CODEColumn {
get {
return this.columnINVESTTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BRANCH_IDColumn {
get {
return this.columnBRANCH_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPEN_DATEColumn {
get {
return this.columnOPEN_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DUE_DATEColumn {
get {
return this.columnDUE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSE_STATUSColumn {
get {
return this.columnCLOSE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSE_DATEColumn {
get {
return this.columnCLOSE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCOUNT_NAMEColumn {
get {
return this.columnACCOUNT_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COND_WITHDRAWColumn {
get {
return this.columnCOND_WITHDRAW;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_PRESENT_RATEColumn {
get {
return this.columnINT_PRESENT_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAX_RATEColumn {
get {
return this.columnTAX_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANK_CODEColumn {
get {
return this.columnBANK_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANK_BRANCHColumn {
get {
return this.columnBANK_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRAN_BANKACC_NOColumn {
get {
return this.columnTRAN_BANKACC_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRANACC_NAMEColumn {
get {
return this.columnTRANACC_NAME;
}
}
[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 LASTCALINT_DATEColumn {
get {
return this.columnLASTCALINT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCUINT_AMTColumn {
get {
return this.columnACCUINT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTARREAR_AMTColumn {
get {
return this.columnINTARREAR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCUINTRCV_AMTColumn {
get {
return this.columnACCUINTRCV_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCUTAXPAY_AMTColumn {
get {
return this.columnACCUTAXPAY_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WITHDRAW_COUNTColumn {
get {
return this.columnWITHDRAW_COUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTSTMSEQ_NOColumn {
get {
return this.columnLASTSTMSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTACCESS_DATEColumn {
get {
return this.columnLASTACCESS_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 INT_RCV_ABLEColumn {
get {
return this.columnINT_RCV_ABLE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_RCV_ABLE_SUMColumn {
get {
return this.columnINT_RCV_ABLE_SUM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn START_INTDATEColumn {
get {
return this.columnSTART_INTDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UNIT_AMTColumn {
get {
return this.columnUNIT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UNIT_COSTColumn {
get {
return this.columnUNIT_COST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCID_PRNCColumn {
get {
return this.columnACCID_PRNC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PURCHASE_PRICEColumn {
get {
return this.columnPURCHASE_PRICE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SYMBOL_CODEColumn {
get {
return this.columnSYMBOL_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RATE_CODEColumn {
get {
return this.columnRATE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PUSH_STATUSColumn {
get {
return this.columnPUSH_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PUSH_DATEColumn {
get {
return this.columnPUSH_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALL_STATUSColumn {
get {
return this.columnCALL_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALL_DATEColumn {
get {
return this.columnCALL_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INVESTMENT_DOCNOColumn {
get {
return this.columnINVESTMENT_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DAY_INYEARColumn {
get {
return this.columnDAY_INYEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INVESTMENT_PERIODColumn {
get {
return this.columnINVESTMENT_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INVEST_PERIOD_UNITColumn {
get {
return this.columnINVEST_PERIOD_UNIT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCID_INTColumn {
get {
return this.columnACCID_INT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ORGAN_WARRANTYColumn {
get {
return this.columnORGAN_WARRANTY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DURATION_DUEColumn {
get {
return this.columnDURATION_DUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BUY_DATEColumn {
get {
return this.columnBUY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INVEST_DETAILColumn {
get {
return this.columnINVEST_DETAIL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_TIMEDUEColumn {
get {
return this.columnINT_TIMEDUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEFF_AMTColumn {
get {
return this.columnDEFF_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLEANPRICE_AMTColumn {
get {
return this.columnCLEANPRICE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUBORDINATEDColumn {
get {
return this.columnSUBORDINATED;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLEANPRICE_PRESENTColumn {
get {
return this.columnCLEANPRICE_PRESENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTYIELD_PRESENTColumn {
get {
return this.columnINTYIELD_PRESENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NODUE_FLAGColumn {
get {
return this.columnNODUE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn investtype_descColumn {
get {
return this.columninvesttype_desc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn int_rateColumn {
get {
return this.columnint_rate;
}
}
[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 PMINVESTMASTERRow this[int index] {
get {
return ((PMINVESTMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event PMINVESTMASTERRowChangeEventHandler PMINVESTMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event PMINVESTMASTERRowChangeEventHandler PMINVESTMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event PMINVESTMASTERRowChangeEventHandler PMINVESTMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event PMINVESTMASTERRowChangeEventHandler PMINVESTMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddPMINVESTMASTERRow(PMINVESTMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public PMINVESTMASTERRow AddPMINVESTMASTERRow(
string COOP_ID,
string ACCOUNT_NO,
string INVSOURCE_CODE,
string INVESTTYPE_CODE,
string BRANCH_ID,
System.DateTime OPEN_DATE,
System.DateTime DUE_DATE,
decimal CLOSE_STATUS,
System.DateTime CLOSE_DATE,
string ACCOUNT_NAME,
string COND_WITHDRAW,
decimal INT_PRESENT_RATE,
decimal TAX_RATE,
string BANK_CODE,
string BANK_BRANCH,
string TRAN_BANKACC_NO,
string TRANACC_NAME,
decimal PRNCBAL,
System.DateTime LASTCALINT_DATE,
decimal ACCUINT_AMT,
decimal INTARREAR_AMT,
decimal ACCUINTRCV_AMT,
decimal ACCUTAXPAY_AMT,
decimal WITHDRAW_COUNT,
decimal LASTSTMSEQ_NO,
System.DateTime LASTACCESS_DATE,
string REMARK,
decimal INT_RCV_ABLE,
decimal INT_RCV_ABLE_SUM,
System.DateTime START_INTDATE,
decimal UNIT_AMT,
decimal UNIT_COST,
string ACCID_PRNC,
decimal PURCHASE_PRICE,
string SYMBOL_CODE,
string RATE_CODE,
decimal PUSH_STATUS,
System.DateTime PUSH_DATE,
decimal CALL_STATUS,
System.DateTime CALL_DATE,
string INVESTMENT_DOCNO,
decimal DAY_INYEAR,
decimal INVESTMENT_PERIOD,
decimal INVEST_PERIOD_UNIT,
string ACCID_INT,
string ORGAN_WARRANTY,
decimal DURATION_DUE,
System.DateTime BUY_DATE,
string INVEST_DETAIL,
decimal INT_TIMEDUE,
decimal DEFF_AMT,
decimal CLEANPRICE_AMT,
decimal SUBORDINATED,
decimal CLEANPRICE_PRESENT,
decimal INTYIELD_PRESENT,
decimal NODUE_FLAG,
string investtype_desc,
decimal int_rate) {
PMINVESTMASTERRow rowPMINVESTMASTERRow = ((PMINVESTMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
ACCOUNT_NO,
INVSOURCE_CODE,
INVESTTYPE_CODE,
BRANCH_ID,
OPEN_DATE,
DUE_DATE,
CLOSE_STATUS,
CLOSE_DATE,
ACCOUNT_NAME,
COND_WITHDRAW,
INT_PRESENT_RATE,
TAX_RATE,
BANK_CODE,
BANK_BRANCH,
TRAN_BANKACC_NO,
TRANACC_NAME,
PRNCBAL,
LASTCALINT_DATE,
ACCUINT_AMT,
INTARREAR_AMT,
ACCUINTRCV_AMT,
ACCUTAXPAY_AMT,
WITHDRAW_COUNT,
LASTSTMSEQ_NO,
LASTACCESS_DATE,
REMARK,
INT_RCV_ABLE,
INT_RCV_ABLE_SUM,
START_INTDATE,
UNIT_AMT,
UNIT_COST,
ACCID_PRNC,
PURCHASE_PRICE,
SYMBOL_CODE,
RATE_CODE,
PUSH_STATUS,
PUSH_DATE,
CALL_STATUS,
CALL_DATE,
INVESTMENT_DOCNO,
DAY_INYEAR,
INVESTMENT_PERIOD,
INVEST_PERIOD_UNIT,
ACCID_INT,
ORGAN_WARRANTY,
DURATION_DUE,
BUY_DATE,
INVEST_DETAIL,
INT_TIMEDUE,
DEFF_AMT,
CLEANPRICE_AMT,
SUBORDINATED,
CLEANPRICE_PRESENT,
INTYIELD_PRESENT,
NODUE_FLAG,
investtype_desc,
int_rate};
rowPMINVESTMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowPMINVESTMASTERRow);
return rowPMINVESTMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public PMINVESTMASTERRow FindByCOOP_IDACCOUNT_NO(string COOP_ID, string ACCOUNT_NO) {
return ((PMINVESTMASTERRow)(this.Rows.Find(new object[] {
COOP_ID,
ACCOUNT_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
PMINVESTMASTERDataTable cln = ((PMINVESTMASTERDataTable)(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 PMINVESTMASTERDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnACCOUNT_NO = base.Columns["ACCOUNT_NO"];
this.columnINVSOURCE_CODE = base.Columns["INVSOURCE_CODE"];
this.columnINVESTTYPE_CODE = base.Columns["INVESTTYPE_CODE"];
this.columnBRANCH_ID = base.Columns["BRANCH_ID"];
this.columnOPEN_DATE = base.Columns["OPEN_DATE"];
this.columnDUE_DATE = base.Columns["DUE_DATE"];
this.columnCLOSE_STATUS = base.Columns["CLOSE_STATUS"];
this.columnCLOSE_DATE = base.Columns["CLOSE_DATE"];
this.columnACCOUNT_NAME = base.Columns["ACCOUNT_NAME"];
this.columnCOND_WITHDRAW = base.Columns["COND_WITHDRAW"];
this.columnINT_PRESENT_RATE = base.Columns["INT_PRESENT_RATE"];
this.columnTAX_RATE = base.Columns["TAX_RATE"];
this.columnBANK_CODE = base.Columns["BANK_CODE"];
this.columnBANK_BRANCH = base.Columns["BANK_BRANCH"];
this.columnTRAN_BANKACC_NO = base.Columns["TRAN_BANKACC_NO"];
this.columnTRANACC_NAME = base.Columns["TRANACC_NAME"];
this.columnPRNCBAL = base.Columns["PRNCBAL"];
this.columnLASTCALINT_DATE = base.Columns["LASTCALINT_DATE"];
this.columnACCUINT_AMT = base.Columns["ACCUINT_AMT"];
this.columnINTARREAR_AMT = base.Columns["INTARREAR_AMT"];
this.columnACCUINTRCV_AMT = base.Columns["ACCUINTRCV_AMT"];
this.columnACCUTAXPAY_AMT = base.Columns["ACCUTAXPAY_AMT"];
this.columnWITHDRAW_COUNT = base.Columns["WITHDRAW_COUNT"];
this.columnLASTSTMSEQ_NO = base.Columns["LASTSTMSEQ_NO"];
this.columnLASTACCESS_DATE = base.Columns["LASTACCESS_DATE"];
this.columnREMARK = base.Columns["REMARK"];
this.columnINT_RCV_ABLE = base.Columns["INT_RCV_ABLE"];
this.columnINT_RCV_ABLE_SUM = base.Columns["INT_RCV_ABLE_SUM"];
this.columnSTART_INTDATE = base.Columns["START_INTDATE"];
this.columnUNIT_AMT = base.Columns["UNIT_AMT"];
this.columnUNIT_COST = base.Columns["UNIT_COST"];
this.columnACCID_PRNC = base.Columns["ACCID_PRNC"];
this.columnPURCHASE_PRICE = base.Columns["PURCHASE_PRICE"];
this.columnSYMBOL_CODE = base.Columns["SYMBOL_CODE"];
this.columnRATE_CODE = base.Columns["RATE_CODE"];
this.columnPUSH_STATUS = base.Columns["PUSH_STATUS"];
this.columnPUSH_DATE = base.Columns["PUSH_DATE"];
this.columnCALL_STATUS = base.Columns["CALL_STATUS"];
this.columnCALL_DATE = base.Columns["CALL_DATE"];
this.columnINVESTMENT_DOCNO = base.Columns["INVESTMENT_DOCNO"];
this.columnDAY_INYEAR = base.Columns["DAY_INYEAR"];
this.columnINVESTMENT_PERIOD = base.Columns["INVESTMENT_PERIOD"];
this.columnINVEST_PERIOD_UNIT = base.Columns["INVEST_PERIOD_UNIT"];
this.columnACCID_INT = base.Columns["ACCID_INT"];
this.columnORGAN_WARRANTY = base.Columns["ORGAN_WARRANTY"];
this.columnDURATION_DUE = base.Columns["DURATION_DUE"];
this.columnBUY_DATE = base.Columns["BUY_DATE"];
this.columnINVEST_DETAIL = base.Columns["INVEST_DETAIL"];
this.columnINT_TIMEDUE = base.Columns["INT_TIMEDUE"];
this.columnDEFF_AMT = base.Columns["DEFF_AMT"];
this.columnCLEANPRICE_AMT = base.Columns["CLEANPRICE_AMT"];
this.columnSUBORDINATED = base.Columns["SUBORDINATED"];
this.columnCLEANPRICE_PRESENT = base.Columns["CLEANPRICE_PRESENT"];
this.columnINTYIELD_PRESENT = base.Columns["INTYIELD_PRESENT"];
this.columnNODUE_FLAG = base.Columns["NODUE_FLAG"];
this.columninvesttype_desc = base.Columns["investtype_desc"];
this.columnint_rate = base.Columns["int_rate"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnACCOUNT_NO = new global::System.Data.DataColumn("ACCOUNT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCOUNT_NO);
this.columnINVSOURCE_CODE = new global::System.Data.DataColumn("INVSOURCE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINVSOURCE_CODE);
this.columnINVESTTYPE_CODE = new global::System.Data.DataColumn("INVESTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINVESTTYPE_CODE);
this.columnBRANCH_ID = new global::System.Data.DataColumn("BRANCH_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBRANCH_ID);
this.columnOPEN_DATE = new global::System.Data.DataColumn("OPEN_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPEN_DATE);
this.columnDUE_DATE = new global::System.Data.DataColumn("DUE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDUE_DATE);
this.columnCLOSE_STATUS = new global::System.Data.DataColumn("CLOSE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSE_STATUS);
this.columnCLOSE_DATE = new global::System.Data.DataColumn("CLOSE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSE_DATE);
this.columnACCOUNT_NAME = new global::System.Data.DataColumn("ACCOUNT_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCOUNT_NAME);
this.columnCOND_WITHDRAW = new global::System.Data.DataColumn("COND_WITHDRAW", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOND_WITHDRAW);
this.columnINT_PRESENT_RATE = new global::System.Data.DataColumn("INT_PRESENT_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_PRESENT_RATE);
this.columnTAX_RATE = new global::System.Data.DataColumn("TAX_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAX_RATE);
this.columnBANK_CODE = new global::System.Data.DataColumn("BANK_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANK_CODE);
this.columnBANK_BRANCH = new global::System.Data.DataColumn("BANK_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANK_BRANCH);
this.columnTRAN_BANKACC_NO = new global::System.Data.DataColumn("TRAN_BANKACC_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRAN_BANKACC_NO);
this.columnTRANACC_NAME = new global::System.Data.DataColumn("TRANACC_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRANACC_NAME);
this.columnPRNCBAL = new global::System.Data.DataColumn("PRNCBAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRNCBAL);
this.columnLASTCALINT_DATE = new global::System.Data.DataColumn("LASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTCALINT_DATE);
this.columnACCUINT_AMT = new global::System.Data.DataColumn("ACCUINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCUINT_AMT);
this.columnINTARREAR_AMT = new global::System.Data.DataColumn("INTARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTARREAR_AMT);
this.columnACCUINTRCV_AMT = new global::System.Data.DataColumn("ACCUINTRCV_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCUINTRCV_AMT);
this.columnACCUTAXPAY_AMT = new global::System.Data.DataColumn("ACCUTAXPAY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCUTAXPAY_AMT);
this.columnWITHDRAW_COUNT = new global::System.Data.DataColumn("WITHDRAW_COUNT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWITHDRAW_COUNT);
this.columnLASTSTMSEQ_NO = new global::System.Data.DataColumn("LASTSTMSEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTSTMSEQ_NO);
this.columnLASTACCESS_DATE = new global::System.Data.DataColumn("LASTACCESS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTACCESS_DATE);
this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARK);
this.columnINT_RCV_ABLE = new global::System.Data.DataColumn("INT_RCV_ABLE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_RCV_ABLE);
this.columnINT_RCV_ABLE_SUM = new global::System.Data.DataColumn("INT_RCV_ABLE_SUM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_RCV_ABLE_SUM);
this.columnSTART_INTDATE = new global::System.Data.DataColumn("START_INTDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTART_INTDATE);
this.columnUNIT_AMT = new global::System.Data.DataColumn("UNIT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUNIT_AMT);
this.columnUNIT_COST = new global::System.Data.DataColumn("UNIT_COST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUNIT_COST);
this.columnACCID_PRNC = new global::System.Data.DataColumn("ACCID_PRNC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCID_PRNC);
this.columnPURCHASE_PRICE = new global::System.Data.DataColumn("PURCHASE_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPURCHASE_PRICE);
this.columnSYMBOL_CODE = new global::System.Data.DataColumn("SYMBOL_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSYMBOL_CODE);
this.columnRATE_CODE = new global::System.Data.DataColumn("RATE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRATE_CODE);
this.columnPUSH_STATUS = new global::System.Data.DataColumn("PUSH_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPUSH_STATUS);
this.columnPUSH_DATE = new global::System.Data.DataColumn("PUSH_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPUSH_DATE);
this.columnCALL_STATUS = new global::System.Data.DataColumn("CALL_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALL_STATUS);
this.columnCALL_DATE = new global::System.Data.DataColumn("CALL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALL_DATE);
this.columnINVESTMENT_DOCNO = new global::System.Data.DataColumn("INVESTMENT_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINVESTMENT_DOCNO);
this.columnDAY_INYEAR = new global::System.Data.DataColumn("DAY_INYEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDAY_INYEAR);
this.columnINVESTMENT_PERIOD = new global::System.Data.DataColumn("INVESTMENT_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINVESTMENT_PERIOD);
this.columnINVEST_PERIOD_UNIT = new global::System.Data.DataColumn("INVEST_PERIOD_UNIT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINVEST_PERIOD_UNIT);
this.columnACCID_INT = new global::System.Data.DataColumn("ACCID_INT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCID_INT);
this.columnORGAN_WARRANTY = new global::System.Data.DataColumn("ORGAN_WARRANTY", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnORGAN_WARRANTY);
this.columnDURATION_DUE = new global::System.Data.DataColumn("DURATION_DUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDURATION_DUE);
this.columnBUY_DATE = new global::System.Data.DataColumn("BUY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBUY_DATE);
this.columnINVEST_DETAIL = new global::System.Data.DataColumn("INVEST_DETAIL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINVEST_DETAIL);
this.columnINT_TIMEDUE = new global::System.Data.DataColumn("INT_TIMEDUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_TIMEDUE);
this.columnDEFF_AMT = new global::System.Data.DataColumn("DEFF_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEFF_AMT);
this.columnCLEANPRICE_AMT = new global::System.Data.DataColumn("CLEANPRICE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLEANPRICE_AMT);
this.columnSUBORDINATED = new global::System.Data.DataColumn("SUBORDINATED", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBORDINATED);
this.columnCLEANPRICE_PRESENT = new global::System.Data.DataColumn("CLEANPRICE_PRESENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLEANPRICE_PRESENT);
this.columnINTYIELD_PRESENT = new global::System.Data.DataColumn("INTYIELD_PRESENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTYIELD_PRESENT);
this.columnNODUE_FLAG = new global::System.Data.DataColumn("NODUE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNODUE_FLAG);
this.columninvesttype_desc = new global::System.Data.DataColumn("investtype_desc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvesttype_desc);
this.columnint_rate = new global::System.Data.DataColumn("int_rate", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnint_rate);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnACCOUNT_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnACCOUNT_NO.AllowDBNull = false;
this.columnACCOUNT_NO.MaxLength = 10;
this.columnINVSOURCE_CODE.AllowDBNull = false;
this.columnINVSOURCE_CODE.MaxLength = 3;
this.columnINVESTTYPE_CODE.AllowDBNull = false;
this.columnINVESTTYPE_CODE.MaxLength = 3;
this.columnBRANCH_ID.AllowDBNull = false;
this.columnBRANCH_ID.MaxLength = 3;
this.columnACCOUNT_NAME.AllowDBNull = false;
this.columnACCOUNT_NAME.MaxLength = 150;
this.columnCOND_WITHDRAW.MaxLength = 255;
this.columnBANK_CODE.MaxLength = 3;
this.columnBANK_BRANCH.MaxLength = 4;
this.columnTRAN_BANKACC_NO.MaxLength = 20;
this.columnTRANACC_NAME.MaxLength = 120;
this.columnREMARK.MaxLength = 200;
this.columnACCID_PRNC.MaxLength = 8;
this.columnSYMBOL_CODE.MaxLength = 15;
this.columnRATE_CODE.MaxLength = 5;
this.columnINVESTMENT_DOCNO.AllowDBNull = false;
this.columnINVESTMENT_DOCNO.MaxLength = 20;
this.columnACCID_INT.MaxLength = 8;
this.columnORGAN_WARRANTY.MaxLength = 1;
this.columnINVEST_DETAIL.MaxLength = 120;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public PMINVESTMASTERRow NewPMINVESTMASTERRow() {
return ((PMINVESTMASTERRow)(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 PMINVESTMASTERRow(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(PMINVESTMASTERRow);
}
[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.PMINVESTMASTERRowChanged != null)) {
this.PMINVESTMASTERRowChanged(this, new PMINVESTMASTERRowChangeEvent(((PMINVESTMASTERRow)(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.PMINVESTMASTERRowChanging != null)) {
this.PMINVESTMASTERRowChanging(this, new PMINVESTMASTERRowChangeEvent(((PMINVESTMASTERRow)(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.PMINVESTMASTERRowDeleted != null)) {
this.PMINVESTMASTERRowDeleted(this, new PMINVESTMASTERRowChangeEvent(((PMINVESTMASTERRow)(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.PMINVESTMASTERRowDeleting != null)) {
this.PMINVESTMASTERRowDeleting(this, new PMINVESTMASTERRowChangeEvent(((PMINVESTMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemovePMINVESTMASTERRow(PMINVESTMASTERRow 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 = "PMINVESTMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class DataTable1DataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columndropdown;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1DataTable() {
this.TableName = "DataTable1";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable1DataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataTable1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn dropdownColumn {
get {
return this.columndropdown;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row this[int index] {
get {
return ((DataTable1Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDataTable1Row(DataTable1Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row AddDataTable1Row(string dropdown) {
DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
dropdown};
rowDataTable1Row.ItemArray = columnValuesArray;
this.Rows.Add(rowDataTable1Row);
return rowDataTable1Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
DataTable1DataTable cln = ((DataTable1DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new DataTable1DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columndropdown = base.Columns["dropdown"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columndropdown = new global::System.Data.DataColumn("dropdown", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndropdown);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row NewDataTable1Row() {
return ((DataTable1Row)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new DataTable1Row(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(DataTable1Row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.DataTable1RowChanged != null)) {
this.DataTable1RowChanged(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.DataTable1RowChanging != null)) {
this.DataTable1RowChanging(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.DataTable1RowDeleted != null)) {
this.DataTable1RowDeleted(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.DataTable1RowDeleting != null)) {
this.DataTable1RowDeleting(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDataTable1Row(DataTable1Row row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "DataTable1DataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents strongly named DataRow class.
///
public partial class PMINVESTMASTERRow : global::System.Data.DataRow {
private PMINVESTMASTERDataTable tablePMINVESTMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal PMINVESTMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tablePMINVESTMASTER = ((PMINVESTMASTERDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tablePMINVESTMASTER.COOP_IDColumn]));
}
set {
this[this.tablePMINVESTMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ACCOUNT_NO {
get {
return ((string)(this[this.tablePMINVESTMASTER.ACCOUNT_NOColumn]));
}
set {
this[this.tablePMINVESTMASTER.ACCOUNT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INVSOURCE_CODE {
get {
return ((string)(this[this.tablePMINVESTMASTER.INVSOURCE_CODEColumn]));
}
set {
this[this.tablePMINVESTMASTER.INVSOURCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INVESTTYPE_CODE {
get {
return ((string)(this[this.tablePMINVESTMASTER.INVESTTYPE_CODEColumn]));
}
set {
this[this.tablePMINVESTMASTER.INVESTTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BRANCH_ID {
get {
return ((string)(this[this.tablePMINVESTMASTER.BRANCH_IDColumn]));
}
set {
this[this.tablePMINVESTMASTER.BRANCH_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime OPEN_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tablePMINVESTMASTER.OPEN_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPEN_DATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.OPEN_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime DUE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tablePMINVESTMASTER.DUE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DUE_DATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.DUE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CLOSE_STATUS {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.CLOSE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSE_STATUS\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.CLOSE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CLOSE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tablePMINVESTMASTER.CLOSE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSE_DATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.CLOSE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ACCOUNT_NAME {
get {
return ((string)(this[this.tablePMINVESTMASTER.ACCOUNT_NAMEColumn]));
}
set {
this[this.tablePMINVESTMASTER.ACCOUNT_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COND_WITHDRAW {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.COND_WITHDRAWColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COND_WITHDRAW\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.COND_WITHDRAWColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_PRESENT_RATE {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.INT_PRESENT_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_PRESENT_RATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.INT_PRESENT_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TAX_RATE {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.TAX_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAX_RATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.TAX_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BANK_CODE {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.BANK_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANK_CODE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.BANK_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BANK_BRANCH {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.BANK_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANK_BRANCH\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.BANK_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TRAN_BANKACC_NO {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.TRAN_BANKACC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRAN_BANKACC_NO\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.TRAN_BANKACC_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TRANACC_NAME {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.TRANACC_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRANACC_NAME\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.TRANACC_NAMEColumn] = 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.tablePMINVESTMASTER.PRNCBALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRNCBAL\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.PRNCBALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTCALINT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tablePMINVESTMASTER.LASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTCALINT_DATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.LASTCALINT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ACCUINT_AMT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.ACCUINT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCUINT_AMT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.ACCUINT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTARREAR_AMT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.INTARREAR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_AMT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.INTARREAR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ACCUINTRCV_AMT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.ACCUINTRCV_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCUINTRCV_AMT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.ACCUINTRCV_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ACCUTAXPAY_AMT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.ACCUTAXPAY_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCUTAXPAY_AMT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.ACCUTAXPAY_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WITHDRAW_COUNT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.WITHDRAW_COUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAW_COUNT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.WITHDRAW_COUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTSTMSEQ_NO {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.LASTSTMSEQ_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTSTMSEQ_NO\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.LASTSTMSEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTACCESS_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tablePMINVESTMASTER.LASTACCESS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTACCESS_DATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.LASTACCESS_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.tablePMINVESTMASTER.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_RCV_ABLE {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.INT_RCV_ABLEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_RCV_ABLE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.INT_RCV_ABLEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_RCV_ABLE_SUM {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.INT_RCV_ABLE_SUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_RCV_ABLE_SUM\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.INT_RCV_ABLE_SUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime START_INTDATE {
get {
try {
return ((global::System.DateTime)(this[this.tablePMINVESTMASTER.START_INTDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'START_INTDATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.START_INTDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal UNIT_AMT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.UNIT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UNIT_AMT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.UNIT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal UNIT_COST {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.UNIT_COSTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UNIT_COST\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.UNIT_COSTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ACCID_PRNC {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.ACCID_PRNCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCID_PRNC\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.ACCID_PRNCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PURCHASE_PRICE {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.PURCHASE_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PURCHASE_PRICE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.PURCHASE_PRICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SYMBOL_CODE {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.SYMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SYMBOL_CODE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.SYMBOL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RATE_CODE {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.RATE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RATE_CODE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.RATE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PUSH_STATUS {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.PUSH_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PUSH_STATUS\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.PUSH_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime PUSH_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tablePMINVESTMASTER.PUSH_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PUSH_DATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.PUSH_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CALL_STATUS {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.CALL_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALL_STATUS\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.CALL_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALL_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tablePMINVESTMASTER.CALL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALL_DATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.CALL_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INVESTMENT_DOCNO {
get {
return ((string)(this[this.tablePMINVESTMASTER.INVESTMENT_DOCNOColumn]));
}
set {
this[this.tablePMINVESTMASTER.INVESTMENT_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DAY_INYEAR {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.DAY_INYEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DAY_INYEAR\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.DAY_INYEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INVESTMENT_PERIOD {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.INVESTMENT_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INVESTMENT_PERIOD\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.INVESTMENT_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INVEST_PERIOD_UNIT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.INVEST_PERIOD_UNITColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INVEST_PERIOD_UNIT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.INVEST_PERIOD_UNITColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ACCID_INT {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.ACCID_INTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCID_INT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.ACCID_INTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ORGAN_WARRANTY {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.ORGAN_WARRANTYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ORGAN_WARRANTY\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.ORGAN_WARRANTYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DURATION_DUE {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.DURATION_DUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DURATION_DUE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.DURATION_DUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BUY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tablePMINVESTMASTER.BUY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BUY_DATE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.BUY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INVEST_DETAIL {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.INVEST_DETAILColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INVEST_DETAIL\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.INVEST_DETAILColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_TIMEDUE {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.INT_TIMEDUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_TIMEDUE\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.INT_TIMEDUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DEFF_AMT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.DEFF_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEFF_AMT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.DEFF_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CLEANPRICE_AMT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.CLEANPRICE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLEANPRICE_AMT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.CLEANPRICE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SUBORDINATED {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.SUBORDINATEDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBORDINATED\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.SUBORDINATEDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CLEANPRICE_PRESENT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.CLEANPRICE_PRESENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLEANPRICE_PRESENT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.CLEANPRICE_PRESENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTYIELD_PRESENT {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.INTYIELD_PRESENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTYIELD_PRESENT\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.INTYIELD_PRESENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal NODUE_FLAG {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.NODUE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NODUE_FLAG\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.NODUE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string investtype_desc {
get {
try {
return ((string)(this[this.tablePMINVESTMASTER.investtype_descColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'investtype_desc\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.investtype_descColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal int_rate {
get {
try {
return ((decimal)(this[this.tablePMINVESTMASTER.int_rateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'int_rate\' in table \'PMINVESTMASTER\' is DBNull.", e);
}
}
set {
this[this.tablePMINVESTMASTER.int_rateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPEN_DATENull() {
return this.IsNull(this.tablePMINVESTMASTER.OPEN_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPEN_DATENull() {
this[this.tablePMINVESTMASTER.OPEN_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDUE_DATENull() {
return this.IsNull(this.tablePMINVESTMASTER.DUE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDUE_DATENull() {
this[this.tablePMINVESTMASTER.DUE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSE_STATUSNull() {
return this.IsNull(this.tablePMINVESTMASTER.CLOSE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSE_STATUSNull() {
this[this.tablePMINVESTMASTER.CLOSE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSE_DATENull() {
return this.IsNull(this.tablePMINVESTMASTER.CLOSE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSE_DATENull() {
this[this.tablePMINVESTMASTER.CLOSE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOND_WITHDRAWNull() {
return this.IsNull(this.tablePMINVESTMASTER.COND_WITHDRAWColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOND_WITHDRAWNull() {
this[this.tablePMINVESTMASTER.COND_WITHDRAWColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_PRESENT_RATENull() {
return this.IsNull(this.tablePMINVESTMASTER.INT_PRESENT_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_PRESENT_RATENull() {
this[this.tablePMINVESTMASTER.INT_PRESENT_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAX_RATENull() {
return this.IsNull(this.tablePMINVESTMASTER.TAX_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAX_RATENull() {
this[this.tablePMINVESTMASTER.TAX_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANK_CODENull() {
return this.IsNull(this.tablePMINVESTMASTER.BANK_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANK_CODENull() {
this[this.tablePMINVESTMASTER.BANK_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANK_BRANCHNull() {
return this.IsNull(this.tablePMINVESTMASTER.BANK_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANK_BRANCHNull() {
this[this.tablePMINVESTMASTER.BANK_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRAN_BANKACC_NONull() {
return this.IsNull(this.tablePMINVESTMASTER.TRAN_BANKACC_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRAN_BANKACC_NONull() {
this[this.tablePMINVESTMASTER.TRAN_BANKACC_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRANACC_NAMENull() {
return this.IsNull(this.tablePMINVESTMASTER.TRANACC_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRANACC_NAMENull() {
this[this.tablePMINVESTMASTER.TRANACC_NAMEColumn] = 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.tablePMINVESTMASTER.PRNCBALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRNCBALNull() {
this[this.tablePMINVESTMASTER.PRNCBALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTCALINT_DATENull() {
return this.IsNull(this.tablePMINVESTMASTER.LASTCALINT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTCALINT_DATENull() {
this[this.tablePMINVESTMASTER.LASTCALINT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCUINT_AMTNull() {
return this.IsNull(this.tablePMINVESTMASTER.ACCUINT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCUINT_AMTNull() {
this[this.tablePMINVESTMASTER.ACCUINT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTARREAR_AMTNull() {
return this.IsNull(this.tablePMINVESTMASTER.INTARREAR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTARREAR_AMTNull() {
this[this.tablePMINVESTMASTER.INTARREAR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCUINTRCV_AMTNull() {
return this.IsNull(this.tablePMINVESTMASTER.ACCUINTRCV_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCUINTRCV_AMTNull() {
this[this.tablePMINVESTMASTER.ACCUINTRCV_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCUTAXPAY_AMTNull() {
return this.IsNull(this.tablePMINVESTMASTER.ACCUTAXPAY_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCUTAXPAY_AMTNull() {
this[this.tablePMINVESTMASTER.ACCUTAXPAY_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWITHDRAW_COUNTNull() {
return this.IsNull(this.tablePMINVESTMASTER.WITHDRAW_COUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWITHDRAW_COUNTNull() {
this[this.tablePMINVESTMASTER.WITHDRAW_COUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTSTMSEQ_NONull() {
return this.IsNull(this.tablePMINVESTMASTER.LASTSTMSEQ_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTSTMSEQ_NONull() {
this[this.tablePMINVESTMASTER.LASTSTMSEQ_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTACCESS_DATENull() {
return this.IsNull(this.tablePMINVESTMASTER.LASTACCESS_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTACCESS_DATENull() {
this[this.tablePMINVESTMASTER.LASTACCESS_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.tablePMINVESTMASTER.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tablePMINVESTMASTER.REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_RCV_ABLENull() {
return this.IsNull(this.tablePMINVESTMASTER.INT_RCV_ABLEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_RCV_ABLENull() {
this[this.tablePMINVESTMASTER.INT_RCV_ABLEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_RCV_ABLE_SUMNull() {
return this.IsNull(this.tablePMINVESTMASTER.INT_RCV_ABLE_SUMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_RCV_ABLE_SUMNull() {
this[this.tablePMINVESTMASTER.INT_RCV_ABLE_SUMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTART_INTDATENull() {
return this.IsNull(this.tablePMINVESTMASTER.START_INTDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTART_INTDATENull() {
this[this.tablePMINVESTMASTER.START_INTDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUNIT_AMTNull() {
return this.IsNull(this.tablePMINVESTMASTER.UNIT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUNIT_AMTNull() {
this[this.tablePMINVESTMASTER.UNIT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUNIT_COSTNull() {
return this.IsNull(this.tablePMINVESTMASTER.UNIT_COSTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUNIT_COSTNull() {
this[this.tablePMINVESTMASTER.UNIT_COSTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCID_PRNCNull() {
return this.IsNull(this.tablePMINVESTMASTER.ACCID_PRNCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCID_PRNCNull() {
this[this.tablePMINVESTMASTER.ACCID_PRNCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPURCHASE_PRICENull() {
return this.IsNull(this.tablePMINVESTMASTER.PURCHASE_PRICEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPURCHASE_PRICENull() {
this[this.tablePMINVESTMASTER.PURCHASE_PRICEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSYMBOL_CODENull() {
return this.IsNull(this.tablePMINVESTMASTER.SYMBOL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSYMBOL_CODENull() {
this[this.tablePMINVESTMASTER.SYMBOL_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRATE_CODENull() {
return this.IsNull(this.tablePMINVESTMASTER.RATE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRATE_CODENull() {
this[this.tablePMINVESTMASTER.RATE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPUSH_STATUSNull() {
return this.IsNull(this.tablePMINVESTMASTER.PUSH_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPUSH_STATUSNull() {
this[this.tablePMINVESTMASTER.PUSH_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPUSH_DATENull() {
return this.IsNull(this.tablePMINVESTMASTER.PUSH_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPUSH_DATENull() {
this[this.tablePMINVESTMASTER.PUSH_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALL_STATUSNull() {
return this.IsNull(this.tablePMINVESTMASTER.CALL_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALL_STATUSNull() {
this[this.tablePMINVESTMASTER.CALL_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALL_DATENull() {
return this.IsNull(this.tablePMINVESTMASTER.CALL_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALL_DATENull() {
this[this.tablePMINVESTMASTER.CALL_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDAY_INYEARNull() {
return this.IsNull(this.tablePMINVESTMASTER.DAY_INYEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDAY_INYEARNull() {
this[this.tablePMINVESTMASTER.DAY_INYEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINVESTMENT_PERIODNull() {
return this.IsNull(this.tablePMINVESTMASTER.INVESTMENT_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINVESTMENT_PERIODNull() {
this[this.tablePMINVESTMASTER.INVESTMENT_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINVEST_PERIOD_UNITNull() {
return this.IsNull(this.tablePMINVESTMASTER.INVEST_PERIOD_UNITColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINVEST_PERIOD_UNITNull() {
this[this.tablePMINVESTMASTER.INVEST_PERIOD_UNITColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCID_INTNull() {
return this.IsNull(this.tablePMINVESTMASTER.ACCID_INTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCID_INTNull() {
this[this.tablePMINVESTMASTER.ACCID_INTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsORGAN_WARRANTYNull() {
return this.IsNull(this.tablePMINVESTMASTER.ORGAN_WARRANTYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetORGAN_WARRANTYNull() {
this[this.tablePMINVESTMASTER.ORGAN_WARRANTYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDURATION_DUENull() {
return this.IsNull(this.tablePMINVESTMASTER.DURATION_DUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDURATION_DUENull() {
this[this.tablePMINVESTMASTER.DURATION_DUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBUY_DATENull() {
return this.IsNull(this.tablePMINVESTMASTER.BUY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBUY_DATENull() {
this[this.tablePMINVESTMASTER.BUY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINVEST_DETAILNull() {
return this.IsNull(this.tablePMINVESTMASTER.INVEST_DETAILColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINVEST_DETAILNull() {
this[this.tablePMINVESTMASTER.INVEST_DETAILColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_TIMEDUENull() {
return this.IsNull(this.tablePMINVESTMASTER.INT_TIMEDUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_TIMEDUENull() {
this[this.tablePMINVESTMASTER.INT_TIMEDUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEFF_AMTNull() {
return this.IsNull(this.tablePMINVESTMASTER.DEFF_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEFF_AMTNull() {
this[this.tablePMINVESTMASTER.DEFF_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLEANPRICE_AMTNull() {
return this.IsNull(this.tablePMINVESTMASTER.CLEANPRICE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLEANPRICE_AMTNull() {
this[this.tablePMINVESTMASTER.CLEANPRICE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUBORDINATEDNull() {
return this.IsNull(this.tablePMINVESTMASTER.SUBORDINATEDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBORDINATEDNull() {
this[this.tablePMINVESTMASTER.SUBORDINATEDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLEANPRICE_PRESENTNull() {
return this.IsNull(this.tablePMINVESTMASTER.CLEANPRICE_PRESENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLEANPRICE_PRESENTNull() {
this[this.tablePMINVESTMASTER.CLEANPRICE_PRESENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTYIELD_PRESENTNull() {
return this.IsNull(this.tablePMINVESTMASTER.INTYIELD_PRESENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTYIELD_PRESENTNull() {
this[this.tablePMINVESTMASTER.INTYIELD_PRESENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNODUE_FLAGNull() {
return this.IsNull(this.tablePMINVESTMASTER.NODUE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNODUE_FLAGNull() {
this[this.tablePMINVESTMASTER.NODUE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isinvesttype_descNull() {
return this.IsNull(this.tablePMINVESTMASTER.investtype_descColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setinvesttype_descNull() {
this[this.tablePMINVESTMASTER.investtype_descColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isint_rateNull() {
return this.IsNull(this.tablePMINVESTMASTER.int_rateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setint_rateNull() {
this[this.tablePMINVESTMASTER.int_rateColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DataTable1Row : global::System.Data.DataRow {
private DataTable1DataTable tableDataTable1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable1Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDataTable1 = ((DataTable1DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string dropdown {
get {
try {
return ((string)(this[this.tableDataTable1.dropdownColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'dropdown\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.dropdownColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsdropdownNull() {
return this.IsNull(this.tableDataTable1.dropdownColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetdropdownNull() {
this[this.tableDataTable1.dropdownColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class PMINVESTMASTERRowChangeEvent : global::System.EventArgs {
private PMINVESTMASTERRow 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 PMINVESTMASTERRowChangeEvent(PMINVESTMASTERRow 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 PMINVESTMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class DataTable1RowChangeEvent : global::System.EventArgs {
private DataTable1Row eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1RowChangeEvent(DataTable1Row row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
#pragma warning restore 1591