/// <summary> /// Create a new hs_hr_employee object. /// </summary> /// <param name="emp_number">Initial value of the emp_number property.</param> /// <param name="emp_lastname">Initial value of the emp_lastname property.</param> /// <param name="emp_firstname">Initial value of the emp_firstname property.</param> /// <param name="emp_middle_name">Initial value of the emp_middle_name property.</param> public static hs_hr_employee Createhs_hr_employee(global::System.Int32 emp_number, global::System.String emp_lastname, global::System.String emp_firstname, global::System.String emp_middle_name) { hs_hr_employee hs_hr_employee = new hs_hr_employee(); hs_hr_employee.emp_number = emp_number; hs_hr_employee.emp_lastname = emp_lastname; hs_hr_employee.emp_firstname = emp_firstname; hs_hr_employee.emp_middle_name = emp_middle_name; return hs_hr_employee; }
/// <summary> /// Deprecated Method for adding a new object to the hs_hr_employee EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTohs_hr_employee(hs_hr_employee hs_hr_employee) { base.AddObject("hs_hr_employee", hs_hr_employee); }