IDbAsyncEnumerable.GetAsyncEnumerator, méthode
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Obtient un énumérateur qui peut être utilisé pour énumérer de façon asynchrone la séquence.
Espace de noms : System.Data.Entity.Infrastructure
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Function GetAsyncEnumerator As IDbAsyncEnumerator
'Utilisation
Dim instance As IDbAsyncEnumerable
Dim returnValue As IDbAsyncEnumerator
returnValue = instance.GetAsyncEnumerator()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
IDbAsyncEnumerator GetAsyncEnumerator()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
IDbAsyncEnumerator^ GetAsyncEnumerator()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
abstract GetAsyncEnumerator : unit -> IDbAsyncEnumerator
function GetAsyncEnumerator() : IDbAsyncEnumerator
Valeur de retour
Type : System.Data.Entity.Infrastructure.IDbAsyncEnumerator
Énumérateur pour l'énumération asynchrone sur la séquence.