Skip to main content

BinaryOperator(String, Object) Constructor

Initializes a new instance of the BinaryOperator class.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public BinaryOperator(
    string propertyName,
    object value
)

Parameters

Name Type Description
propertyName String

A String value which specifies the name of the property whose values are compared to the value.

value Object

An Object value to compare with the values of the specified property.

See Also