OracleString Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| IsNull | Indicates whether the Value of the OracleString is Null. |
| Item | Gets the single byte from the Value property located at the position indicated by the integer parameter, index. |
| Length | Gets the length of the string that is stored in this OracleString structure. |
| Value | Gets the string that is stored in the OracleString structure. |