dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / Bitwise Complement Operator
An OracleBoolean structure.

In This Topic
    Bitwise Complement Operator
    In This Topic
    Performs a one's complement operation on the specified OracleBoolean structure.
    Syntax
    'Declaration
     
    Public Operator Not( _
       ByVal x As OracleBoolean _
    ) As OracleBoolean
    public OracleBoolean operator ~( 
       OracleBoolean x
    )

    Parameters

    x
    An OracleBoolean structure.

    Return Value

    The one's complement of the specified OracleBoolean.
    Remarks
    The equivalent method for this operator is OnesComplement.
    See Also