Interface IQueryProviderFor<TQueryType>
- Namespace
- Cratis.Applications.Queries
- Assembly
- Cratis.Applications.dll
Defines a paging adorner for a query.
public interface IQueryProviderFor<TQueryType>
Type Parameters
TQueryType
Type of query.
Methods
Execute(TQueryType, QueryContext)
Adorn the query with paging.
QueryProviderResult Execute(TQueryType query, QueryContext queryContext)
Parameters
query
TQueryTypeQuery to adorn.
queryContext
QueryContextContext of the query.
Returns
- QueryProviderResult
The adorned query.