dotnet / dotnet/EntityFramework.Docs
Add example of querying for enumerable of parents in related data section
Open
area-query
- Dominant language
- Mermaid
- Stars
- 1.7k
- Forks
- 2k
- Avg merge
- 7d 23h
- Merged PRs (30d)
- 16
Description
This issue tracker is for ***documentation***
For ***product*** issues, use https://github.com/aspnet/EntityFramework/issues
Is there an example or guidance that extends on the https://docs.microsoft.com/en-us/ef/core/querying/related-data#querying-related-entities part? The querying of related entities should also be possible in a list, should it not?
e.g. select Blogs where Posts edited >1 week ago. This obviously assumes a last edit date on a post.
All examples I can find are only related to a single parent.
Contributor guide
Assessment
This issue has not been assessed yet.