/// <summary>
 /// Create a new BlogPostComments object.
 /// </summary>
 /// <param name="bpc_id">Initial value of the bpc_id property.</param>
 /// <param name="bp_id">Initial value of the bp_id property.</param>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="bpc_text">Initial value of the bpc_text property.</param>
 /// <param name="bpc_dateposted">Initial value of the bpc_dateposted property.</param>
 /// <param name="bpc_approved">Initial value of the bpc_approved property.</param>
 public static BlogPostComments CreateBlogPostComments(global::System.Int32 bpc_id, global::System.Int32 bp_id, global::System.String u_username, global::System.String bpc_text, global::System.DateTime bpc_dateposted, global::System.Boolean bpc_approved)
 {
     BlogPostComments blogPostComments = new BlogPostComments();
     blogPostComments.bpc_id = bpc_id;
     blogPostComments.bp_id = bp_id;
     blogPostComments.u_username = u_username;
     blogPostComments.bpc_text = bpc_text;
     blogPostComments.bpc_dateposted = bpc_dateposted;
     blogPostComments.bpc_approved = bpc_approved;
     return blogPostComments;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the BlogPostComments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlogPostComments(BlogPostComments blogPostComments)
 {
     base.AddObject("BlogPostComments", blogPostComments);
 }