Skip to main content
A newer version of this page is available. .

GroupOperator.Combine Method

Name Parameters Description
Combine(GroupOperatorType, CriteriaOperator, CriteriaOperator) static opType, left, right Initializes a new GroupOperator instance that logically combines the specified left and right operands using the passed operator type.
Combine(GroupOperatorType, CriteriaOperator[]) static opType, operands Initializes a new GroupOperator instance that logically combines the specified operands using the passed operator type.
Combine(GroupOperatorType, IEnumerable<CriteriaOperator>) static opType, operands Initializes a new GroupOperator instance that logically combines the specified operands using the passed operator type.