Entity Framework实现多列排序

aList.OrderBy(a => a.WIndex).ThenBy(a=>a.KIndex)

  类似sql:order by WIndex,KIndex