Provide access to referencing entity in TrackGraph #7389
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
TrackGraph provides the callback with the inbound navigation property that was used to discover the current entity. However, it does not provide access to the actual instance that referenced the current instance. This can then be hard to find if something about that instance is needed, the navigation is uni-directional, and FK values are not yet set. See #7308. It would be trivial to add this information to the EntityEntryGraphNode.
The text was updated successfully, but these errors were encountered: