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

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