使用 linq to sql 提供程序在 VB.Net 中编写 Lambda 查询表达式
我只是不明白如何创建 lambda 表达式而不是使用常规理解 linq 查询。我看到的所有示例都不是使用 linq to sql 查询数据库。我希望能够构造一个 lambda 表达式,从 Northwind 数据库获取订单,其中国家/地区等于“我们”。我知道如何使用标准 linq 查询来构造它,但只是不使用 vb.net 中的 lambda。
I'm just not understanding on how to create a lambda expression instead of using a regular comprehension linq queries. All of the examples i see are not query a database using linq to sql. i want to able to construct a lambda expression that get my the orders from the northwind database where the country equals "us". I know how to construct this using the standard linq query, but just not using lambdas in vb.net.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定确切的北风结构,但可能是这样的:
Not sure of the exact northwind structure but something like this probably: