Skip to main content

NullOperator(CriteriaOperator) Constructor

In This Article

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.2.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