![]() |
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.
|
A query that will produce a result that is a single TData item. More...
Additional Inherited Members | |
![]() | |
TQueryStrategy | QueryStrategy [get, set] |
The TQueryStrategy to be executed and produce a result. More... | |
![]() | |
TResult | Result [get] |
The resulting of executing the QueryStrategy. More... | |
A query that will produce a result that is a single TData item.
TQueryStrategy | The Type of the IQueryStrategy. |
TData | The Type of result data. |
TQueryStrategy | : | IQueryStrategy |