Update README.md
This commit is contained in:
parent
ee7b92a258
commit
302c53e4ec
@ -29,7 +29,7 @@ query = query.ThenBy("Id");
|
|||||||
|
|
||||||
### Collection Filtering
|
### Collection Filtering
|
||||||
You don't have to Worry about it.
|
You don't have to Worry about it.
|
||||||
The libary will do it for you.
|
The library will do it for you.
|
||||||
```csharp
|
```csharp
|
||||||
var query = authors.AsQueryable();
|
var query = authors.AsQueryable();
|
||||||
query = query.Query(qb =>
|
query = query.Query(qb =>
|
||||||
|
Loading…
Reference in New Issue
Block a user