Skip to main content

NullOperator(CriteriaOperator) Constructor

Initializes a new instance of the NullOperator class with the specified criteria operand.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public NullOperator(
    CriteriaOperator operand
)

Parameters

Name Type Description
operand CriteriaOperator

An CriteriaOperator object which represents the criteria expression.

See Also