Skip to main content

ContainsOperator(OperandProperty, CriteriaOperator) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public ContainsOperator(
    OperandProperty collectionProperty,
    CriteriaOperator condition
)

Parameters

Name Type Description
collectionProperty OperandProperty

An OperandProperty object which represents the property operand in the criteria expression.

condition CriteriaOperator

A CriteriaOperator object which represents the search criteria.

See Also