当前位置:编程学习 > C#/ASP.NET >>

public static IOrderedQueryable<TSource> OrderByDescending<TSource, TKey>(this I

public static IOrderedQueryable<TSource> OrderByDescending<TSource, TKey>(this IQueryable<TSource> source, Expression<Func<TSource, TKey>> keySelector);


这个方法中有两个参数,一个是this IQueryable<TSource> source,一个是Expression<Func<TSource, TKey>> keySelector,


通常调用的时候都是 Gbooks = Gbooks.OrderByDescending(s => s.PostTime);这样调用的,但是只传入了一个参数s=>s.PostTime,但应该要传入两个参数的呀,着说不通,该怎么理解?  --------------------编程问答-------------------- 新手请教啊,大神。。。 --------------------编程问答-------------------- 在线等
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,