dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / OnesComplement Method
An OracleBoolean structure.

In This Topic
    OnesComplement Method
    In This Topic
    Performs a ones complement operation on the specified OracleBoolean structure.
    Syntax
    '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.
    See Also