Skip to main content

CriteriaOperator.Or(CriteriaOperator, CriteriaOperator) Method

Returns the expression which groups two operands with logical OR.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public static CriteriaOperator Or(
    CriteriaOperator left,
    CriteriaOperator right
)

#Parameters

Name Type Description
left CriteriaOperator

A CriteriaOperator object which represents the first operand.

right CriteriaOperator

A CriteriaOperator object which represents the second operand.

#Returns

Type Description
CriteriaOperator

A CriteriaOperator object representing the expression which groups two operands with logical OR.

See Also