Table of Contents

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 TQueryType

Query to adorn.

queryContext QueryContext

Context of the query.

Returns

QueryProviderResult

The adorned query.