Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 linq 查询执行得非常快,但它带来了大约 10K 的结果,所以它的 foreach 循环需要很长时间,有没有办法可以在更短的时间内执行相同的操作?
不。如果您要对返回的每条记录执行操作,则无法快捷方式。
您唯一的选择是进一步限制元素的数量,或者提高在foreach循环内执行的操作的效率。
foreach