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.

◆ GetValue< TResult >() [6/7]

static TResult Cqrs.Repositories.Queries.QueryPredicateExtensions.GetValue< TResult > ( this SortedSet< QueryParameter collection,
int  index 
)
static

Gets the value from the provided collection cast to TResult .

Gets the QueryParameter at index index from the provided collection then gets the QueryParameter.ParameterValue cast to TResult .