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

BinaryPredicateBase Constructor (leftOperand, rightOperand)
Initializes a new instance of the BinaryPredicateBase class.

Assembly: Epic.Query

Declaration Syntax
C#
protected BinaryPredicateBase(
	Predicate leftOperand,
	Predicate rightOperand
)
Parameters
leftOperand (Predicate)
Left operand of the predicate. Cannot be nullNothingnullptr.
rightOperand (Predicate)
Right operand of the predicate. Cannot be nullNothingnullptr.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown if any of the operand is nullNothingnullptr
blog comments powered by Disqus