Class AbpPagingQueryableExtensions
Inheritance
System.Object
AbpPagingQueryableExtensions
Namespace: System.Linq
Assembly: Volo.Abp.Ddd.Application.dll
Syntax
public static class AbpPagingQueryableExtensions : object
Methods
PageBy<T>(IQueryable<T>, IPagedResultRequest)
Used for paging with an IPagedResultRequest object.
Declaration
public static IQueryable<T> PageBy<T>(this IQueryable<T> query, IPagedResultRequest pagedResultRequest)
Parameters
| Type | Name | Description |
|---|---|---|
| IQueryable<T> | query | Queryable to apply paging |
| IPagedResultRequest | pagedResultRequest | An object implements IPagedResultRequest interface |
Returns
| Type | Description |
|---|---|
| IQueryable<T> |
Type Parameters
| Name | Description |
|---|---|
| T |