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

An IQueryPredicate where either the LeftQueryPredicate or the RightQueryPredicate must evaluate to true. More...

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

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 either the LeftQueryPredicate or the RightQueryPredicate must evaluate to true.