We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd70240 commit 293aae5Copy full SHA for 293aae5
1 file changed
README.md
@@ -66,7 +66,7 @@ var config = new QueryKitConfiguration(config =>
66
.PreventSort();
67
});
68
var people = _dbContext.People
69
- .ApplyQueryKitFilter("first == "Jane" && Age < 10", config)
+ .ApplyQueryKitFilter(@$"first == "Jane" && Age < 10", config)
70
.ToList();
71
```
72
0 commit comments