Skip to main content

CriteriaOperator.Or(IEnumerable<CriteriaOperator>) Method

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public static CriteriaOperator Or(
    IEnumerable<CriteriaOperator> operands
)

#Parameters

Name Type Description
operands IEnumerable<CriteriaOperator>

A list of operands to be grouped.

#Returns

Type Description
CriteriaOperator

A CriteriaOperator object which is the expression which groups the specified operands with logical OR.

See Also