| Name | Description | |
|---|---|---|
![]() | OracleJson Constructor | Overloaded. Initializes a new instance of the OracleJson structure. |
The following tables list the members exposed by OracleJson.
| Name | Description | |
|---|---|---|
![]() | OracleJson Constructor | Overloaded. Initializes a new instance of the OracleJson structure. |
| Name | Description | |
|---|---|---|
![]() ![]() | Empty | Represents an empty string that can be assigned to the Value property of an OracleJson structure. |
![]() ![]() | Null | Represents a null value that can be assigned to an OracleJson structure. |
| Name | Description | |
|---|---|---|
![]() | IsCaseIgnored | Specifies whether case should be ignored in the comparison. The default value is false. |
![]() | IsNull | Gets a value indicating whether the Value property of the OracleJson is Null. |
![]() | Item | Gets the character at the specified index. |
![]() | Length | Gets the length of the string that is stored in the specified OracleJson structure. |
![]() | Value | Gets the string that is stored in the specified OracleJson structure. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a copy of the current OracleJson instance. |
![]() | CompareTo | Overloaded. Compares the current OracleJson object to another one. |
![]() ![]() | Concat | Concatenates two OracleJson structures. |
![]() | Equals | Overloaded. Compares the specified object parameter to the Value property of the OracleJson object. |
![]() | GetHashCode | Returns a hash code for the OracleJson structure. |
![]() | GetNonUnicodeBytes | Returns the OracleJson contents as an array of bytes in the client encoding. |
![]() | GetUnicodeBytes | Returns the OracleJson contents as an array of bytes in the Unicode encoding. |
![]() ![]() | GreaterThan | Determines whether the first of two OracleJson values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two OracleJson values is greater than or equal to the second. |
![]() ![]() | LessThan | Determines whether the first of two OracleJson values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two OracleJson values is less than or equal to the second. |
![]() ![]() | NotEquals | Determines whether two OracleJson values are not equal. |
![]() | ToString | Converts the current OracleJson object to a System.String. |
Addition | Concatenates two OracleJson structures. |
Equality | Determines whether two OracleJson values are equal. |
Explicit Type Conversion | Converts the OracleJson object to a System.String. |
Greater Than | Compares two OracleJson structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two OracleJson structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Converts the specified System.String to an OracleJson. |
Inequality | Determines whether two OracleJson values are not equal. |
Less Than | Compares two OracleJson structures to determine if the first is less than the second. |
Less Than or Equal | Compares two OracleJson structures to determine if the first is less than or equal to the second. |