The OrExpression type exposes the following members.

Properties

  NameDescription
LeftHandSide
Gets the ICriterion that will be on the Left Hand Side of the Op.
(Inherited from LogicalExpression.)
Op
Get the Sql operator to put between the two Expressions.
(Overrides LogicalExpression..::.Op.)
RightHandSide
Gets the ICriterion that will be on the Right Hand Side of the Op.
(Inherited from LogicalExpression.)

See Also