/// <summary> /// Deprecated Method for adding a new object to the HighEducations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHighEducations(HighEducation highEducation) { base.AddObject("HighEducations", highEducation); }
/// <summary> /// Create a new HighEducation object. /// </summary> /// <param name="educationID">Initial value of the EducationID property.</param> public static HighEducation CreateHighEducation(global::System.Int32 educationID) { HighEducation highEducation = new HighEducation(); highEducation.EducationID = educationID; return highEducation; }