Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide access to referencing entity in TrackGraph #7389

Closed
ajcvickers opened this issue Jan 11, 2017 · 1 comment
Closed

Provide access to referencing entity in TrackGraph #7389

ajcvickers opened this issue Jan 11, 2017 · 1 comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@ajcvickers
Copy link
Contributor

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.

@tonysneed
Copy link

:+1 On providing access to the referencing entity.

@rowanmiller rowanmiller added this to the 2.0.0 milestone Jan 13, 2017
@ajcvickers ajcvickers modified the milestones: 2.0.0-preview1, 2.0.0 Apr 19, 2017
ajcvickers added a commit that referenced this issue Jun 9, 2017
Issue #7389

Doing for preview2 due to discussion here: #8744
@ajcvickers ajcvickers modified the milestones: 2.0.0-preview2, 2.0.0 Jun 9, 2017
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Jun 9, 2017
ajcvickers added a commit that referenced this issue Jun 9, 2017
Issue #7389

Doing for preview2 due to discussion here: #8744
ajcvickers added a commit that referenced this issue Jun 9, 2017
Issue #7389

Doing for preview2 due to discussion here: #8744
@ajcvickers ajcvickers modified the milestones: 2.0.0-preview2, 2.0.0 Oct 15, 2022
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

3 participants