Skip to main content

NullOperator Constructors

Represents an operator which compares a persistent object’s property value with a null reference (Nothing in Visual Basic).
Name Parameters Description
NullOperator() none Initializes a new instance of the NullOperator class with default settings.
NullOperator(CriteriaOperator) operand Initializes a new instance of the NullOperator class with the specified criteria operand.
NullOperator(String) operand Initializes a new instance of the NullOperator class with the specified property name.
See Also