Query: Using Include and referencing a navigation property will not result in repeated joins #6206
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
When we apply Include and also access navigation property on the entity that was included, we generate JOINs for to the same table twice. We could potentially be smart about it and only do it once.
e.g.
The text was updated successfully, but these errors were encountered: