摘要:
DataRow[] rows = dataTable1.Select("", "ord asc"); DataTable t = DataTable1.Clone(); t.Clear(); foreach (DataRow row in rows) t.ImportRow(row); DataTable1 = t; VS2005中这种方法最简单: DataView dv = dt.D... 阅读全文
posted @ 2007-05-29 21:48
大豆男生
阅读(8144)
评论(6)
推荐(1)

浙公网安备 33010602011771号