摘要:
DataTable 排序 DataRow[] rows = dataTable1.Select("", "ord asc");DataTable t = DataTable1.Clone();t.Clear();foreach(DataRow row inrows)t.ImportRow(row);... 阅读全文
posted @ 2014-10-13 11:27 yushff 阅读(264) 评论(0) 推荐(0)
|
||
|
摘要:
DataTable 排序 DataRow[] rows = dataTable1.Select("", "ord asc");DataTable t = DataTable1.Clone();t.Clear();foreach(DataRow row inrows)t.ImportRow(row);... 阅读全文
posted @ 2014-10-13 11:27 yushff 阅读(264) 评论(0) 推荐(0) |
||