You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs2/pages/getting-started/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,15 +77,15 @@ Filter query with predicate at global, instance or query level.
77
77
78
78
Query Future allow to reduce database roundtrip by batching multiple queries in the same sql command.
79
79
80
-
All future query are stored in a pending list. When the first future query require a database roundtrip, all query are resolved in the same sql command instead of making a database roundtrip for every sql command.
80
+
All future queries are stored in a pending list. When the first future query requires a database roundtrip, all queries are resolved in the same sql command instead of making a database roundtrip for every sql command.
81
81
82
82
### Query IncludeFilter
83
83
84
84
Entity Framework already support eager loading however the major drawback is you cannot control what will be included. There is no way to load only active item or load only the first 10 comments.
85
85
86
86
### Query IncludeOptimized
87
87
88
-
Improve SQL generate by Include and filter child collections at the same times!
88
+
Improves SQL generated by Include and filter child collections at the same time!
0 commit comments