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