/// <summary>
 /// Create a new rb_BlogComments object.
 /// </summary>
 /// <param name="blogCommentID">Initial value of the BlogCommentID property.</param>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 /// <param name="itemID">Initial value of the ItemID property.</param>
 /// <param name="comment">Initial value of the Comment property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 public static rb_BlogComments Createrb_BlogComments(global::System.Int32 blogCommentID, global::System.Int32 moduleID, global::System.Int32 itemID, global::System.String comment, global::System.DateTime dateCreated)
 {
     rb_BlogComments rb_BlogComments = new rb_BlogComments();
     rb_BlogComments.BlogCommentID = blogCommentID;
     rb_BlogComments.ModuleID = moduleID;
     rb_BlogComments.ItemID = itemID;
     rb_BlogComments.Comment = comment;
     rb_BlogComments.DateCreated = dateCreated;
     return rb_BlogComments;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the rb_BlogComments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_BlogComments(rb_BlogComments rb_BlogComments)
 {
     base.AddObject("rb_BlogComments", rb_BlogComments);
 }