datarow數組直接轉Datatable,無需周遊處理
DataRow[] nns = new DataRow[]{ };
DataTable cd = nns.CopyToDataTable();
datarow數組直接轉Datatable,無需周遊處理
DataRow[] nns = new DataRow[]{ };
DataTable cd = nns.CopyToDataTable();