OracleBoolean::OnesComplement Method (OracleBoolean)
.NET Framework (current version)
Performs a ones complement operation on the supplied OracleBoolean structures.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- x
-
Type:
System.Data.OracleClient::OracleBoolean
An OracleBoolean structure.
Return Value
Type: System.Data.OracleClient::OracleBooleanThe one's complement of the supplied OracleBoolean. If the Boolean contains a null value the result also is a null value.
.NET Framework
Available since 1.1
Available since 1.1
Show: