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

In This Topic
    OracleBinary Structure Members
    In This Topic

    The following tables list the members exposed by OracleBinary.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OracleBinary structure, setting the Value property to the provided array of bytes.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of an OracleBinary structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the Value property of the OracleBinary is Null.  
    Public PropertyGets the single byte in an OracleBinary at the specified index.  
    Public PropertyGets the length of the binary data.  
    Public PropertyGets the value of the OracleBinary structure.  
    Top
    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
    Public Operators
    Concatenates two OracleBinary values.
    Compares two OracleBinary structures to determine if they are equal.
     
    Compares two OracleBinary structures to determine if the first is greater than the second.
    Compares two OracleBinary structures to determine if the first is greater than or equal to the second.
    Converts a byte array to an OracleBinary structure.
    Compares two OracleBinary structures to determine if they are not equal.
    Compares two OracleBinary structures to determine if the first is less than the second.
    Compares two OracleBinary structures to determine if the first is less than or equal to the second.
    Top
    See Also