linq 中的 ThenByDescending 怎样使用 ??? 我在网上查了那么多 都是文字上的 没有图
看不懂 不知道什么效果 ,可以写些代码 截个图片吧 ,另外要是有linq to sql 的好的学习资料 发地址啊 谢谢了。
例子:OrderBy(p => p.Sex).ThenByDescending(p => p.Birthday);
等价于SQL的 order by Sex ASC, Birthday DESC
学习资料自己百度