Does LinqPad have a way such that you write the query in SQL and it converts to Lambda Expressions in Linq?
Asked
Active
Viewed 1.6k times
4
-
1Probably not. It works the other way around. – Jeff Mercado Sep 08 '12 at 00:14
-
2I also would like to have some *Pad, that you write your task to and it converts it to code. – zerkms Sep 08 '12 at 00:19
-
I'd imagine you could write something in VS that could do this, but it would be very complex and difficult. – tehdoommarine Sep 08 '12 at 00:23
-
1possible duplicate: http://stackoverflow.com/questions/296972/sql-to-linq-tool – smartcaveman Sep 08 '12 at 00:26
-
See http://stackoverflow.com/a/12240849/46223 – Joe Albahari Sep 08 '12 at 08:39
-
possible duplicate of [LinqPad - Convert SQL to Linq command](http://stackoverflow.com/questions/12238423/linqpad-convert-sql-to-linq-command) – Frank van Puffelen Sep 08 '12 at 11:47