![]() |
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.
|
A query that will produce a result More...
Properties | |
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... | |
![]() | |
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
TQueryStrategy | The Type of the IQueryStrategy. |
TData | The Type of data in the result collection. |
TQueryStrategy | : | IQueryStrategy |