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