CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ Retrieve() [1/2]

ICollectionResultQuery<TQueryStrategy, TData> Cqrs.Repositories.IRepository< TQueryStrategy, TData >.Retrieve ( ICollectionResultQuery< TQueryStrategy, TData >  resultQuery)

Builds and executes the provided resultQuery .

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

Implemented in Cqrs.Repositories.Repository< TQueryStrategy, TQueryBuilder, TData >.