DbUpdatableDataRecord.Item Property
Retrieves the value with the given field name and ordinal.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Item[Int32] | Returns a value that has the given field ordinal.(Overrides DbDataRecord.Item[Int32].) |
![]() | Item[String] | Gets a value that has the given field name.(Overrides DbDataRecord.Item[String].) |
DbUpdatableDataRecord.Item Property (Int32)
Returns a value that has the given field ordinal.
DbUpdatableDataRecord.Item Property (String)
Gets a value that has the given field name.