IDbAsyncEnumerable<T>.GetAsyncEnumerator-Methode
[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 einen Enumerator ab, der verwendet werden kann, um die Sequenz asynchron aufzulisten.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Function GetAsyncEnumerator As IDbAsyncEnumerator(Of T)
'Usage
Dim instance As IDbAsyncEnumerable
Dim returnValue As IDbAsyncEnumerator(Of T)
returnValue = instance.GetAsyncEnumerator()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
IDbAsyncEnumerator<T> GetAsyncEnumerator()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
IDbAsyncEnumerator<T>^ GetAsyncEnumerator()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
abstract GetAsyncEnumerator : unit -> IDbAsyncEnumerator<'T>
function GetAsyncEnumerator() : IDbAsyncEnumerator<T>
Rückgabewert
Typ: System.Data.Entity.Infrastructure.IDbAsyncEnumerator<T>
Enumerator für die asynchrone Aufzählung über der Sequenz.