QueryableExtensions.ApplyPageDataRequest<TDataItem> method

Applies a PageDataRequest to the IQueryable.

public static IQueryable<TDataItem> ApplyPageDataRequest<TDataItem>(
    this IQueryable<TDataItem> query, PageDataRequest request)
parameterdescription
TDataItemThe type of the data items being queried.
queryThe IQueryable
requestThe PageDataRequest

Return Value

The updated IQueryable.

See Also