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.

◆ Retrieve() [2/2]

virtual ICollectionResultQuery<TQueryStrategy, TData> Cqrs.Repositories.Repository< TQueryStrategy, TQueryBuilder, TData >.Retrieve ( ICollectionResultQuery< TQueryStrategy, TData >  resultQuery)
virtual

Builds and executes the provided resultQuery .

Parameters
resultQueryThe ICollectionResultQuery<TQueryStrategy,TData> to build and execute.

Implements Cqrs.Repositories.IRepository< TQueryStrategy, TData >.