public override DataTable Clone() { tfi_TDCompTesoreria_CondicionesDeVentaDataTable cln = ((tfi_TDCompTesoreria_CondicionesDeVentaDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tabletfi_TDCompTesoreria_CondicionesDeVenta = ((tfi_TDCompTesoreria_CondicionesDeVentaDataTable)(this.Tables["tfi_TDCompTesoreria_CondicionesDeVenta"])); if ((this.tabletfi_TDCompTesoreria_CondicionesDeVenta != null)) { this.tabletfi_TDCompTesoreria_CondicionesDeVenta.InitVars(); } }
private void InitClass() { this.DataSetName = "tfi_TDCompTesoreria_CondicionesDeVentaDataset"; this.Prefix = ""; this.Namespace = "http://tempuri.org/tfi_TDCompTesoreria_CondicionesDeVenta.xsd"; this.Locale = new System.Globalization.CultureInfo("en-US"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tabletfi_TDCompTesoreria_CondicionesDeVenta = new tfi_TDCompTesoreria_CondicionesDeVentaDataTable(); this.Tables.Add(this.tabletfi_TDCompTesoreria_CondicionesDeVenta); }
internal tfi_TDCompTesoreria_CondicionesDeVentaRow(DataRowBuilder rb) : base(rb) { this.tabletfi_TDCompTesoreria_CondicionesDeVenta = ((tfi_TDCompTesoreria_CondicionesDeVentaDataTable)(this.Table)); }