... getDBData(); //可以對DataTable下查詢條件,注意的是:回傳的是DataRow[]陣列! DataRow[] drs = dt.Select("column1='test'"); //資料列取得後, ...
確定! 回上一頁