OracleArrayDataReader Class Properties
In This Topic
For a list of all members of this type, see OracleArrayDataReader members.
Public Properties
| Name | Description |
 | Depth | Do not use. |
 | FieldCount | If the array consists of OBJECT TYPE elements, gets number of array element properties. |
 | IsClosed | Indicates whether the OracleArrayDataReader was closed. |
 | Item | Overloaded. If the array consists of OBJECT TYPE elements, gets or sets the value of the specified property of the current array element, as a Boolean, otherwise, gets the value of the current array element as a Boolean. |
 | RecordsAffected | Do not use. |
Top
See Also