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

InOperator(CriteriaOperator, IEnumerable<CriteriaOperator>) Constructor

Initializes a new instance of the InOperator class with the specified settings.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.1.dll

Declaration

public InOperator(
    CriteriaOperator leftOperand,
    IEnumerable<CriteriaOperator> operands
)

Parameters

Name Type Description
leftOperand CriteriaOperator

A CriteriaOperator object which represents the expression to test.

operands IEnumerable<CriteriaOperator>

An array of objects that represent expressions to test for a match.

See Also