Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxten authored Jan 24, 2018
1 parent 8035487 commit cf7dfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public class Car
```
Now every user can have cars. Why Cars from User is of type **IEnumerable**, rather than **IQueryable**? This is for convenience, to all IEnumerable collections is applied **AsQueryable** method.

Okay, now select users only from those who have sports cars capable of speeds up to 300 km / hour, for convenience I presented in JSON:
Okay, now select users only who have sport cars capable of speeds up to 300 km / hour, for convenience I presented in JSON:
```json
{
"Where": {
Expand Down

0 comments on commit cf7dfc3

Please sign in to comment.