QueryableExtensions class
Extension methods for IQueryable
public static class QueryableExtensions
Public Members
| name | description |
|---|---|
| static ApplyPageDataRequest<TDataItem>(…) | Applies a PageDataRequest to the IQueryable. |
| static Filter<TDataItem>(…) | Adds filter expressions to the IQueryable |
| static Page<TDataItem>(…) | Adds paging expressions to the IQueryable. |
| static Sort<TDataItem>(…) | Adds sort expressions to the IQueryable. |