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