Skip to main content
A newer version of this page is available. .

NullOperator(CriteriaOperator) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.1.dll

Declaration

public NullOperator(
    CriteriaOperator operand
)

Parameters

Name Type Description
operand CriteriaOperator

An CriteriaOperator object which represents the criteria expression.

See Also