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.QueryParameter Class Reference

Information about a parameter pass to a function in a IQueryStrategy. More...

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

Public Member Functions

 QueryParameter ()
 Instantiates a new instance of QueryParameter More...
 
 QueryParameter (string parameterName, object parameterValue)
 Instantiates a new instance of QueryParameter More...
 
GetParameterValue< T > ()
 Returns ParameterValue cast to T . More...
 
int CompareTo (object obj)
 Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. More...
 
int CompareTo (QueryParameter other)
 Compares the current object with another object of the same type. More...
 

Properties

string ParameterName [get, set]
 The name of the parameter. More...
 
object ParameterValue [get, set]
 The value of the parameter. More...
 

Detailed Description

Information about a parameter pass to a function in a IQueryStrategy.