Query: projecting collection navigations using include materialized root entities unnecessarily #8723
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-2.0
type-bug
Milestone
Related to #8584 - currently include pipeline requires root object to be materialized always, which results in unnecessary data being pulled when include is used to project collection navigations, e.g.
ctx.Customers.Select(c => c.Detail.Homes)
will materialize customer, details and homes, but ideally we would only materialize homes
The text was updated successfully, but these errors were encountered: