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.
IDataReader を最後まで繰り返し、最初に戻ってもう一度繰り返すことはできません。では、データを何度も反復するにはどうすればよいでしょうか?
いくつかの要因に依存します。DataReader を閉じて再度開くか、dataadapter を使用してデータセットに読み込むか、独自のコレクションを作成してそこに読み込み、コレクションから処理することができます。