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