/// <summary>
 /// Create a new SeqPage object.
 /// </summary>
 /// <param name="pageId">Initial value of the PageId property.</param>
 /// <param name="pubDate">Initial value of the PubDate property.</param>
 /// <param name="seqChapterChapterId">Initial value of the SeqChapterChapterId property.</param>
 public static SeqPage CreateSeqPage(global::System.Int32 pageId, global::System.DateTime pubDate, global::System.Int32 seqChapterChapterId)
 {
     SeqPage seqPage = new SeqPage();
     seqPage.PageId = pageId;
     seqPage.PubDate = pubDate;
     seqPage.SeqChapterChapterId = seqChapterChapterId;
     return seqPage;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SeqPages EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSeqPages(SeqPage seqPage)
 {
     base.AddObject("SeqPages", seqPage);
 }