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

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

Assembly: Epic.Query

Declaration Syntax
C#
public Xor(
	Predicate leftOperand,
	Predicate rightOperand
)
Parameters
leftOperand (Predicate)
Left operand.
rightOperand (Predicate)
Right operand.
blog comments powered by Disqus