'Declaration Public Shared Function OnesComplement( _ ByVal x As OracleBoolean _ ) As OracleBoolean
public static OracleBoolean OnesComplement( OracleBoolean x )
Parameters
- x
- An OracleBoolean structure.
Return Value
The one's complement of the specified OracleBoolean. If the Boolean contains a null value, the result also is a null value.