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