Skip to content

Commit 8f98af2

Browse files
authored
Update linq-dynamic.md
1 parent be02662 commit 8f98af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs2/pages/documentations/linq-dynamic.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ 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' %}
3534

3635
## Order && Select
3736

0 commit comments

Comments
 (0)