dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure
Fields Properties Methods

In This Topic
    OracleBoolean Structure Members
    In This Topic

    The following tables list the members exposed by OracleBoolean.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleBoolean structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a false value that can be assigned to the Value property of an instance of the OracleBoolean structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to an OracleBoolean object.  
    Public Fieldstatic (Shared in Visual Basic)Represents the value 1.  
    Public Fieldstatic (Shared in Visual Basic)Represents a true value that can be assigned to the Value property of an instance of the OracleBoolean structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the zero value.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the value of the OracleBoolean structure as a byte.  
    Public PropertyIndicates whether the current Value value is false.  
    Public PropertyGets a value indicating whether the Value property of the OracleBoolean is Null.  
    Public PropertyIndicates whether the current Value value is true.  
    Public PropertyGets the value of the OracleBoolean structure.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds two OracleBoolean values.  
    Public MethodOverloaded. Compares the current OracleBoolean object to another one.  
    Public MethodOverloaded. Compares the specified object parameter to the Value property of the OracleBoolean object.  
    Public MethodReturns a hash code for the OracleBoolean structure.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two OracleBoolean values are not equal.  
    Public Methodstatic (Shared in Visual Basic)Performs a ones complement operation on the specified OracleBoolean structure.  
    Public Methodstatic (Shared in Visual Basic)Performs a NOT operation on the specified OracleBoolean.  
    Public Methodstatic (Shared in Visual Basic)Performs a bitwise OR operation on the two specified OracleBoolean structures.  
    Public Methodstatic (Shared in Visual Basic)Converts the specified System.String to its OracleBoolean equivalent.  
    Public MethodConverts the current OracleBoolean value to a System.String.  
    Public Methodstatic (Shared in Visual Basic)Performs a bitwise exclusive-OR operation on the specified parameters.  
    Top
    Public Operators
    Computes the bitwise AND of two OracleBoolean structures.
    Computes the bitwise OR of two OracleBoolean structures.
    Compares two OracleBoolean structures to determine if they are equal.
    Performs a bitwise exclusive-OR operation on two OracleBoolean structures.
    Overloaded. Converts the System.String parameter to the OracleBoolean.
    Tests the Value of the OracleBoolean to determine whether it is false.
    Compares two OracleBoolean structures to determine if the first is greater than the second.
    Compares two OracleBoolean structures to determine if the first is greater than or equal to the second.
    Converts a System.Boolean structure to an OracleBoolean structure.
    Determines whether two OracleBoolean values are not equal.
    Compares two OracleBoolean structures to determine if the first is less than the second.
    Compares two OracleBoolean structures to determine if the first is less than or equal to the second.
    Performs a NOT operation on the specified OracleBoolean.
    Performs a one's complement operation on the specified OracleBoolean structure.
    Tests the Value of the OracleBoolean to determine whether it is true.
    Top
    See Also