OracleString Properties

The OracleString properties are listed in Table 15-98.

Table 15-98 OracleString Properties

Properties Description

IsCaseIgnored

Indicates whether or not case should be ignored when performing string comparison

IsNull

Indicates whether or not the current instance has a null value

Item

Obtains the particular character in an OracleString using an index.

Length

Returns the length of the OracleString

Value

Returns the string data that is stored in the OracleString structure.