從DataSet取得資料,並存至DataTable的dt內 dt = ds.Tables["Data"]; //建立一筆新的DataRow,並且等於新的dt row DataRow row = dt.NewRow();
確定! 回上一頁