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 178966a commit e1ff5c1Copy full SHA for e1ff5c1
docs2/pages/getting-started/tutorial-linq.md
@@ -32,5 +32,6 @@ var list = ctx.Where(x => "x > 2").ToList();
32
var list = ctx.Where(x => "x > y", new { y = 2 }).ToList();
33
34
```
35
+{% include component-try-it.html href='https://dotnetfiddle.net/iSnS3l' %}
36
-[Learn more](/linq-dynamic)
37
+[Learn more](/linq-dynamic)
0 commit comments