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