Skip to content

Commit

Permalink
Update also-include.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan authored Aug 13, 2018
1 parent c679f4c commit 917962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/features/also-include.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ctx.OrderDetails
## Limitations

### DbQuery
Chaining includes only work if the first include call is from a `DbQuery`. If you used some LINQ and the query is currently a `IQueryable`, you can use the method `AsDbQuery` to tell the compiler that's a `DbQuery`.
Chaining includes only work if the first include call is from a `DbQuery`. If you used some LINQ and the query is currently an `IQueryable`, you can use the method `AsDbQuery` to tell the compiler that's a `DbQuery`.
This restriction is currently required to avoid some side impact with queries that are not directly using `DbQuery` class.

```csharp
Expand Down

0 comments on commit 917962b

Please sign in to comment.