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

ContainsOperator(String, CriteriaOperator) Constructor

Initializes a new instance of the ContainsOperator class with the specified property and criteria expression.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.1.dll

Declaration

public ContainsOperator(
    string collectionProperty,
    CriteriaOperator condition
)

Parameters

Name Type Description
collectionProperty String

A String value which identifies the property whose values will be searched.

condition CriteriaOperator

A CriteriaOperator object that represents a search criteria.

See Also