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