dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBinary Structure

In This Topic
    OracleBinary Structure Methods
    In This Topic

    For a list of all members of this type, see OracleBinary members.

    Public Methods
     NameDescription
    Public MethodCompares the current OracleBinary object to the specified object and returns an integer that represents their relative values.  
    Public Methodstatic (Shared in Visual Basic)Concatenates two OracleBinary structures.  
    Public MethodOverloaded. Compares two OracleBinary structures to determine if they are equal.  
    Public MethodReturns a hash code for the OracleBinary structure.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleBinary values is greater than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleBinary values is greater than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleBinary values is less than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleBinary values is less than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two OracleBinary values are not equal.  
    Public Methodstatic (Shared in Visual Basic)Converts the specified System.String to its OracleBinary equivalent.  
    Public MethodConverts the specified OracleBinary structure to a System.String.  
    Public Methodstatic (Shared in Visual Basic)Converts the hexadecimal representation representation of a binary data to OracleBinary.  
    Top
    See Also