gpt4 book ai didi

c# - LINQ 中 select 和 where 之间的区别

转载 作者:太空狗 更新时间:2023-10-29 21:10:04 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Linq: What is the difference between Select and Where

有什么区别

var a = Doc.Document.Where(n => n.Id == id).SingleOrDefault(); 

var b = Doc.Document.Select(n => n.Id == id).SingleOrDefault();

为什么变量 b 是 bool 值?

抱歉我的无知,我是 LINQ 的新手。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com