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

In This Topic
    OracleString Structure Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodCreates a copy of the current OracleString instance.  
    Public MethodOverloaded. Compares the current OracleString object to another one.  
    Public Methodstatic (Shared in Visual Basic)Concatenates two OracleString structures.  
    Public MethodOverloaded. Compares two OracleString structures to determine if they are equal.  
    Public MethodReturns a hash code for the OracleString structure.  
    Public MethodRetuns the OracleString contents as an array of bytes in the client encoding.  
    Public MethodRetuns the OracleString contents as an array of bytes in the client encoding.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleString values is greater than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleString values is greater than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleString values is less than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleString values is less than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two OracleString values are not equal.  
    Public MethodConverts the current OracleString object to a System.String.  
    Top
    See Also