/// <summary>
 /// Deprecated Method for adding a new object to the VC_Blog_Comment EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Blog_Comment(VC_Blog_Comment vC_Blog_Comment)
 {
     base.AddObject("VC_Blog_Comment", vC_Blog_Comment);
 }
 /// <summary>
 /// Create a new VC_Blog_Comment object.
 /// </summary>
 /// <param name="blogComment_Id">Initial value of the BlogComment_Id property.</param>
 /// <param name="blog_Id">Initial value of the Blog_Id property.</param>
 /// <param name="user_Id">Initial value of the User_Id property.</param>
 /// <param name="blog_Comment">Initial value of the Blog_Comment property.</param>
 /// <param name="created_TS">Initial value of the Created_TS property.</param>
 /// <param name="updated_TS">Initial value of the Updated_TS property.</param>
 public static VC_Blog_Comment CreateVC_Blog_Comment(global::System.Int32 blogComment_Id, global::System.Int32 blog_Id, global::System.Int32 user_Id, global::System.String blog_Comment, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Blog_Comment vC_Blog_Comment = new VC_Blog_Comment();
     vC_Blog_Comment.BlogComment_Id = blogComment_Id;
     vC_Blog_Comment.Blog_Id = blog_Id;
     vC_Blog_Comment.User_Id = user_Id;
     vC_Blog_Comment.Blog_Comment = blog_Comment;
     vC_Blog_Comment.Created_TS = created_TS;
     vC_Blog_Comment.Updated_TS = updated_TS;
     return vC_Blog_Comment;
 }