DataTable dt = ...

DataRow[] dr = dt.Select("ID=14");

dt = dr.CopyToDataTable();

相关文章: