OracleDataReader.Item Property
.NET Framework 2.0
Gets the value of a column in its native format.
| Name | Description |
|---|---|
| OracleDataReader.Item (Int32) | Gets the value of the specified column in its native format given the column ordinal. |
| OracleDataReader.Item (String) | Gets the value of the specified column in its native format given the column name. |