public override global::System.Data.DataTable Clone() { tbProdutosNaladiDataTable cln = ((tbProdutosNaladiDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "XsdTbProdutosNaladi"; this.Prefix = ""; this.Namespace = "http://tempuri.org/XsdTbProdutosNaladi.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tabletbProdutosNaladi = new tbProdutosNaladiDataTable(); base.Tables.Add(this.tabletbProdutosNaladi); }
internal void InitVars(bool initTable) { this.tabletbProdutosNaladi = ((tbProdutosNaladiDataTable)(base.Tables["tbProdutosNaladi"])); if ((initTable == true)) { if ((this.tabletbProdutosNaladi != null)) { this.tabletbProdutosNaladi.InitVars(); } } }
internal tbProdutosNaladiRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabletbProdutosNaladi = ((tbProdutosNaladiDataTable)(this.Table)); }