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

Model-level Entity Filter Navigation Properties #9491

Closed
fileman opened this issue Aug 20, 2017 · 1 comment
Closed

Model-level Entity Filter Navigation Properties #9491

fileman opened this issue Aug 20, 2017 · 1 comment

Comments

@fileman
Copy link

fileman commented Aug 20, 2017

Companion feature to Model-level Entity Filters. (#7413 and #7450). Allow use of navigation properties in query at the model level with "many-to-many" relationship.

builder.HasQueryFilter(c => !c.IsDeleted && c.User.Any(u => u.Id == MyDbContext.UserId))

@fileman fileman changed the title Model-level Entity Navigation Model-level Entity Filter Navigation Aug 20, 2017
@fileman fileman changed the title Model-level Entity Filter Navigation Model-level Entity Filter Navigation Properties Aug 22, 2017
@smitpatel
Copy link
Contributor

duplicate of #8881

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants