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