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