Entity Framework实现多列排序

it2022-05-09  26

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

  类似sql:order by WIndex,KIndex

转载于:https://www.cnblogs.com/shensigzs/p/4579460.html


最新回复(0)