public override global::System.Data.DataTable Clone()
            {
                projectsummaryDataTable cln = ((projectsummaryDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "EmployeeProjectSummaryDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/EmployeeProjectSummaryDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableprojectsummary     = new projectsummaryDataTable();
     base.Tables.Add(this.tableprojectsummary);
 }
 internal void InitVars(bool initTable)
 {
     this.tableprojectsummary = ((projectsummaryDataTable)(base.Tables["projectsummary"]));
     if ((initTable == true))
     {
         if ((this.tableprojectsummary != null))
         {
             this.tableprojectsummary.InitVars();
         }
     }
 }
 internal projectsummaryRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableprojectsummary = ((projectsummaryDataTable)(this.Table));
 }