//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.shrlon.ws_sl_auditloan_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 MBMEMBMASTERDataTable tableMBMEMBMASTER;
private LNCONTMASTERDataTable tableLNCONTMASTER;
private dslistDataTable tabledslist;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet1() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
this.InitExpressions();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) {
this.InitExpressions();
}
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["MBMEMBMASTER"] != null)) {
base.Tables.Add(new MBMEMBMASTERDataTable(ds.Tables["MBMEMBMASTER"]));
}
if ((ds.Tables["LNCONTMASTER"] != null)) {
base.Tables.Add(new LNCONTMASTERDataTable(ds.Tables["LNCONTMASTER"]));
}
if ((ds.Tables["dslist"] != null)) {
base.Tables.Add(new dslistDataTable(ds.Tables["dslist"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
this.InitExpressions();
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public MBMEMBMASTERDataTable MBMEMBMASTER {
get {
return this.tableMBMEMBMASTER;
}
}
[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 LNCONTMASTERDataTable LNCONTMASTER {
get {
return this.tableLNCONTMASTER;
}
}
[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 dslistDataTable dslist {
get {
return this.tabledslist;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet1 cln = ((DataSet1)(base.Clone()));
cln.InitVars();
cln.InitExpressions();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["MBMEMBMASTER"] != null)) {
base.Tables.Add(new MBMEMBMASTERDataTable(ds.Tables["MBMEMBMASTER"]));
}
if ((ds.Tables["LNCONTMASTER"] != null)) {
base.Tables.Add(new LNCONTMASTERDataTable(ds.Tables["LNCONTMASTER"]));
}
if ((ds.Tables["dslist"] != null)) {
base.Tables.Add(new dslistDataTable(ds.Tables["dslist"]));
}
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.tableMBMEMBMASTER = ((MBMEMBMASTERDataTable)(base.Tables["MBMEMBMASTER"]));
if ((initTable == true)) {
if ((this.tableMBMEMBMASTER != null)) {
this.tableMBMEMBMASTER.InitVars();
}
}
this.tableLNCONTMASTER = ((LNCONTMASTERDataTable)(base.Tables["LNCONTMASTER"]));
if ((initTable == true)) {
if ((this.tableLNCONTMASTER != null)) {
this.tableLNCONTMASTER.InitVars();
}
}
this.tabledslist = ((dslistDataTable)(base.Tables["dslist"]));
if ((initTable == true)) {
if ((this.tabledslist != null)) {
this.tabledslist.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.tableMBMEMBMASTER = new MBMEMBMASTERDataTable(false);
base.Tables.Add(this.tableMBMEMBMASTER);
this.tableLNCONTMASTER = new LNCONTMASTERDataTable();
base.Tables.Add(this.tableLNCONTMASTER);
this.tabledslist = new dslistDataTable();
base.Tables.Add(this.tabledslist);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeMBMEMBMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNCONTMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializedslist() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.MBMEMBMASTER.cp_nameColumn.Expression = "PRENAME_DESC+MEMB_NAME + \' \' + MEMB_SURNAME";
this.MBMEMBMASTER.cp_sharestkColumn.Expression = "SHARESTK_AMT*SHARE_VALUE";
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void MBMEMBMASTERRowChangeEventHandler(object sender, MBMEMBMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNCONTMASTERRowChangeEventHandler(object sender, LNCONTMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void dslistRowChangeEventHandler(object sender, dslistRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class MBMEMBMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnMEMBER_DATE;
private global::System.Data.DataColumn columnPRENAME_DESC;
private global::System.Data.DataColumn columnMEMBGROUP_DESC;
private global::System.Data.DataColumn columnSHARESTK_AMT;
private global::System.Data.DataColumn columnSHARE_VALUE;
private global::System.Data.DataColumn columnMEMBER_STATUS;
private global::System.Data.DataColumn columnSALARY_AMOUNT;
private global::System.Data.DataColumn columncp_membgroup;
private global::System.Data.DataColumn columncp_name;
private global::System.Data.DataColumn columncp_sharestk;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERDataTable(bool initExpressions) {
this.TableName = "MBMEMBMASTER";
this.BeginInit();
this.InitClass();
if ((initExpressions == true)) {
this.InitExpressions();
}
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBMEMBMASTERDataTable(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 MBMEMBMASTERDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_CODEColumn {
get {
return this.columnMEMBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_DATEColumn {
get {
return this.columnMEMBER_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRENAME_DESCColumn {
get {
return this.columnPRENAME_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_DESCColumn {
get {
return this.columnMEMBGROUP_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTK_AMTColumn {
get {
return this.columnSHARESTK_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARE_VALUEColumn {
get {
return this.columnSHARE_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_STATUSColumn {
get {
return this.columnMEMBER_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALARY_AMOUNTColumn {
get {
return this.columnSALARY_AMOUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_membgroupColumn {
get {
return this.columncp_membgroup;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_nameColumn {
get {
return this.columncp_name;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_sharestkColumn {
get {
return this.columncp_sharestk;
}
}
[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 MBMEMBMASTERRow this[int index] {
get {
return ((MBMEMBMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddMBMEMBMASTERRow(MBMEMBMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow AddMBMEMBMASTERRow(string MEMBER_NO, string MEMB_NAME, string MEMB_SURNAME, string MEMBGROUP_CODE, System.DateTime MEMBER_DATE, string PRENAME_DESC, string MEMBGROUP_DESC, decimal SHARESTK_AMT, decimal SHARE_VALUE, decimal MEMBER_STATUS, decimal SALARY_AMOUNT, string cp_membgroup, string cp_name, decimal cp_sharestk) {
MBMEMBMASTERRow rowMBMEMBMASTERRow = ((MBMEMBMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
MEMBER_NO,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_CODE,
MEMBER_DATE,
PRENAME_DESC,
MEMBGROUP_DESC,
SHARESTK_AMT,
SHARE_VALUE,
MEMBER_STATUS,
SALARY_AMOUNT,
cp_membgroup,
cp_name,
cp_sharestk};
rowMBMEMBMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowMBMEMBMASTERRow);
return rowMBMEMBMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow AddMBMEMBMASTERRow(string MEMBER_NO, string MEMB_NAME, string MEMB_SURNAME, string MEMBGROUP_CODE, System.DateTime MEMBER_DATE, string PRENAME_DESC, string MEMBGROUP_DESC, decimal SHARESTK_AMT, decimal SHARE_VALUE, decimal MEMBER_STATUS, decimal SALARY_AMOUNT, string cp_membgroup) {
MBMEMBMASTERRow rowMBMEMBMASTERRow = ((MBMEMBMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
MEMBER_NO,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_CODE,
MEMBER_DATE,
PRENAME_DESC,
MEMBGROUP_DESC,
SHARESTK_AMT,
SHARE_VALUE,
MEMBER_STATUS,
SALARY_AMOUNT,
cp_membgroup,
null,
null};
rowMBMEMBMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowMBMEMBMASTERRow);
return rowMBMEMBMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
MBMEMBMASTERDataTable cln = ((MBMEMBMASTERDataTable)(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 MBMEMBMASTERDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnMEMBER_DATE = base.Columns["MEMBER_DATE"];
this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"];
this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"];
this.columnSHARESTK_AMT = base.Columns["SHARESTK_AMT"];
this.columnSHARE_VALUE = base.Columns["SHARE_VALUE"];
this.columnMEMBER_STATUS = base.Columns["MEMBER_STATUS"];
this.columnSALARY_AMOUNT = base.Columns["SALARY_AMOUNT"];
this.columncp_membgroup = base.Columns["cp_membgroup"];
this.columncp_name = base.Columns["cp_name"];
this.columncp_sharestk = base.Columns["cp_sharestk"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE);
this.columnMEMBER_DATE = new global::System.Data.DataColumn("MEMBER_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_DATE);
this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_DESC);
this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_DESC);
this.columnSHARESTK_AMT = new global::System.Data.DataColumn("SHARESTK_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTK_AMT);
this.columnSHARE_VALUE = new global::System.Data.DataColumn("SHARE_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARE_VALUE);
this.columnMEMBER_STATUS = new global::System.Data.DataColumn("MEMBER_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_STATUS);
this.columnSALARY_AMOUNT = new global::System.Data.DataColumn("SALARY_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARY_AMOUNT);
this.columncp_membgroup = new global::System.Data.DataColumn("cp_membgroup", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_membgroup);
this.columncp_name = new global::System.Data.DataColumn("cp_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_name);
this.columncp_sharestk = new global::System.Data.DataColumn("cp_sharestk", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_sharestk);
this.columnMEMBER_NO.AllowDBNull = false;
this.columnMEMBER_NO.MaxLength = 8;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columnMEMBGROUP_CODE.MaxLength = 14;
this.columnPRENAME_DESC.MaxLength = 30;
this.columnMEMBGROUP_DESC.MaxLength = 100;
this.columncp_membgroup.ReadOnly = true;
this.columncp_name.ReadOnly = true;
this.columncp_sharestk.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow NewMBMEMBMASTERRow() {
return ((MBMEMBMASTERRow)(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 MBMEMBMASTERRow(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(MBMEMBMASTERRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.cp_nameColumn.Expression = "PRENAME_DESC+MEMB_NAME + \' \' + MEMB_SURNAME";
this.cp_sharestkColumn.Expression = "SHARESTK_AMT*SHARE_VALUE";
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.MBMEMBMASTERRowChanged != null)) {
this.MBMEMBMASTERRowChanged(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowChanging != null)) {
this.MBMEMBMASTERRowChanging(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowDeleted != null)) {
this.MBMEMBMASTERRowDeleted(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowDeleting != null)) {
this.MBMEMBMASTERRowDeleting(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveMBMEMBMASTERRow(MBMEMBMASTERRow 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 = "MBMEMBMASTERDataTable";
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 LNCONTMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnLOANTYPE_CODE;
private global::System.Data.DataColumn columnLOANOBJECTIVE_CODE;
private global::System.Data.DataColumn columnSTARTCONT_DATE;
private global::System.Data.DataColumn columnLAST_PERIODRCV;
private global::System.Data.DataColumn columnLAST_PERIODPAY;
private global::System.Data.DataColumn columnLASTRECEIVE_DATE;
private global::System.Data.DataColumn columnLASTPAYMENT_DATE;
private global::System.Data.DataColumn columnLASTCALINT_DATE;
private global::System.Data.DataColumn columnLASTKEEPING_DATE;
private global::System.Data.DataColumn columnLASTPROCESS_DATE;
private global::System.Data.DataColumn columnPRINCIPAL_ARREAR;
private global::System.Data.DataColumn columnINTEREST_ARREAR;
private global::System.Data.DataColumn columnINTMONTH_ARREAR;
private global::System.Data.DataColumn columnINTYEAR_ARREAR;
private global::System.Data.DataColumn columnINTEREST_ACCUM;
private global::System.Data.DataColumn columnINTACCUM_LASTYEAR;
private global::System.Data.DataColumn columnINTPAYMENT_AMT;
private global::System.Data.DataColumn columnLAST_STM_NO;
private global::System.Data.DataColumn columnLAST_TRANSCONT_NO;
private global::System.Data.DataColumn columnCONTRACT_TIME;
private global::System.Data.DataColumn columnEXPIRECONT_DATE;
private global::System.Data.DataColumn columnUPDATE_BYENTRYID;
private global::System.Data.DataColumn columnUPDATE_BYENTRYIP;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERDataTable() {
this.TableName = "LNCONTMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCONTMASTERDataTable(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 LNCONTMASTERDataTable(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 LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANTYPE_CODEColumn {
get {
return this.columnLOANTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANOBJECTIVE_CODEColumn {
get {
return this.columnLOANOBJECTIVE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STARTCONT_DATEColumn {
get {
return this.columnSTARTCONT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_PERIODRCVColumn {
get {
return this.columnLAST_PERIODRCV;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_PERIODPAYColumn {
get {
return this.columnLAST_PERIODPAY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTRECEIVE_DATEColumn {
get {
return this.columnLASTRECEIVE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPAYMENT_DATEColumn {
get {
return this.columnLASTPAYMENT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 LASTKEEPING_DATEColumn {
get {
return this.columnLASTKEEPING_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPROCESS_DATEColumn {
get {
return this.columnLASTPROCESS_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_ARREARColumn {
get {
return this.columnPRINCIPAL_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_ARREARColumn {
get {
return this.columnINTEREST_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTMONTH_ARREARColumn {
get {
return this.columnINTMONTH_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTYEAR_ARREARColumn {
get {
return this.columnINTYEAR_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_ACCUMColumn {
get {
return this.columnINTEREST_ACCUM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTACCUM_LASTYEARColumn {
get {
return this.columnINTACCUM_LASTYEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTPAYMENT_AMTColumn {
get {
return this.columnINTPAYMENT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_STM_NOColumn {
get {
return this.columnLAST_STM_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_TRANSCONT_NOColumn {
get {
return this.columnLAST_TRANSCONT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACT_TIMEColumn {
get {
return this.columnCONTRACT_TIME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPIRECONT_DATEColumn {
get {
return this.columnEXPIRECONT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UPDATE_BYENTRYIDColumn {
get {
return this.columnUPDATE_BYENTRYID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UPDATE_BYENTRYIPColumn {
get {
return this.columnUPDATE_BYENTRYIP;
}
}
[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 LNCONTMASTERRow this[int index] {
get {
return ((LNCONTMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNCONTMASTERRow(LNCONTMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow AddLNCONTMASTERRow(
string COOP_ID,
string LOANCONTRACT_NO,
string LOANTYPE_CODE,
string LOANOBJECTIVE_CODE,
System.DateTime STARTCONT_DATE,
decimal LAST_PERIODRCV,
decimal LAST_PERIODPAY,
System.DateTime LASTRECEIVE_DATE,
System.DateTime LASTPAYMENT_DATE,
System.DateTime LASTCALINT_DATE,
System.DateTime LASTKEEPING_DATE,
System.DateTime LASTPROCESS_DATE,
decimal PRINCIPAL_ARREAR,
decimal INTEREST_ARREAR,
decimal INTMONTH_ARREAR,
decimal INTYEAR_ARREAR,
decimal INTEREST_ACCUM,
decimal INTACCUM_LASTYEAR,
decimal INTPAYMENT_AMT,
decimal LAST_STM_NO,
decimal LAST_TRANSCONT_NO,
decimal CONTRACT_TIME,
System.DateTime EXPIRECONT_DATE,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP) {
LNCONTMASTERRow rowLNCONTMASTERRow = ((LNCONTMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
LOANTYPE_CODE,
LOANOBJECTIVE_CODE,
STARTCONT_DATE,
LAST_PERIODRCV,
LAST_PERIODPAY,
LASTRECEIVE_DATE,
LASTPAYMENT_DATE,
LASTCALINT_DATE,
LASTKEEPING_DATE,
LASTPROCESS_DATE,
PRINCIPAL_ARREAR,
INTEREST_ARREAR,
INTMONTH_ARREAR,
INTYEAR_ARREAR,
INTEREST_ACCUM,
INTACCUM_LASTYEAR,
INTPAYMENT_AMT,
LAST_STM_NO,
LAST_TRANSCONT_NO,
CONTRACT_TIME,
EXPIRECONT_DATE,
UPDATE_BYENTRYID,
UPDATE_BYENTRYIP};
rowLNCONTMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCONTMASTERRow);
return rowLNCONTMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow FindByCOOP_IDLOANCONTRACT_NO(string COOP_ID, string LOANCONTRACT_NO) {
return ((LNCONTMASTERRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_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() {
LNCONTMASTERDataTable cln = ((LNCONTMASTERDataTable)(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 LNCONTMASTERDataTable();
}
[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.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"];
this.columnLOANOBJECTIVE_CODE = base.Columns["LOANOBJECTIVE_CODE"];
this.columnSTARTCONT_DATE = base.Columns["STARTCONT_DATE"];
this.columnLAST_PERIODRCV = base.Columns["LAST_PERIODRCV"];
this.columnLAST_PERIODPAY = base.Columns["LAST_PERIODPAY"];
this.columnLASTRECEIVE_DATE = base.Columns["LASTRECEIVE_DATE"];
this.columnLASTPAYMENT_DATE = base.Columns["LASTPAYMENT_DATE"];
this.columnLASTCALINT_DATE = base.Columns["LASTCALINT_DATE"];
this.columnLASTKEEPING_DATE = base.Columns["LASTKEEPING_DATE"];
this.columnLASTPROCESS_DATE = base.Columns["LASTPROCESS_DATE"];
this.columnPRINCIPAL_ARREAR = base.Columns["PRINCIPAL_ARREAR"];
this.columnINTEREST_ARREAR = base.Columns["INTEREST_ARREAR"];
this.columnINTMONTH_ARREAR = base.Columns["INTMONTH_ARREAR"];
this.columnINTYEAR_ARREAR = base.Columns["INTYEAR_ARREAR"];
this.columnINTEREST_ACCUM = base.Columns["INTEREST_ACCUM"];
this.columnINTACCUM_LASTYEAR = base.Columns["INTACCUM_LASTYEAR"];
this.columnINTPAYMENT_AMT = base.Columns["INTPAYMENT_AMT"];
this.columnLAST_STM_NO = base.Columns["LAST_STM_NO"];
this.columnLAST_TRANSCONT_NO = base.Columns["LAST_TRANSCONT_NO"];
this.columnCONTRACT_TIME = base.Columns["CONTRACT_TIME"];
this.columnEXPIRECONT_DATE = base.Columns["EXPIRECONT_DATE"];
this.columnUPDATE_BYENTRYID = base.Columns["UPDATE_BYENTRYID"];
this.columnUPDATE_BYENTRYIP = base.Columns["UPDATE_BYENTRYIP"];
}
[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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE_CODE);
this.columnLOANOBJECTIVE_CODE = new global::System.Data.DataColumn("LOANOBJECTIVE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANOBJECTIVE_CODE);
this.columnSTARTCONT_DATE = new global::System.Data.DataColumn("STARTCONT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTARTCONT_DATE);
this.columnLAST_PERIODRCV = new global::System.Data.DataColumn("LAST_PERIODRCV", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_PERIODRCV);
this.columnLAST_PERIODPAY = new global::System.Data.DataColumn("LAST_PERIODPAY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_PERIODPAY);
this.columnLASTRECEIVE_DATE = new global::System.Data.DataColumn("LASTRECEIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTRECEIVE_DATE);
this.columnLASTPAYMENT_DATE = new global::System.Data.DataColumn("LASTPAYMENT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPAYMENT_DATE);
this.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.columnLASTKEEPING_DATE = new global::System.Data.DataColumn("LASTKEEPING_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTKEEPING_DATE);
this.columnLASTPROCESS_DATE = new global::System.Data.DataColumn("LASTPROCESS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPROCESS_DATE);
this.columnPRINCIPAL_ARREAR = new global::System.Data.DataColumn("PRINCIPAL_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_ARREAR);
this.columnINTEREST_ARREAR = new global::System.Data.DataColumn("INTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_ARREAR);
this.columnINTMONTH_ARREAR = new global::System.Data.DataColumn("INTMONTH_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTMONTH_ARREAR);
this.columnINTYEAR_ARREAR = new global::System.Data.DataColumn("INTYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTYEAR_ARREAR);
this.columnINTEREST_ACCUM = new global::System.Data.DataColumn("INTEREST_ACCUM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_ACCUM);
this.columnINTACCUM_LASTYEAR = new global::System.Data.DataColumn("INTACCUM_LASTYEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTACCUM_LASTYEAR);
this.columnINTPAYMENT_AMT = new global::System.Data.DataColumn("INTPAYMENT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTPAYMENT_AMT);
this.columnLAST_STM_NO = new global::System.Data.DataColumn("LAST_STM_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_STM_NO);
this.columnLAST_TRANSCONT_NO = new global::System.Data.DataColumn("LAST_TRANSCONT_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_TRANSCONT_NO);
this.columnCONTRACT_TIME = new global::System.Data.DataColumn("CONTRACT_TIME", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACT_TIME);
this.columnEXPIRECONT_DATE = new global::System.Data.DataColumn("EXPIRECONT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPIRECONT_DATE);
this.columnUPDATE_BYENTRYID = new global::System.Data.DataColumn("UPDATE_BYENTRYID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUPDATE_BYENTRYID);
this.columnUPDATE_BYENTRYIP = new global::System.Data.DataColumn("UPDATE_BYENTRYIP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUPDATE_BYENTRYIP);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnLOANTYPE_CODE.MaxLength = 2;
this.columnLOANOBJECTIVE_CODE.MaxLength = 3;
this.columnUPDATE_BYENTRYID.MaxLength = 32;
this.columnUPDATE_BYENTRYIP.MaxLength = 15;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow NewLNCONTMASTERRow() {
return ((LNCONTMASTERRow)(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 LNCONTMASTERRow(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(LNCONTMASTERRow);
}
[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.LNCONTMASTERRowChanged != null)) {
this.LNCONTMASTERRowChanged(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(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.LNCONTMASTERRowChanging != null)) {
this.LNCONTMASTERRowChanging(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(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.LNCONTMASTERRowDeleted != null)) {
this.LNCONTMASTERRowDeleted(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(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.LNCONTMASTERRowDeleting != null)) {
this.LNCONTMASTERRowDeleting(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNCONTMASTERRow(LNCONTMASTERRow 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 = "LNCONTMASTERDataTable";
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 dslistDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnloantype_code;
private global::System.Data.DataColumn columnloancontract_no;
private global::System.Data.DataColumn columnprincipal_balance;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dslistDataTable() {
this.TableName = "dslist";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal dslistDataTable(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 dslistDataTable(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 loantype_codeColumn {
get {
return this.columnloantype_code;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn loancontract_noColumn {
get {
return this.columnloancontract_no;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn principal_balanceColumn {
get {
return this.columnprincipal_balance;
}
}
[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 dslistRow this[int index] {
get {
return ((dslistRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event dslistRowChangeEventHandler dslistRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event dslistRowChangeEventHandler dslistRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event dslistRowChangeEventHandler dslistRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event dslistRowChangeEventHandler dslistRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AdddslistRow(dslistRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dslistRow AdddslistRow(string loantype_code, string loancontract_no, decimal principal_balance) {
dslistRow rowdslistRow = ((dslistRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
loantype_code,
loancontract_no,
principal_balance};
rowdslistRow.ItemArray = columnValuesArray;
this.Rows.Add(rowdslistRow);
return rowdslistRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
dslistDataTable cln = ((dslistDataTable)(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 dslistDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnloantype_code = base.Columns["loantype_code"];
this.columnloancontract_no = base.Columns["loancontract_no"];
this.columnprincipal_balance = base.Columns["principal_balance"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnloantype_code = new global::System.Data.DataColumn("loantype_code", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnloantype_code);
this.columnloancontract_no = new global::System.Data.DataColumn("loancontract_no", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnloancontract_no);
this.columnprincipal_balance = new global::System.Data.DataColumn("principal_balance", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnprincipal_balance);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dslistRow NewdslistRow() {
return ((dslistRow)(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 dslistRow(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(dslistRow);
}
[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.dslistRowChanged != null)) {
this.dslistRowChanged(this, new dslistRowChangeEvent(((dslistRow)(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.dslistRowChanging != null)) {
this.dslistRowChanging(this, new dslistRowChangeEvent(((dslistRow)(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.dslistRowDeleted != null)) {
this.dslistRowDeleted(this, new dslistRowChangeEvent(((dslistRow)(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.dslistRowDeleting != null)) {
this.dslistRowDeleting(this, new dslistRowChangeEvent(((dslistRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemovedslistRow(dslistRow 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 = "dslistDataTable";
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 MBMEMBMASTERRow : global::System.Data.DataRow {
private MBMEMBMASTERDataTable tableMBMEMBMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBMEMBMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableMBMEMBMASTER = ((MBMEMBMASTERDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
return ((string)(this[this.tableMBMEMBMASTER.MEMBER_NOColumn]));
}
set {
this[this.tableMBMEMBMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MEMBER_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.MEMBER_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_DESC {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.PRENAME_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PRENAME_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_DESC {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMBGROUP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBGROUP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTK_AMT {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.SHARESTK_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_AMT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SHARESTK_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARE_VALUE {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.SHARE_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARE_VALUE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SHARE_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBER_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MEMBER_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SALARY_AMOUNT {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.SALARY_AMOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_AMOUNT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SALARY_AMOUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_membgroup {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.cp_membgroupColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_membgroup\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.cp_membgroupColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_name {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.cp_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_name\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.cp_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_sharestk {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.cp_sharestkColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_sharestk\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.cp_sharestkColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableMBMEMBMASTER.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableMBMEMBMASTER.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_CODENull() {
this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_DATENull() {
this[this.tableMBMEMBMASTER.MEMBER_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_DESCNull() {
return this.IsNull(this.tableMBMEMBMASTER.PRENAME_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRENAME_DESCNull() {
this[this.tableMBMEMBMASTER.PRENAME_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_DESCNull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBGROUP_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_DESCNull() {
this[this.tableMBMEMBMASTER.MEMBGROUP_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTK_AMTNull() {
return this.IsNull(this.tableMBMEMBMASTER.SHARESTK_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTK_AMTNull() {
this[this.tableMBMEMBMASTER.SHARESTK_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARE_VALUENull() {
return this.IsNull(this.tableMBMEMBMASTER.SHARE_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARE_VALUENull() {
this[this.tableMBMEMBMASTER.SHARE_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_STATUSNull() {
this[this.tableMBMEMBMASTER.MEMBER_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALARY_AMOUNTNull() {
return this.IsNull(this.tableMBMEMBMASTER.SALARY_AMOUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARY_AMOUNTNull() {
this[this.tableMBMEMBMASTER.SALARY_AMOUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_membgroupNull() {
return this.IsNull(this.tableMBMEMBMASTER.cp_membgroupColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_membgroupNull() {
this[this.tableMBMEMBMASTER.cp_membgroupColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_nameNull() {
return this.IsNull(this.tableMBMEMBMASTER.cp_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_nameNull() {
this[this.tableMBMEMBMASTER.cp_nameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_sharestkNull() {
return this.IsNull(this.tableMBMEMBMASTER.cp_sharestkColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_sharestkNull() {
this[this.tableMBMEMBMASTER.cp_sharestkColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNCONTMASTERRow : global::System.Data.DataRow {
private LNCONTMASTERDataTable tableLNCONTMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCONTMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNCONTMASTER = ((LNCONTMASTERDataTable)(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.tableLNCONTMASTER.COOP_IDColumn]));
}
set {
this[this.tableLNCONTMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNCONTMASTER.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNCONTMASTER.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE_CODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANOBJECTIVE_CODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANOBJECTIVE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime STARTCONT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.STARTCONT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STARTCONT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.STARTCONT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_PERIODRCV {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LAST_PERIODRCVColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_PERIODRCV\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LAST_PERIODRCVColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_PERIODPAY {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LAST_PERIODPAYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_PERIODPAY\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LAST_PERIODPAYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTRECEIVE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTRECEIVE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTPAYMENT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAYMENT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn] = 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.tableLNCONTMASTER.LASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTCALINT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTCALINT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTKEEPING_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTKEEPING_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTKEEPING_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTKEEPING_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTPROCESS_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTPROCESS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPROCESS_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTPROCESS_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTEREST_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTMONTH_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTMONTH_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTMONTH_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTMONTH_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTYEAR_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTYEAR_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_ACCUM {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ACCUM\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTACCUM_LASTYEAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_LASTYEAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTPAYMENT_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTPAYMENT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTPAYMENT_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTPAYMENT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_STM_NO {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LAST_STM_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_STM_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LAST_STM_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_TRANSCONT_NO {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_TRANSCONT_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTRACT_TIME {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.CONTRACT_TIMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_TIME\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTRACT_TIMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime EXPIRECONT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.EXPIRECONT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPIRECONT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.EXPIRECONT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string UPDATE_BYENTRYID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.UPDATE_BYENTRYIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.UPDATE_BYENTRYIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string UPDATE_BYENTRYIP {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYIP\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANTYPE_CODENull() {
return this.IsNull(this.tableLNCONTMASTER.LOANTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPE_CODENull() {
this[this.tableLNCONTMASTER.LOANTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANOBJECTIVE_CODENull() {
return this.IsNull(this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANOBJECTIVE_CODENull() {
this[this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTARTCONT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.STARTCONT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTARTCONT_DATENull() {
this[this.tableLNCONTMASTER.STARTCONT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_PERIODRCVNull() {
return this.IsNull(this.tableLNCONTMASTER.LAST_PERIODRCVColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_PERIODRCVNull() {
this[this.tableLNCONTMASTER.LAST_PERIODRCVColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_PERIODPAYNull() {
return this.IsNull(this.tableLNCONTMASTER.LAST_PERIODPAYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_PERIODPAYNull() {
this[this.tableLNCONTMASTER.LAST_PERIODPAYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTRECEIVE_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTRECEIVE_DATENull() {
this[this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPAYMENT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPAYMENT_DATENull() {
this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTCALINT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.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.tableLNCONTMASTER.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 IsLASTKEEPING_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTKEEPING_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTKEEPING_DATENull() {
this[this.tableLNCONTMASTER.LASTKEEPING_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPROCESS_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTPROCESS_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPROCESS_DATENull() {
this[this.tableLNCONTMASTER.LASTPROCESS_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_ARREARNull() {
this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTEREST_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_ARREARNull() {
this[this.tableLNCONTMASTER.INTEREST_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTMONTH_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTMONTH_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTMONTH_ARREARNull() {
this[this.tableLNCONTMASTER.INTMONTH_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTYEAR_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTYEAR_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTYEAR_ARREARNull() {
this[this.tableLNCONTMASTER.INTYEAR_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ACCUMNull() {
return this.IsNull(this.tableLNCONTMASTER.INTEREST_ACCUMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_ACCUMNull() {
this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTACCUM_LASTYEARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTACCUM_LASTYEARNull() {
this[this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTPAYMENT_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.INTPAYMENT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTPAYMENT_AMTNull() {
this[this.tableLNCONTMASTER.INTPAYMENT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_STM_NONull() {
return this.IsNull(this.tableLNCONTMASTER.LAST_STM_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_STM_NONull() {
this[this.tableLNCONTMASTER.LAST_STM_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_TRANSCONT_NONull() {
return this.IsNull(this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_TRANSCONT_NONull() {
this[this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACT_TIMENull() {
return this.IsNull(this.tableLNCONTMASTER.CONTRACT_TIMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACT_TIMENull() {
this[this.tableLNCONTMASTER.CONTRACT_TIMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPIRECONT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.EXPIRECONT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPIRECONT_DATENull() {
this[this.tableLNCONTMASTER.EXPIRECONT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUPDATE_BYENTRYIDNull() {
return this.IsNull(this.tableLNCONTMASTER.UPDATE_BYENTRYIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUPDATE_BYENTRYIDNull() {
this[this.tableLNCONTMASTER.UPDATE_BYENTRYIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUPDATE_BYENTRYIPNull() {
return this.IsNull(this.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUPDATE_BYENTRYIPNull() {
this[this.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class dslistRow : global::System.Data.DataRow {
private dslistDataTable tabledslist;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal dslistRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tabledslist = ((dslistDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string loantype_code {
get {
try {
return ((string)(this[this.tabledslist.loantype_codeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'loantype_code\' in table \'dslist\' is DBNull.", e);
}
}
set {
this[this.tabledslist.loantype_codeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string loancontract_no {
get {
try {
return ((string)(this[this.tabledslist.loancontract_noColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'loancontract_no\' in table \'dslist\' is DBNull.", e);
}
}
set {
this[this.tabledslist.loancontract_noColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal principal_balance {
get {
try {
return ((decimal)(this[this.tabledslist.principal_balanceColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'principal_balance\' in table \'dslist\' is DBNull.", e);
}
}
set {
this[this.tabledslist.principal_balanceColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isloantype_codeNull() {
return this.IsNull(this.tabledslist.loantype_codeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setloantype_codeNull() {
this[this.tabledslist.loantype_codeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isloancontract_noNull() {
return this.IsNull(this.tabledslist.loancontract_noColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setloancontract_noNull() {
this[this.tabledslist.loancontract_noColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isprincipal_balanceNull() {
return this.IsNull(this.tabledslist.principal_balanceColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setprincipal_balanceNull() {
this[this.tabledslist.principal_balanceColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class MBMEMBMASTERRowChangeEvent : global::System.EventArgs {
private MBMEMBMASTERRow 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 MBMEMBMASTERRowChangeEvent(MBMEMBMASTERRow 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 MBMEMBMASTERRow 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 LNCONTMASTERRowChangeEvent : global::System.EventArgs {
private LNCONTMASTERRow 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 LNCONTMASTERRowChangeEvent(LNCONTMASTERRow 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 LNCONTMASTERRow 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 dslistRowChangeEvent : global::System.EventArgs {
private dslistRow 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 dslistRowChangeEvent(dslistRow 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 dslistRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Saving.Applications.shrlon.ws_sl_auditloan_ctrl.DataSet1TableAdapters {
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class MBMEMBMASTERTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OracleClient.OracleDataAdapter _adapter;
private global::System.Data.OracleClient.OracleConnection _connection;
private global::System.Data.OracleClient.OracleTransaction _transaction;
private global::System.Data.OracleClient.OracleCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.OracleClient.OracleCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OracleClient.OracleDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "MBMEMBMASTER";
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME");
tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("MEMBER_DATE", "MEMBER_DATE");
tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC");
tableMapping.ColumnMappings.Add("MEMBGROUP_DESC", "MEMBGROUP_DESC");
tableMapping.ColumnMappings.Add("SHARESTK_AMT", "SHARESTK_AMT");
tableMapping.ColumnMappings.Add("SHARE_VALUE", "SHARE_VALUE");
tableMapping.ColumnMappings.Add("MEMBER_STATUS", "MEMBER_STATUS");
tableMapping.ColumnMappings.Add("SALARY_AMOUNT", "SALARY_AMOUNT");
this._adapter.TableMappings.Add(tableMapping);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @" select mbmembmaster.member_no,
mbmembmaster.memb_name,
mbmembmaster.memb_surname,
mbmembmaster.membgroup_code,
mbmembmaster.member_date,
mbucfprename.prename_desc,
mbucfmembgroup.membgroup_desc,
shsharemaster.sharestk_amt,
shsharetype.share_value,
mbmembmaster.member_status,
mbmembmaster.salary_amount
from mbmembmaster,
mbucfmembgroup,
mbucfprename,
shsharemaster,
shsharetype
where ( mbmembmaster.coop_id = mbucfmembgroup.coop_id )
and ( mbmembmaster.membgroup_code = mbucfmembgroup.membgroup_code )
and ( mbmembmaster.prename_code = mbucfprename.prename_code )
and ( mbmembmaster.coop_id = shsharemaster.coop_id )
and ( mbmembmaster.member_no = shsharemaster.member_no )
and ( shsharemaster.coop_id = shsharetype.coop_id )
and ( shsharemaster.sharetype_code = shsharetype.sharetype_code )
and ( ( mbmembmaster.coop_id = :as_coopid )
and ( mbmembmaster.member_no = :as_memno ) ) ";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_coopid", global::System.Data.OracleClient.OracleType.Char, 6, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_memno", global::System.Data.OracleClient.OracleType.Char, 8, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.MBMEMBMASTERDataTable dataTable, string as_coopid, string as_memno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_memno == null)) {
throw new global::System.ArgumentNullException("as_memno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_memno));
}
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet1.MBMEMBMASTERDataTable GetData(string as_coopid, string as_memno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_memno == null)) {
throw new global::System.ArgumentNullException("as_memno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_memno));
}
DataSet1.MBMEMBMASTERDataTable dataTable = new DataSet1.MBMEMBMASTERDataTable(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class LNCONTMASTERTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OracleClient.OracleDataAdapter _adapter;
private global::System.Data.OracleClient.OracleConnection _connection;
private global::System.Data.OracleClient.OracleTransaction _transaction;
private global::System.Data.OracleClient.OracleCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.OracleClient.OracleCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OracleClient.OracleDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "LNCONTMASTER";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("LOANTYPE_CODE", "LOANTYPE_CODE");
tableMapping.ColumnMappings.Add("LOANOBJECTIVE_CODE", "LOANOBJECTIVE_CODE");
tableMapping.ColumnMappings.Add("STARTCONT_DATE", "STARTCONT_DATE");
tableMapping.ColumnMappings.Add("LAST_PERIODRCV", "LAST_PERIODRCV");
tableMapping.ColumnMappings.Add("LAST_PERIODPAY", "LAST_PERIODPAY");
tableMapping.ColumnMappings.Add("LASTRECEIVE_DATE", "LASTRECEIVE_DATE");
tableMapping.ColumnMappings.Add("LASTPAYMENT_DATE", "LASTPAYMENT_DATE");
tableMapping.ColumnMappings.Add("LASTCALINT_DATE", "LASTCALINT_DATE");
tableMapping.ColumnMappings.Add("LASTKEEPING_DATE", "LASTKEEPING_DATE");
tableMapping.ColumnMappings.Add("LASTPROCESS_DATE", "LASTPROCESS_DATE");
tableMapping.ColumnMappings.Add("PRINCIPAL_ARREAR", "PRINCIPAL_ARREAR");
tableMapping.ColumnMappings.Add("INTEREST_ARREAR", "INTEREST_ARREAR");
tableMapping.ColumnMappings.Add("INTMONTH_ARREAR", "INTMONTH_ARREAR");
tableMapping.ColumnMappings.Add("INTYEAR_ARREAR", "INTYEAR_ARREAR");
tableMapping.ColumnMappings.Add("INTEREST_ACCUM", "INTEREST_ACCUM");
tableMapping.ColumnMappings.Add("INTACCUM_LASTYEAR", "INTACCUM_LASTYEAR");
tableMapping.ColumnMappings.Add("INTPAYMENT_AMT", "INTPAYMENT_AMT");
tableMapping.ColumnMappings.Add("LAST_STM_NO", "LAST_STM_NO");
tableMapping.ColumnMappings.Add("LAST_TRANSCONT_NO", "LAST_TRANSCONT_NO");
tableMapping.ColumnMappings.Add("CONTRACT_TIME", "CONTRACT_TIME");
tableMapping.ColumnMappings.Add("EXPIRECONT_DATE", "EXPIRECONT_DATE");
tableMapping.ColumnMappings.Add("UPDATE_BYENTRYID", "UPDATE_BYENTRYID");
tableMapping.ColumnMappings.Add("UPDATE_BYENTRYIP", "UPDATE_BYENTRYIP");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM \"LNCONTMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"LOANCONTR" +
"ACT_NO\" = :Original_LOANCONTRACT_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO ""LNCONTMASTER"" (""COOP_ID"", ""LOANCONTRACT_NO"", ""LOANTYPE_CODE"", ""LOANOBJECTIVE_CODE"", ""STARTCONT_DATE"", ""LAST_PERIODRCV"", ""LAST_PERIODPAY"", ""LASTRECEIVE_DATE"", ""LASTPAYMENT_DATE"", ""LASTCALINT_DATE"", ""LASTKEEPING_DATE"", ""LASTPROCESS_DATE"", ""PRINCIPAL_ARREAR"", ""INTEREST_ARREAR"", ""INTMONTH_ARREAR"", ""INTYEAR_ARREAR"", ""INTEREST_ACCUM"", ""INTACCUM_LASTYEAR"", ""INTPAYMENT_AMT"", ""LAST_STM_NO"", ""LAST_TRANSCONT_NO"", ""CONTRACT_TIME"", ""EXPIRECONT_DATE"", ""UPDATE_BYENTRYID"", ""UPDATE_BYENTRYIP"") VALUES (:COOP_ID, :LOANCONTRACT_NO, :LOANTYPE_CODE, :LOANOBJECTIVE_CODE, :STARTCONT_DATE, :LAST_PERIODRCV, :LAST_PERIODPAY, :LASTRECEIVE_DATE, :LASTPAYMENT_DATE, :LASTCALINT_DATE, :LASTKEEPING_DATE, :LASTPROCESS_DATE, :PRINCIPAL_ARREAR, :INTEREST_ARREAR, :INTMONTH_ARREAR, :INTYEAR_ARREAR, :INTEREST_ACCUM, :INTACCUM_LASTYEAR, :INTPAYMENT_AMT, :LAST_STM_NO, :LAST_TRANSCONT_NO, :CONTRACT_TIME, :EXPIRECONT_DATE, :UPDATE_BYENTRYID, :UPDATE_BYENTRYIP)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANOBJECTIVE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANOBJECTIVE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTCONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTCONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODRCV", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODRCV", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODPAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODPAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAYMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPAYMENT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTKEEPING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEPING_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTMONTH_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTMONTH_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ACCUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ACCUM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTACCUM_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTACCUM_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_STM_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_STM_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_TRANSCONT_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_TRANSCONT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TIME", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TIME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRECONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = @"UPDATE ""LNCONTMASTER"" SET ""COOP_ID"" = :COOP_ID, ""LOANCONTRACT_NO"" = :LOANCONTRACT_NO, ""LOANTYPE_CODE"" = :LOANTYPE_CODE, ""LOANOBJECTIVE_CODE"" = :LOANOBJECTIVE_CODE, ""STARTCONT_DATE"" = :STARTCONT_DATE, ""LAST_PERIODRCV"" = :LAST_PERIODRCV, ""LAST_PERIODPAY"" = :LAST_PERIODPAY, ""LASTRECEIVE_DATE"" = :LASTRECEIVE_DATE, ""LASTPAYMENT_DATE"" = :LASTPAYMENT_DATE, ""LASTCALINT_DATE"" = :LASTCALINT_DATE, ""LASTKEEPING_DATE"" = :LASTKEEPING_DATE, ""LASTPROCESS_DATE"" = :LASTPROCESS_DATE, ""PRINCIPAL_ARREAR"" = :PRINCIPAL_ARREAR, ""INTEREST_ARREAR"" = :INTEREST_ARREAR, ""INTMONTH_ARREAR"" = :INTMONTH_ARREAR, ""INTYEAR_ARREAR"" = :INTYEAR_ARREAR, ""INTEREST_ACCUM"" = :INTEREST_ACCUM, ""INTACCUM_LASTYEAR"" = :INTACCUM_LASTYEAR, ""INTPAYMENT_AMT"" = :INTPAYMENT_AMT, ""LAST_STM_NO"" = :LAST_STM_NO, ""LAST_TRANSCONT_NO"" = :LAST_TRANSCONT_NO, ""CONTRACT_TIME"" = :CONTRACT_TIME, ""EXPIRECONT_DATE"" = :EXPIRECONT_DATE, ""UPDATE_BYENTRYID"" = :UPDATE_BYENTRYID, ""UPDATE_BYENTRYIP"" = :UPDATE_BYENTRYIP WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""LOANCONTRACT_NO"" = :Original_LOANCONTRACT_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANOBJECTIVE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANOBJECTIVE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTCONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTCONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODRCV", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODRCV", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODPAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODPAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAYMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPAYMENT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTKEEPING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEPING_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTMONTH_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTMONTH_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ACCUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ACCUM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTACCUM_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTACCUM_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_STM_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_STM_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_TRANSCONT_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_TRANSCONT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TIME", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TIME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRECONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"
select lncontmaster.coop_id,
lncontmaster.loancontract_no,
lncontmaster.loantype_code,
lncontmaster.loanobjective_code,
lncontmaster.startcont_date,
lncontmaster.last_periodrcv,
lncontmaster.last_periodpay,
lncontmaster.lastreceive_date,
lncontmaster.lastpayment_date,
lncontmaster.lastcalint_date,
lncontmaster.lastkeeping_date,
lncontmaster.lastprocess_date,
lncontmaster.principal_arrear,
lncontmaster.interest_arrear,
lncontmaster.intmonth_arrear,
lncontmaster.intyear_arrear,
lncontmaster.interest_accum,
lncontmaster.intaccum_lastyear,
lncontmaster.intpayment_amt,
lncontmaster.last_stm_no,
lncontmaster.last_transcont_no,
lncontmaster.contract_time,
lncontmaster.expirecont_date,
lncontmaster.update_byentryid,
lncontmaster.update_byentryip
from lncontmaster
where ( lncontmaster.coop_id = :as_coopid )
and ( lncontmaster.member_no = :as_memno )
and ( lncontmaster.contract_status > 0 )";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_coopid", global::System.Data.OracleClient.OracleType.Char, 6, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_memno", global::System.Data.OracleClient.OracleType.Char, 8, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.LNCONTMASTERDataTable dataTable, string as_coopid, string as_memno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_memno == null)) {
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_memno));
}
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet1.LNCONTMASTERDataTable GetData(string as_coopid, string as_memno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_memno == null)) {
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_memno));
}
DataSet1.LNCONTMASTERDataTable dataTable = new DataSet1.LNCONTMASTERDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1.LNCONTMASTERDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1 dataSet) {
return this.Adapter.Update(dataSet, "LNCONTMASTER");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
public virtual int Delete(string Original_COOP_ID, string Original_LOANCONTRACT_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_LOANCONTRACT_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string LOANCONTRACT_NO,
string LOANTYPE_CODE,
string LOANOBJECTIVE_CODE,
global::System.Nullable STARTCONT_DATE,
global::System.Nullable LAST_PERIODRCV,
global::System.Nullable LAST_PERIODPAY,
global::System.Nullable LASTRECEIVE_DATE,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable LASTCALINT_DATE,
global::System.Nullable LASTKEEPING_DATE,
global::System.Nullable LASTPROCESS_DATE,
global::System.Nullable PRINCIPAL_ARREAR,
global::System.Nullable INTEREST_ARREAR,
global::System.Nullable INTMONTH_ARREAR,
global::System.Nullable INTYEAR_ARREAR,
global::System.Nullable INTEREST_ACCUM,
global::System.Nullable INTACCUM_LASTYEAR,
global::System.Nullable INTPAYMENT_AMT,
global::System.Nullable LAST_STM_NO,
global::System.Nullable LAST_TRANSCONT_NO,
global::System.Nullable CONTRACT_TIME,
global::System.Nullable EXPIRECONT_DATE,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("LOANCONTRACT_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(LOANCONTRACT_NO));
}
if ((LOANTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(LOANTYPE_CODE));
}
if ((LOANOBJECTIVE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(LOANOBJECTIVE_CODE));
}
if ((STARTCONT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[4].Value = ((System.DateTime)(STARTCONT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODRCV.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(LAST_PERIODRCV.Value));
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODPAY.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(LAST_PERIODPAY.Value));
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((LASTRECEIVE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((System.DateTime)(LASTRECEIVE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((LASTPAYMENT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[8].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((LASTCALINT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[9].Value = ((System.DateTime)(LASTCALINT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((LASTKEEPING_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[10].Value = ((System.DateTime)(LASTKEEPING_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((LASTPROCESS_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(LASTPROCESS_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(PRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((INTEREST_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(INTEREST_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((INTMONTH_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(INTMONTH_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((INTYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(INTYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((INTEREST_ACCUM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(INTEREST_ACCUM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((INTACCUM_LASTYEAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(INTACCUM_LASTYEAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((INTPAYMENT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(INTPAYMENT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((LAST_STM_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(LAST_STM_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((LAST_TRANSCONT_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(LAST_TRANSCONT_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((CONTRACT_TIME.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(CONTRACT_TIME.Value));
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((EXPIRECONT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[22].Value = ((System.DateTime)(EXPIRECONT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((UPDATE_BYENTRYID == null)) {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(UPDATE_BYENTRYID));
}
if ((UPDATE_BYENTRYIP == null)) {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = ((string)(UPDATE_BYENTRYIP));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string LOANCONTRACT_NO,
string LOANTYPE_CODE,
string LOANOBJECTIVE_CODE,
global::System.Nullable STARTCONT_DATE,
global::System.Nullable LAST_PERIODRCV,
global::System.Nullable LAST_PERIODPAY,
global::System.Nullable LASTRECEIVE_DATE,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable LASTCALINT_DATE,
global::System.Nullable LASTKEEPING_DATE,
global::System.Nullable LASTPROCESS_DATE,
global::System.Nullable PRINCIPAL_ARREAR,
global::System.Nullable INTEREST_ARREAR,
global::System.Nullable INTMONTH_ARREAR,
global::System.Nullable INTYEAR_ARREAR,
global::System.Nullable INTEREST_ACCUM,
global::System.Nullable INTACCUM_LASTYEAR,
global::System.Nullable INTPAYMENT_AMT,
global::System.Nullable LAST_STM_NO,
global::System.Nullable LAST_TRANSCONT_NO,
global::System.Nullable CONTRACT_TIME,
global::System.Nullable EXPIRECONT_DATE,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
string Original_COOP_ID,
string Original_LOANCONTRACT_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("LOANCONTRACT_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(LOANCONTRACT_NO));
}
if ((LOANTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(LOANTYPE_CODE));
}
if ((LOANOBJECTIVE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(LOANOBJECTIVE_CODE));
}
if ((STARTCONT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[4].Value = ((System.DateTime)(STARTCONT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODRCV.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(LAST_PERIODRCV.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODPAY.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(LAST_PERIODPAY.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((LASTRECEIVE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[7].Value = ((System.DateTime)(LASTRECEIVE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((LASTPAYMENT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[8].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((LASTCALINT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[9].Value = ((System.DateTime)(LASTCALINT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((LASTKEEPING_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[10].Value = ((System.DateTime)(LASTKEEPING_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((LASTPROCESS_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(LASTPROCESS_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(PRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((INTEREST_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(INTEREST_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((INTMONTH_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(INTMONTH_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((INTYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(INTYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((INTEREST_ACCUM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(INTEREST_ACCUM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((INTACCUM_LASTYEAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(INTACCUM_LASTYEAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((INTPAYMENT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(INTPAYMENT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((LAST_STM_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(LAST_STM_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((LAST_TRANSCONT_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(LAST_TRANSCONT_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((CONTRACT_TIME.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(CONTRACT_TIME.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((EXPIRECONT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[22].Value = ((System.DateTime)(EXPIRECONT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((UPDATE_BYENTRYID == null)) {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(UPDATE_BYENTRYID));
}
if ((UPDATE_BYENTRYIP == null)) {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(UPDATE_BYENTRYIP));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(Original_COOP_ID));
}
if ((Original_LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_LOANCONTRACT_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string LOANTYPE_CODE,
string LOANOBJECTIVE_CODE,
global::System.Nullable STARTCONT_DATE,
global::System.Nullable LAST_PERIODRCV,
global::System.Nullable LAST_PERIODPAY,
global::System.Nullable LASTRECEIVE_DATE,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable LASTCALINT_DATE,
global::System.Nullable LASTKEEPING_DATE,
global::System.Nullable LASTPROCESS_DATE,
global::System.Nullable PRINCIPAL_ARREAR,
global::System.Nullable INTEREST_ARREAR,
global::System.Nullable INTMONTH_ARREAR,
global::System.Nullable INTYEAR_ARREAR,
global::System.Nullable INTEREST_ACCUM,
global::System.Nullable INTACCUM_LASTYEAR,
global::System.Nullable INTPAYMENT_AMT,
global::System.Nullable LAST_STM_NO,
global::System.Nullable LAST_TRANSCONT_NO,
global::System.Nullable CONTRACT_TIME,
global::System.Nullable EXPIRECONT_DATE,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
string Original_COOP_ID,
string Original_LOANCONTRACT_NO) {
return this.Update(Original_COOP_ID, Original_LOANCONTRACT_NO, LOANTYPE_CODE, LOANOBJECTIVE_CODE, STARTCONT_DATE, LAST_PERIODRCV, LAST_PERIODPAY, LASTRECEIVE_DATE, LASTPAYMENT_DATE, LASTCALINT_DATE, LASTKEEPING_DATE, LASTPROCESS_DATE, PRINCIPAL_ARREAR, INTEREST_ARREAR, INTMONTH_ARREAR, INTYEAR_ARREAR, INTEREST_ACCUM, INTACCUM_LASTYEAR, INTPAYMENT_AMT, LAST_STM_NO, LAST_TRANSCONT_NO, CONTRACT_TIME, EXPIRECONT_DATE, UPDATE_BYENTRYID, UPDATE_BYENTRYIP, Original_COOP_ID, Original_LOANCONTRACT_NO);
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private LNCONTMASTERTableAdapter _lNCONTMASTERTableAdapter;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UpdateOrderOption UpdateOrder {
get {
return this._updateOrder;
}
set {
this._updateOrder = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
"a", "System.Drawing.Design.UITypeEditor")]
public LNCONTMASTERTableAdapter LNCONTMASTERTableAdapter {
get {
return this._lNCONTMASTERTableAdapter;
}
set {
this._lNCONTMASTERTableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool BackupDataSetBeforeUpdate {
get {
return this._backupDataSetBeforeUpdate;
}
set {
this._backupDataSetBeforeUpdate = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
if (((this._lNCONTMASTERTableAdapter != null)
&& (this._lNCONTMASTERTableAdapter.Connection != null))) {
return this._lNCONTMASTERTableAdapter.Connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
if ((this._lNCONTMASTERTableAdapter != null)) {
count = (count + 1);
}
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._lNCONTMASTERTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.LNCONTMASTER.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._lNCONTMASTERTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._lNCONTMASTERTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.LNCONTMASTER.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._lNCONTMASTERTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
if ((this._lNCONTMASTERTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.LNCONTMASTER.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._lNCONTMASTERTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
global::System.Data.DataRow row = updatedRows[i];
if ((allAddedRows.Contains(row) == false)) {
realUpdatedRows.Add(row);
}
}
return realUpdatedRows.ToArray();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(DataSet1 dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
if (((this._lNCONTMASTERTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._lNCONTMASTERTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
"ger TableAdapter property to a valid TableAdapter instance.");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
== global::System.Data.ConnectionState.Broken)) {
workConnection.Close();
}
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
workConnection.Open();
workConnOpened = true;
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
"ctions or the current state is not allowing the transaction to begin.");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary