Skip to content

Commit 3de57b6

Browse files
Update query-include-filter.md
1 parent f9cf7ca commit 3de57b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/pages/documentations/query-include-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ ctx.Posts.IncludeFilter(q => q.Comments.Take(1)).ToList();
175175

176176
- **EF+ Query IncludeFilter:** Full version or Standalone version
177177
- **Database Provider:** All supported
178-
- **Entity Framework Version:** EF6
178+
- **Entity Framework Version:** EF6, EF Core
179179
- **Minimum Framework Version:** .NET Framework 4
180180

181181
## Conclusion

0 commit comments

Comments
 (0)