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

GroupOperator.Combine(GroupOperatorType, IEnumerable<CriteriaOperator>) Method

Returns the expression which groups the specified operands with logical AND or OR.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

public static CriteriaOperator Combine(
    GroupOperatorType opType,
    IEnumerable<CriteriaOperator> operands
)

Parameters

Name Type Description
opType GroupOperatorType

A GroupOperatorType enumeration value that specifies the type of the group operator.

operands IEnumerable<CriteriaOperator>

A list of operands to be grouped.

Returns

Type Description
CriteriaOperator

A CriteriaOperator object representing the expression which groups the specified operands.

See Also