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