private void InitClass() {
     this.DataSetName = "HumanResourceDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/HumanResourceDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGetAllEmployeesForUpdate = new GetAllEmployeesForUpdateDataTable();
     base.Tables.Add(this.tableGetAllEmployeesForUpdate);
 }
 internal GetAllEmployeesForUpdateRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableGetAllEmployeesForUpdate = ((GetAllEmployeesForUpdateDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableGetAllEmployeesForUpdate = ((GetAllEmployeesForUpdateDataTable)(base.Tables["GetAllEmployeesForUpdate"]));
     if ((initTable == true)) {
         if ((this.tableGetAllEmployeesForUpdate != null)) {
             this.tableGetAllEmployeesForUpdate.InitVars();
         }
     }
 }