Skip to main content

UnaryOperator(UnaryOperatorType, CriteriaOperator) Constructor

Initializes a new instance of the UnaryOperator class with the specified operand and operator type.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public UnaryOperator(
    UnaryOperatorType operatorType,
    CriteriaOperator operand
)

Parameters

Name Type Description
operatorType UnaryOperatorType

A UnaryOperator enumeration value which specifies the type of the unary operator. This value is assigned to the UnaryOperator.OperatorType property.

operand CriteriaOperator

A CriteriaOperator object which represents the operand. This value is assigned to the UnaryOperator.Operand property.

See Also