Skip to main content

CriteriaOperator.Or(CriteriaOperator[]) Method

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static CriteriaOperator Or(
    params CriteriaOperator[] operands
)

Parameters

Name Type Description
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 with logical OR.

See Also