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