NullOperator Constructors
The operator that compares a value withnull
.
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