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.
2 parents cb0eb3f + e1ff5c1 commit 76e2d4bCopy full SHA for 76e2d4b
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