Is there an application or utility that will convert LINQ to Lambda Expressions? (or an add-on to LINQPad)
|
|
|||||||
|
|
|
In LINQPad, you can click on the "lambda" button to get the lamdba version. Edit: As RBarry says, its the upside down "y", between "Results" and "SQL". This shows up in the results page after you execute a query. |
||||||||||||
|
|
|
The other day, I was surprised to find that ReSharper does this, at least for C# (not sure about VB, if that's what you need). |
||||
|
