Skip to content

Commit be02662

Browse files
authored
Update linq-dynamic.md
1 parent 0c690f0 commit be02662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs2/pages/documentations/linq-dynamic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var list = ctx.Where(x => "x > 2").ToList();
3131
var list = ctx.Where(x => "x > y", new { y = 2 }).ToList();
3232

3333
```
34+
{% include component-try-it.html href='https://dotnetfiddle.net/R6D5BX' %}
3435

3536
## Order && Select
3637

0 commit comments

Comments
 (0)