NotOperator Constructors
Represents a logical NOT operation which is performed on the operand.Name | Parameters | Description |
---|---|---|
NotOperator() | none | Initializes a new instance of the NotOperator class with default settings. |
NotOperator(CriteriaOperator) | operand | Initializes a new instance of the NotOperator class with the specified operand. |
See Also