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