LINQ 到 Lambda 表达式
是否有应用程序或实用程序可以将 LINQ 转换为 Lambda 表达式? (或 LINQPad 的附加组件)
Is there an application or utility that will convert LINQ to Lambda Expressions? (or an add-on to LINQPad)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一天,我惊讶地发现 ReSharper 可以做到这一点,至少对于 C# 来说是这样(不确定关于 VB,如果您需要的话)。
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).
在LINQPad中,您可以单击“lambda”按钮来获取lamdba版本。
编辑:
正如 RBarry 所说,它是“结果”和“SQL”之间颠倒的“y”。执行查询后,这会显示在结果页面中。
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.