Entity Framework实现多列排序时间:2021-04-07 08:29:47 aList.OrderBy(a => a.WIndex).ThenBy(a=>a.KIndex) 类似sql:order by WIndex,KIndex