OleDbDataReader::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 (in System.Data.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. |
A case-sensitive lookup is performed first. If it fails, a second case-insensitive search is made.
This method is kana-width insensitive.
.NET Framework
Available since 1.1
Available since 1.1
Item Overload
OleDbDataReader Class
System.Data.OleDb Namespace
Working with DataReaders
Show: