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