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.
フィルター処理された ListCollectionView をデータビューに変換するにはどうすればよいですか?
ということSystem.Data.DataViewですか?その場合、最初に を作成しDataTableて入力する必要があります。つまり、リスト内の各項目を に変換する方法も必要ですDataRow。
System.Data.DataView
DataTable
DataRow
これが意図していない場合は、質問にさらに詳細を提供する必要があります。