Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.PredicatesPredicateExtensionOr(Predicate, Predicate)

Or Method (predicate, other)
Disjunge logically the specified predicate and other.

Assembly: Epic.Query

Declaration Syntax
C#
public static Or Or(
	this Predicate predicate,
	Predicate other
)
Parameters
predicate (Predicate)
Predicate.
other (Predicate)
Other.
Return Value
A disjunction between predicate and other.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Predicate. When you use instance method syntax to call this method, omit the first parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptionpredicate or other is nullNothingnullptr
blog comments powered by Disqus