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