Make a new DataTable with the same columns as another DataTable

前端 未结 2 1382

I want to create a new DataTable that has the same columns as another DataTable.

Currently, I do the following:

DataTable myTable = new DataTable();
         


        
2条回答
提交回复
热议问题