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.
Cqrs.Repositories.Queries.AndQueryPredicate Class Reference

An IQueryPredicate where both the LeftQueryPredicate and the RightQueryPredicate must evaluate to true. More...

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

Properties

IQueryPredicate LeftQueryPredicate [get, set]
 The left side IQueryPredicate. More...
 
IQueryPredicate RightQueryPredicate [get, set]
 The right side IQueryPredicate. More...
 
- Properties inherited from Cqrs.Repositories.Queries.IAndQueryPredicate
IQueryPredicate LeftQueryPredicate [get]
 The left side IQueryPredicate. More...
 
IQueryPredicate RightQueryPredicate [get]
 The right side IQueryPredicate. More...
 

Detailed Description

An IQueryPredicate where both the LeftQueryPredicate and the RightQueryPredicate must evaluate to true.