InMemory: Use single query to server #17106
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-cleanup
Milestone
Currently our server query expression contains another QueryingEnumerable inside it. Essentially making it N+1 queries. No functional impact. It would be good to have stricter boundaries between what is server side and what is client side for InMemory like other providers.
The text was updated successfully, but these errors were encountered: