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.
Cqrs.Repositories.Queries.SingleResultQuery< TQueryStrategy, TData > Class Template Reference

A query that will produce a result that is a single TData item. More...

+ Inheritance diagram for Cqrs.Repositories.Queries.SingleResultQuery< TQueryStrategy, TData >:

Additional Inherited Members

- Properties inherited from Cqrs.Repositories.Queries.ResultQuery< TQueryStrategy, TData >
TQueryStrategy QueryStrategy [get, set]
 The TQueryStrategy to be executed and produce a result. More...
 
TData Result [get, set]
 The resulting of executing the QueryStrategy. More...
 
- Properties inherited from Cqrs.Repositories.Queries.IQueryWithStrategy< TQueryStrategy >
TQueryStrategy QueryStrategy [get, set]
 The TQueryStrategy to be executed and produce a result. More...
 
- Properties inherited from Cqrs.Repositories.Queries.IQueryWithResults< TData >
TResult Result [get]
 The resulting of executing the QueryStrategy. More...
 

Detailed Description

A query that will produce a result that is a single TData item.

Template Parameters
TQueryStrategyThe Type of the IQueryStrategy.
TDataThe Type of result data.
Type Constraints
TQueryStrategy :IQueryStrategy