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 0c690f0 commit be02662Copy full SHA for be02662
docs2/pages/documentations/linq-dynamic.md
@@ -31,6 +31,7 @@ var list = ctx.Where(x => "x > 2").ToList();
31
var list = ctx.Where(x => "x > y", new { y = 2 }).ToList();
32
33
```
34
+{% include component-try-it.html href='https://dotnetfiddle.net/R6D5BX' %}
35
36
## Order && Select
37
0 commit comments