NullOperator(CriteriaOperator) Constructor
Initializes a new instance of the NullOperator class with the specified criteria operand.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
operand | CriteriaOperator | An CriteriaOperator object which represents the criteria expression. |
See Also