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.
1 parent d9f0b74 commit 01e5723Copy full SHA for 01e5723
docs2/pages/getting-started/tutorial-linq.md
@@ -32,6 +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' %}
+[Try it in EF6](https://dotnetfiddle.net/iSnS3l) | [Try it in EF Core](https://dotnetfiddle.net/96FCM6)
36
37
[Learn more](/linq-dynamic)
0 commit comments