DbUpdatableDataRecord.Item-Eigenschaft (Int32)
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Gibt einen Wert mit der angegebenen Ordinalzahl des Felds zurück.
Namespace: System.Data.Entity.Core.Objects
Assembly: EntityFramework (in EntityFramework.dll)
'Declaration
Public Overrides ReadOnly Default Property Item ( _
i As Integer _
) As Object
Get
'Usage
Dim instance As DbUpdatableDataRecord
Dim i As Integer
Dim value As Object
value = instance(i)
public override Object this[
int i
] { get; }
public:
virtual property Object^ default[int i] {
Object^ get (int i) override;
}
abstract Item : Object
override Item : Object
JScript supports the use of indexed properties, but not the declaration of new ones.
- i
Typ: System.Int32
Typ: System.Object
Der Wert mit der angegebenen Feldordinalzahl.