Metodo IDbAsyncEnumerable<T>.GetAsyncEnumerator
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Ottiene un enumeratore che può essere utilizzato per enumerare in modo asincrono la sequenza.
Spazio dei nomi: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Function GetAsyncEnumerator As IDbAsyncEnumerator(Of T)
'Utilizzo
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>
Valore restituito
Tipo: System.Data.Entity.Infrastructure.IDbAsyncEnumerator<T>
Enumeratore per l'enumerazione asincrona sulla sequenza.