diff --git a/docs2/pages/getting-started/tutorial-linq.md b/docs2/pages/getting-started/tutorial-linq.md index 3be11265..fa144a56 100644 --- a/docs2/pages/getting-started/tutorial-linq.md +++ b/docs2/pages/getting-started/tutorial-linq.md @@ -32,5 +32,6 @@ var list = ctx.Where(x => "x > 2").ToList(); var list = ctx.Where(x => "x > y", new { y = 2 }).ToList(); ``` +{% include component-try-it.html href='https://dotnetfiddle.net/iSnS3l' %} -[Learn more](/linq-dynamic) \ No newline at end of file +[Learn more](/linq-dynamic)