CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Repositories.Queries.QueryPredicateExtensions Class Reference

Static Public Member Functions

static TResult GetValue< TResult > (this KeyValuePair< string, object > keyValuePair)
 
static TResult GetValue< TResult > (this ISet< KeyValuePair< string, object >> collection, string key)
 
static TResult GetValue< TResult > (this SortedSet< KeyValuePair< string, object >> collection, int index)
 
static TResult GetValue< TResult > (this QueryParameter queryParameter)
 
static TResult GetValue< TResult > (this ISet< QueryParameter > collection, string parameterName)
 
static TResult GetValue< TResult > (this SortedSet< QueryParameter > collection, int index)
 
static TResult GetValue< TResult > (this SortedSet< QueryParameter > collection, string parameterName)