EF.Property<T>() should work for navigation properties, also in Include()/ThenInclude() #6412
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
This is an addition to #3921 which will allow paths of navigation properties to be passed as a string to
Include()
to work but without strong typing.This would make the API work uniformly for more query scenarios and also enable specifying the name of a property to traverse more dynamically but without losing strong typing.
Potentially we can make this pattern work for "shadow" navigation properties.
The text was updated successfully, but these errors were encountered: