I have a list of users, each user has list of questions. In my model list of questions should be in string via comma. I try:
public List
can't include the string.Join() in the initial projection, because the LINQ translator doesn't support it. Can I write a custom translator for it?