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 be02662 commit 8f98af2Copy full SHA for 8f98af2
docs2/pages/documentations/linq-dynamic.md
@@ -31,7 +31,6 @@ 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