LINQ 查询匹配序列
我有一个结果集,比如 clientList。我想确保客户列表中的所有客户的职业都是“银行家”。令查询结果为布尔值。
如何编写 LINQ 或 lambda 表达式查询来获取结果?
I have a result set, say clientList. And I want to make sure that ALL the clients in the ClientList have a Profession as "Banker". Let the result of the query be a boolean value.
How can I write the LINQ or lambda expression query to get the result?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)