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