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

NullOperator Constructors

The operator that compares a value with null.
Name Parameters Description
NullOperator() none Initializes a new NullOperator instance with the default settings.
NullOperator(CriteriaOperator) operand Initializes a new NullOperator instance with a value the passed criterion specifies.
NullOperator(String) operand Initializes a new NullOperator instance with a property value the passed string specifies.
See Also