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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "CurrencyExchangeRatesDataset";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSet1.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableExchangeRates      = new ExchangeRatesDataTable();
     base.Tables.Add(this.tableExchangeRates);
 }
 internal void InitVars(bool initTable)
 {
     this.tableExchangeRates = ((ExchangeRatesDataTable)(base.Tables["ExchangeRates"]));
     if ((initTable == true))
     {
         if ((this.tableExchangeRates != null))
         {
             this.tableExchangeRates.InitVars();
         }
     }
 }
 internal ExchangeRatesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableExchangeRates = ((ExchangeRatesDataTable)(this.Table));
 }