/// <summary> /// Deprecated Method for adding a new object to the PagesCms EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPagesCms(PagesCm pagesCm) { base.AddObject("PagesCms", pagesCm); }
/// <summary> /// Create a new PagesCm object. /// </summary> /// <param name="pageId">Initial value of the PageId property.</param> public static PagesCm CreatePagesCm(global::System.Int32 pageId) { PagesCm pagesCm = new PagesCm(); pagesCm.PageId = pageId; return pagesCm; }