dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / op_LogicalNot Method
The OracleBoolean structure on which the NOT operation is performed.

In This Topic
    op_LogicalNot Method
    In This Topic
    Performs a NOT operation on the specified OracleBoolean.
    Syntax
    'Declaration
     
    This operator type is not supported by Visual Basic
    public OracleBoolean operator !( 
       OracleBoolean x
    )

    Parameters

    x
    The OracleBoolean structure on which the NOT operation is performed.

    Return Value

    An OracleBoolean with the following Value: Value if argument was true, Null if argument was null, and False otherwise.
    See Also