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.
リストから DataSet への LINQ Join を実行できますか? これを行う際の注意点はありますか?
結合の両側のサイズに応じて、先に明らかなパフォーマンスの問題があるため、実際の注意点は規模です。
変換を行う必要はありません。通常のLINQの場合と同じように、データセット/テーブルから行を選択し、行をと比較する方法を示す「on」句を含めることができますList<T>。
List<T>