Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.PredicatesScalarPredicateBaseScalarPredicateBase(Scalar, Scalar)

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

Assembly: Epic.Query

Declaration Syntax
C#
protected ScalarPredicateBase(
	Scalar leftOperand,
	Scalar rightOperand
)
Parameters
leftOperand (Scalar)
Left operand of the predicate. Cannot be nullNothingnullptr.
rightOperand (Scalar)
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