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

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