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

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