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. |
Beta Was this translation helpful? Give feedback.
Answered by
romantitov
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
romantitov
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