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.
Cqrs.Repositories.Queries.IQueryWithStrategy< TQueryStrategy > Interface Template Reference

A query that utilises a TQueryStrategy . More...

+ Inheritance diagram for Cqrs.Repositories.Queries.IQueryWithStrategy< TQueryStrategy >:

Properties

TQueryStrategy QueryStrategy [get, set]
 The TQueryStrategy to be executed and produce a result. More...
 

Detailed Description

A query that utilises a TQueryStrategy .

Type Constraints
TQueryStrategy :IQueryStrategy