/// <summary>
 /// Create a new SeqCategory object.
 /// </summary>
 /// <param name="categoryId">Initial value of the CategoryId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="tally">Initial value of the Tally property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="blogId">Initial value of the BlogId property.</param>
 public static SeqCategory CreateSeqCategory(global::System.Int32 categoryId, global::System.String name, global::System.Int32 tally, global::System.DateTime lastUpdated, global::System.String blogId)
 {
     SeqCategory seqCategory = new SeqCategory();
     seqCategory.CategoryId = categoryId;
     seqCategory.Name = name;
     seqCategory.Tally = tally;
     seqCategory.LastUpdated = lastUpdated;
     seqCategory.BlogId = blogId;
     return seqCategory;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SeqCategories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSeqCategories(SeqCategory seqCategory)
 {
     base.AddObject("SeqCategories", seqCategory);
 }