OracleJson Structure Properties
In This Topic
For a list of all members of this type, see OracleJson members.
Public Properties
| | 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. |
Top
See Also