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

In This Topic
    OracleString Structure Members
    In This Topic

    The following tables list the members exposed by OracleString.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleString structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents an empty string that can be assigned to the Value property of an OracleString structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to an OracleString structure.  
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies whether case shoud be ignored in comparison. Default value is false.  
    Public PropertyGets a value indicating whether the Value property of the OracleString is Null.  
    Public PropertyGets the character at the specified index.  
    Public PropertyGets the length of the string that is stored in the specified OracleString structure.  
    Public PropertyGets the string that is stored in the specified OracleString structure.  
    Top
    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
    Public Operators
    Concatenates two OracleString structures.
    Determines whether two OracleString values are equal.
    Converts the OracleString object to a System.String.
    Compares two OracleString structures to determine if the first is greater than the second.
    Compares two OracleString structures to determine if the first is greater than or equal to the second.
    Converts the specified System.String to an OracleString.
    Determines whether two OracleString values are not equal.
    Compares two OracleString structures to determine if the first is less than the second.
    Compares two OracleString structures to determine if the first is less than or equal to the second.
    Top
    See Also