BinaryOperator(String, Int64, BinaryOperatorType) Constructor
Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Int64 value.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | A String value which specifies the name of the property whose values are compared to the value. |
value | Int64 | The value to compare with the values of the specified property. |
type | BinaryOperatorType | A BinaryOperatorType enumeration value which specifies the type of the binary operator. This value is assigned to the BinaryOperator.OperatorType property. |
See Also