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

Query: Model configuration for eager load (Include) #21540

Closed
smitpatel opened this issue Jul 7, 2020 · 0 comments · Fixed by #19355
Closed

Query: Model configuration for eager load (Include) #21540

smitpatel opened this issue Jul 7, 2020 · 0 comments · Fixed by #19355
Assignees
Labels
area-model-building area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@smitpatel
Copy link
Member

This is split off from #2953

This issue tracks about ability to configure a navigation to be eager loaded in model building which will be eager loaded during query without having to use Include.
And additional API IgnoreEagerLoadedNavigations on Queryable to ignore model based config and not load eager loaded navigation (except ownership navigations)

@smitpatel smitpatel self-assigned this Jul 7, 2020
@smitpatel smitpatel added area-model-building area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. labels Jul 7, 2020
@smitpatel smitpatel added this to the 5.0.0 milestone Jul 7, 2020
smitpatel added a commit that referenced this issue Jul 7, 2020
IsEagerLoaded API on NavigationBuilder to mark a navigation as eagar loaded
IgnoreEagerLoadedNavigations API on query to ignore model based config

Resolves #21540
smitpatel added a commit that referenced this issue Jul 7, 2020
IsEagerLoaded API on NavigationBuilder to mark a navigation as eagar loaded
IgnoreEagerLoadedNavigations API on query to ignore model based config

Resolves #21540
@ajcvickers ajcvickers modified the milestones: 5.0.0, 5.0.0-preview8 Jul 14, 2020
@ajcvickers ajcvickers modified the milestones: 5.0.0-preview8, 5.0.0 Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-model-building area-query 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

Successfully merging a pull request may close this issue.

2 participants