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