![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
ICollectionResultQuery<TQueryStrategy, TData> Cqrs.Repositories.IRepository< TQueryStrategy, TData >.Retrieve | ( | ICollectionResultQuery< TQueryStrategy, TData > | resultQuery | ) |
Builds and executes the provided resultQuery .
resultQuery | The ICollectionResultQuery<TQueryStrategy,TData> to build and execute. |
Implemented in Cqrs.Repositories.Repository< TQueryStrategy, TQueryBuilder, TData >.