OracleBoolean::LogicalNot Operator (OracleBoolean)
.NET Framework (current version)
Performs a NOT operation on an OracleBoolean.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- x
-
Type:
System.Data.OracleClient::OracleBoolean
The OracleBoolean on which the NOT operation is performed.
Return Value
Type: System.Data.OracleClient::OracleBooleanAn OracleBoolean 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: