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

And Method (predicate, other)
Conjunges logically the specified predicate and other.

Assembly: Epic.Query

Declaration Syntax
C#
public static And And(
	this Predicate predicate,
	Predicate other
)
Parameters
predicate (Predicate)
Predicate.
other (Predicate)
Another predicate.
Return Value
A conjunction 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