The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OracleDataReader::Item Property (String^)
.NET Framework (current version)
Gets the value of the specified column in its native format given the column name.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public: property Object^ default[ String^ name ] { virtual Object^ get(String^ name) override; }
Parameters
- name
-
Type:
System::String^
The column name.
Implements
IDataRecord::Item[String^]| Exception | Condition |
|---|---|
| IndexOutOfRangeException | No column with the specified name was found. |
.NET Framework
Available since 1.1
Available since 1.1
Show: