IDbAsyncEnumerator.Current-Eigenschaft
[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.]
Ruft das aktuelle Element in der Iteration ab.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
ReadOnly Property Current As Object
Get
'Usage
Dim instance As IDbAsyncEnumerator
Dim value As Object
value = instance.Current
Object Current { get; }
property Object^ Current {
Object^ get ();
}
abstract Current : Object
function get Current () : Object
Eigenschaftswert
Typ: System.Object