Skip to content

Commit

Permalink
Fix what's new link to filtered include (#3138)
Browse files Browse the repository at this point in the history
Fixes #3137
  • Loading branch information
roji committed Mar 8, 2021
1 parent 96b9c4e commit 89556b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ var blogs = context.Blogs

This query will return blogs together with each associated post, but only when the post title contains "Cheese".

For further information, [see the full documentation on split queries](xref:core/querying/related-data/eager#filtered-include).
For further information, [see the full documentation on filtered include](xref:core/querying/related-data/eager#filtered-include).

## Table-per-type (TPT) mapping

Expand Down

0 comments on commit 89556b1

Please sign in to comment.