UsersTable UserId Name
CommentsTable UserId CommentType Comment
How to map CommentsTable to a property of User entity??:
class User public IList Comments Or public IDictionary Comments hanx I vae to persist CommentType and Comment data to CommentsTable Thanx