DataView view = newDt.DefaultView;
view.Sort = "Description asc,replyEnd desc";
DataTable table2 = view.ToTable();

相关文章: