public override global::System.Data.DataTable Clone()
            {
                InterestRatesDataTable cln = ((InterestRatesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 internal void InitVars()
 {
     this.tableInterestRates = ((InterestRatesDataTable)(this.Tables["InterestRates"]));
     if ((this.tableInterestRates != null))
     {
         this.tableInterestRates.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "dsInterestRateList";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsInterestRateList.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("ru-RU");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableInterestRates      = new InterestRatesDataTable();
     base.Tables.Add(this.tableInterestRates);
 }
 internal void InitVars(bool initTable)
 {
     this.tableInterestRates = ((InterestRatesDataTable)(base.Tables["InterestRates"]));
     if ((initTable == true))
     {
         if ((this.tableInterestRates != null))
         {
             this.tableInterestRates.InitVars();
         }
     }
 }
Exemple #5
0
 private void InitClass()
 {
     this.DataSetName        = "dsInterestRateList";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/dsInterestRateList.xsd";
     this.Locale             = new System.Globalization.CultureInfo("ru-RU");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableInterestRates = new InterestRatesDataTable();
     this.Tables.Add(this.tableInterestRates);
 }
 internal InterestRatesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableInterestRates = ((InterestRatesDataTable)(this.Table));
 }
Exemple #7
0
 internal InterestRatesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableInterestRates = ((InterestRatesDataTable)(this.Table));
 }