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