Support LINQ Where/First operators in GridifyMapper #158
Closed
uxohotteixo
started this conversation in
General
Replies: 1 comment 3 replies
-
Now I know the only working approach here is to make a projection (for subcollections too) then filter and sort the projection in Gridify. But projection before filtering in EF seems to be a bad solution and will affect the quality of queries |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @alirezanet!
In addition to using .Select and .SelecyMany for nested collections (which works really fine) I've tried the following expressions:
First:
Second:
In Linq such expressions work as expected but when I try to insert this into GridifyMapper I get various internal exceptions. I can provide those as well if required.
Beta Was this translation helpful? Give feedback.
All reactions