OracleDataReader Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Depth | Overridden. Gets a value indicating the depth of nesting for the current row. |
| FieldCount | Overridden. Gets the number of columns in the current row. |
| HasRows | Overridden. Gets a value indicating whether the OracleDataReader contains one or more rows. |
| IsClosed | Overridden. Indicates whether the OracleDataReader is closed. |
| Item | Overloaded. Overridden. Gets the value of a column in its native format. |
| RecordsAffected | Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
| VisibleFieldCount | Gets the number of fields in the DbDataReader that are not hidden. (inherited from DbDataReader) |