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.
cloneメソッドを使用してデータテーブルから少数の列スキーマのみをコピーする方法はありますか?そうでない場合は、スキーマを含むいくつかの列を1つのデータテーブルから別のデータテーブルにコピーするための最良のソリューションは何ですか。
使用する必要があります。
DataTable newTable = dataTable.DefaultView.ToTable(false, columnsnamearray);