Skip to content

Commit e1ff5c1

Browse files
authored
Update tutorial-linq.md
1 parent 178966a commit e1ff5c1

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)