Repository 新增分页方法重载
This commit is contained in:
@@ -87,6 +87,7 @@ namespace ZR.Repository
|
||||
PagedInfo<T> GetPages(Expression<Func<T, bool>> where, PagerInfo parm);
|
||||
|
||||
PagedInfo<T> GetPages(Expression<Func<T, bool>> where, PagerInfo parm, Expression<Func<T, object>> order, OrderByType orderEnum = OrderByType.Asc);
|
||||
PagedInfo<T> GetPages(Expression<Func<T, bool>> where, PagerInfo parm, Expression<Func<T, object>> order, string orderByType);
|
||||
|
||||
bool Any(Expression<Func<T, bool>> expression);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user