Does it support query.Include(u => u.Roles)? #71
|
Its only a single query or dbset object, so I would be surprised if this was going to be supported. |
Answered by
ramantsitou
Jan 23, 2024
Replies: 1 comment
|
Hello @fpdave100. Unfortunately query.Include( *** ) is not supported at the moment. You can see the discussion in #45 . Feel free to create a pull request if you have some ideas how to make it supported |
0 replies
Answer selected by
ramantsitou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @fpdave100. Unfortunately query.Include( *** ) is not supported at the moment. You can see the discussion in #45 . Feel free to create a pull request if you have some ideas how to make it supported