EntityDataReader.Item Property
Gets the value of the column.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Item[Int32] | Gets the value of the specified column as an instance of Object.(Overrides DbDataReader.Item[Int32].) |
![]() | Item[String] | Gets the value of the specified column as an instance of Object.(Overrides DbDataReader.Item[String].) |
EntityDataReader.Item Property (Int32)
Gets the value of the specified column as an instance of Object.
EntityDataReader.Item Property (String)
Gets the value of the specified column as an instance of Object.