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

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

Assembly: Epic.Query

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