Skip to main content

InOperator(String, CriteriaOperator[]) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public InOperator(
    string propertyName,
    params CriteriaOperator[] operands
)

Parameters

Name Type Description
propertyName String

A String value which specifies the property name.

operands CriteriaOperator[]

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

See Also