SqlBoolean::LogicalNot Operator (SqlBoolean)
.NET Framework (current version)
Performs a NOT operation on a SqlBoolean.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlBoolean
The SqlBoolean on which the NOT operation will be performed.
Return Value
Type: System.Data.SqlTypes::SqlBooleanA SqlBoolean with the ValueTrue if argument was true, Null if argument was null, and False otherwise.
.NET Framework
Available since 1.1
Available since 1.1
Show: