public override DataTable Clone() { Pr_tfi_CotizacionesMoneda_GetValorCotizacionDataTable cln = ((Pr_tfi_CotizacionesMoneda_GetValorCotizacionDataTable)(base.Clone())); cln.InitVars(); return(cln); }
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(); } }
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); }
internal Pr_tfi_CotizacionesMoneda_GetValorCotizacionRow(DataRowBuilder rb) : base(rb) { this.tablePr_tfi_CotizacionesMoneda_GetValorCotizacion = ((Pr_tfi_CotizacionesMoneda_GetValorCotizacionDataTable)(this.Table)); }