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

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