예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                TransactionsDataTable cln = ((TransactionsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "ImportDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ImportDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTransactions       = new TransactionsDataTable();
     base.Tables.Add(this.tableTransactions);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableTransactions = ((TransactionsDataTable)(base.Tables["Transactions"]));
     if ((initTable == true))
     {
         if ((this.tableTransactions != null))
         {
             this.tableTransactions.InitVars();
         }
     }
 }
예제 #4
0
 internal TransactionsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTransactions = ((TransactionsDataTable)(this.Table));
 }
예제 #5
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.tableInstallment = new InstallmentDataTable();
     base.Tables.Add(this.tableInstallment);
     this.tableTransactions = new TransactionsDataTable();
     base.Tables.Add(this.tableTransactions);
 }
예제 #6
0
 internal void InitVars(bool initTable) {
     this.tableInstallment = ((InstallmentDataTable)(base.Tables["Installment"]));
     if ((initTable == true)) {
         if ((this.tableInstallment != null)) {
             this.tableInstallment.InitVars();
         }
     }
     this.tableTransactions = ((TransactionsDataTable)(base.Tables["Transactions"]));
     if ((initTable == true)) {
         if ((this.tableTransactions != null)) {
             this.tableTransactions.InitVars();
         }
     }
 }
예제 #7
0
 internal TransactionsRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableTransactions = ((TransactionsDataTable)(this.Table));
 }