public override DataTable Clone()
            {
                tfi_CotizacionesMonedasDataTable cln = ((tfi_CotizacionesMonedasDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tabletfi_CotizacionesMonedas = ((tfi_CotizacionesMonedasDataTable)(this.Tables["tfi_CotizacionesMonedas"]));
     if ((this.tabletfi_CotizacionesMonedas != null))
     {
         this.tabletfi_CotizacionesMonedas.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName                  = "tfi_CotizacionesMonedasDataset";
     this.Prefix                       = "";
     this.Namespace                    = "http://tempuri.org/tfi_CotizacionesMonedas.xsd";
     this.Locale                       = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive                = false;
     this.EnforceConstraints           = true;
     this.tabletfi_CotizacionesMonedas = new tfi_CotizacionesMonedasDataTable();
     this.Tables.Add(this.tabletfi_CotizacionesMonedas);
 }
 internal tfi_CotizacionesMonedasRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletfi_CotizacionesMonedas = ((tfi_CotizacionesMonedasDataTable)(this.Table));
 }