CriteriaOperator.Or Method
Name | Parameters | Description |
---|---|---|
Or(CriteriaOperator, CriteriaOperator) static | left, right | Returns the expression which groups two operands with logical OR. |
Or(CriteriaOperator[]) static | operands | Returns the expression which groups the specified operands with logical OR. |
Or(IEnumerable<CriteriaOperator>) static | operands | Returns the expression which groups the specified operands with logical OR. |