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

In This Topic
    OracleJson Structure Members
    In This Topic

    The following tables list the members exposed by OracleJson.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleJson 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 OracleJson structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to an OracleJson structure.  
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies whether case should be ignored in the comparison. The default value is false.  
    Public PropertyGets a value indicating whether the Value property of the OracleJson is Null.  
    Public PropertyGets the character at the specified index.  
    Public PropertyGets the length of the string that is stored in the specified OracleJson structure.  
    Public PropertyGets the string that is stored in the specified OracleJson structure.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a copy of the current OracleJson instance.  
    Public MethodOverloaded. Compares the current OracleJson object to another one.  
    Public Methodstatic (Shared in Visual Basic)Concatenates two OracleJson structures.  
    Public MethodOverloaded. Compares the specified object parameter to the Value property of the OracleJson object.  
    Public MethodReturns a hash code for the OracleJson structure.  
    Public MethodReturns the OracleJson contents as an array of bytes in the client encoding.  
    Public MethodReturns the OracleJson contents as an array of bytes in the Unicode encoding.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleJson values is greater than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleJson values is greater than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleJson values is less than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleJson values is less than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two OracleJson values are not equal.  
    Public MethodConverts the current OracleJson object to a System.String.  
    Top
    Public Operators
    Concatenates two OracleJson structures.
    Determines whether two OracleJson values are equal.
    Converts the OracleJson object to a System.String.
    Compares two OracleJson structures to determine if the first is greater than the second.
    Compares two OracleJson structures to determine if the first is greater than or equal to the second.
    Converts the specified System.String to an OracleJson.
    Determines whether two OracleJson values are not equal.
    Compares two OracleJson structures to determine if the first is less than the second.
    Compares two OracleJson structures to determine if the first is less than or equal to the second.
    Top
    See Also