SqlDataReader::Item Property
.NET Framework (current version)
Gets the value of a column in its native format.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Item[Int32] | Gets the value of the specified column in its native format given the column ordinal.(Overrides DbDataReader::Item[Int32].) |
![]() | Item[String^] | Gets the value of the specified column in its native format given the column name.(Overrides DbDataReader::Item[String^].) |
Show:
