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.IQueryPredicateData Interface Reference

Information about a query. More...

+ Inheritance diagram for Cqrs.Repositories.Queries.IQueryPredicateData:

Properties

string Name [get]
 The Name of the function in the IQueryStrategy. More...
 
SortedSet< QueryParameterParameters [get]
 The parameters passed to the function in the IQueryStrategy. More...
 

Detailed Description

Information about a query.