GroupOperator.Combine(GroupOperatorType, CriteriaOperator[]) Method
Returns the expression which groups the specified operands with logical AND or OR.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
public static CriteriaOperator Combine(
GroupOperatorType opType,
params CriteriaOperator[] operands
)
Parameters
| Name | Type | Description |
|---|---|---|
| opType | GroupOperatorType | A GroupOperatorType enumeration value that specifies the type of the group operator. |
| operands | CriteriaOperator[] | An array of CriteriaOperator objects that represent operands. |
Returns
| Type | Description |
|---|---|
| CriteriaOperator | A CriteriaOperator object representing the expression which groups the specified operands. |
See Also