The OrExpression type exposes the following members.

Properties

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

See Also