1 DataView dv = ds.DefaultView;
2 dv.Sort = "header asc";
3 ds = dv.ToTable();

C# dataTable 排序

相关文章: