IDbAsyncEnumerable<T>.GetAsyncEnumerator Method ()

 

Gets an enumerator that can be used to asynchronously enumerate the sequence.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
IDbAsyncEnumerator<T> GetAsyncEnumerator()

Return Value

Type: System.Data.Entity.Infrastructure.IDbAsyncEnumerator<T>

Enumerator for asynchronous enumeration over the sequence.