天天看點

datarow數組直接轉DataTable

datarow數組直接轉Datatable,無需周遊處理

DataRow[] nns = new DataRow[]{ };
                            DataTable cd = nns.CopyToDataTable();
           

繼續閱讀