IQueryable (non generic) : missing Count and Skip ? it works with IQueryable

前端 未结 2 1371
灰色年华
灰色年华 2021-01-05 03:21

i have an extension method which a person was really helpful to give me... it does an orderby on IQueryable ... but i wanted one to do a normal IQueryable (non generic)

2条回答
  •  离开以前
    2021-01-05 04:17

    The question is old but when someone needs the IQueryable extension methods then he/she should return IQueriable when the return type is anonymous.

提交回复
热议问题