/// <summary>
 /// Deprecated Method for adding a new object to the ROandComments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToROandComments(ROandComment rOandComment)
 {
     base.AddObject("ROandComments", rOandComment);
 }
 /// <summary>
 /// Create a new ROandComment object.
 /// </summary>
 /// <param name="rOandCommentID">Initial value of the ROandCommentID property.</param>
 /// <param name="commentID">Initial value of the CommentID property.</param>
 /// <param name="rOID">Initial value of the ROID property.</param>
 public static ROandComment CreateROandComment(global::System.Int32 rOandCommentID, global::System.Int32 commentID, global::System.Int32 rOID)
 {
     ROandComment rOandComment = new ROandComment();
     rOandComment.ROandCommentID = rOandCommentID;
     rOandComment.CommentID = commentID;
     rOandComment.ROID = rOID;
     return rOandComment;
 }