Skip to content

Commit 76e2d4b

Browse files
Merge pull request #469 from Lempireqc/patch-2
Update tutorial-linq.md
2 parents cb0eb3f + e1ff5c1 commit 76e2d4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs2/pages/getting-started/tutorial-linq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ var list = ctx.Where(x => "x > 2").ToList();
3232
var list = ctx.Where(x => "x > y", new { y = 2 }).ToList();
3333

3434
```
35+
{% include component-try-it.html href='https://dotnetfiddle.net/iSnS3l' %}
3536

36-
[Learn more](/linq-dynamic)
37+
[Learn more](/linq-dynamic)

0 commit comments

Comments
 (0)