/// <summary>
 /// Create a new IssueComment object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="comment">Initial value of the Comment property.</param>
 /// <param name="commentDate">Initial value of the CommentDate property.</param>
 /// <param name="issueComment_Issue">Initial value of the IssueComment_Issue property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static IssueComment CreateIssueComment(global::System.Int32 id, global::System.String comment, global::System.DateTime commentDate, global::System.Int32 issueComment_Issue, global::System.Byte[] rowVersion)
 {
     IssueComment issueComment = new IssueComment();
     issueComment.Id = id;
     issueComment.Comment = comment;
     issueComment.CommentDate = commentDate;
     issueComment.IssueComment_Issue = issueComment_Issue;
     issueComment.RowVersion = rowVersion;
     return issueComment;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the IssueComments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIssueComments(IssueComment issueComment)
 {
     base.AddObject("IssueComments", issueComment);
 }