建立一個新的Datatable DataTable dt = new DataTable(); //從DataSet取得資料,並存至DataTable的dt內 dt = ds.Tables["Data"];
確定! 回上一頁