![]() |
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.
|
Information about a query. More...
Public Member Functions | |
QueryPredicate () | |
Instantiates a new instance of QueryPredicate. More... | |
Properties | |
string | Name [get, set] |
The Name of the function in the IQueryStrategy. More... | |
SortedSet< QueryParameter > | Parameters [get, set] |
The parameters passed to function in the IQueryStrategy. More... | |
![]() | |
string | Name [get] |
The Name of the function in the IQueryStrategy. More... | |
SortedSet< QueryParameter > | Parameters [get] |
The parameters passed to the function in the IQueryStrategy. More... | |
Information about a query.