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