OracleString Structure Properties
In This Topic
For a list of all members of this type, see OracleString members.
Public Properties
| Name | Description |
 | IsCaseIgnored | Specifies whether case shoud be ignored in comparison. Default value is false. |
 | IsNull | Gets a value indicating whether the Value property of the OracleString is Null. |
 | Item | Gets the character at the specified index. |
 | Length | Gets the length of the string that is stored in the specified OracleString structure. |
 | Value | Gets the string that is stored in the specified OracleString structure. |
Top
See Also