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.

◆ GeneratePredicate() [2/2]

abstract IQueryable<TData> Cqrs.Repositories.Queries.QueryBuilder< TQueryStrategy, TData >.GeneratePredicate ( QueryPredicate  queryPredicate,
IQueryable< TData >  leftHandQueryable = null 
)
protectedpure virtual

Override to build an IQueryable from the queryPredicate and an optional leftHandQueryable .

Implemented in Cqrs.Azure.BlobStorage.Test.Integration.TestQueryBuilder< TData >.