Beispiel #1
0
            public override DataTable Clone()
            {
                Pr_tfi_CotizacionesMoneda_GetValorCotizacionDataTable cln = ((Pr_tfi_CotizacionesMoneda_GetValorCotizacionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 internal void InitVars()
 {
     this.tablePr_tfi_CotizacionesMoneda_GetValorCotizacion = ((Pr_tfi_CotizacionesMoneda_GetValorCotizacionDataTable)(this.Tables["Pr_tfi_CotizacionesMoneda_GetValorCotizacion"]));
     if ((this.tablePr_tfi_CotizacionesMoneda_GetValorCotizacion != null))
     {
         this.tablePr_tfi_CotizacionesMoneda_GetValorCotizacion.InitVars();
     }
 }
Beispiel #3
0
 private void InitClass()
 {
     this.DataSetName        = "tfi_GetValorCotizacionExDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/tfi_GetValorCotizacion.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablePr_tfi_CotizacionesMoneda_GetValorCotizacion = new Pr_tfi_CotizacionesMoneda_GetValorCotizacionDataTable();
     this.Tables.Add(this.tablePr_tfi_CotizacionesMoneda_GetValorCotizacion);
 }
Beispiel #4
0
 internal Pr_tfi_CotizacionesMoneda_GetValorCotizacionRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablePr_tfi_CotizacionesMoneda_GetValorCotizacion = ((Pr_tfi_CotizacionesMoneda_GetValorCotizacionDataTable)(this.Table));
 }