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