清泛IT社区

标题: Linq 多字段排序,二次排序 [打印本页]

作者: 清泛网    时间: 2015-11-12 16:30
标题: Linq 多字段排序,二次排序
Linq:ordered = source.OrderByDescending( t => t.f1 ).ThenBy( t => t.f2 );
类似SQL:select * from t1 order by f1 desc ,f2 asc


这种写法里 OrderBy、ThenBy 是升序的,OrderByDescending、ThenByDescending 是降序的。





欢迎光临 清泛IT社区 (https://bbs.tsingfun.com/) Powered by Discuz! X3.3