Exemple #1
0
            public override global::System.Data.DataTable Clone()
            {
                InterestRateDataTable cln = ((InterestRateDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 internal void InitVars()
 {
     this.tableInterestRate = ((InterestRateDataTable)(this.Tables["InterestRate"]));
     if ((this.tableInterestRate != null))
     {
         this.tableInterestRate.InitVars();
     }
 }
Exemple #3
0
 private void InitClass()
 {
     this.DataSetName             = "dsInterestRate";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsInterestRate.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableInterestRate       = new InterestRateDataTable();
     base.Tables.Add(this.tableInterestRate);
 }
Exemple #4
0
 internal void InitVars(bool initTable)
 {
     this.tableInterestRate = ((InterestRateDataTable)(base.Tables["InterestRate"]));
     if ((initTable == true))
     {
         if ((this.tableInterestRate != null))
         {
             this.tableInterestRate.InitVars();
         }
     }
 }
Exemple #5
0
 private void InitClass()
 {
     this.DataSetName        = "dsInterestRate";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/dsInterestRate.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableInterestRate  = new InterestRateDataTable();
     this.Tables.Add(this.tableInterestRate);
 }
Exemple #6
0
 internal InterestRateRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableInterestRate = ((InterestRateDataTable)(this.Table));
 }
Exemple #7
0
 internal InterestRateRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableInterestRate = ((InterestRateDataTable)(this.Table));
 }