IDbAsyncEnumerable.GetAsyncEnumerator Method ()
Gets an enumerator that can be used to asynchronously enumerate the sequence.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] IDbAsyncEnumerator GetAsyncEnumerator()
Return Value
Type: System.Data.Entity.Infrastructure.IDbAsyncEnumeratorEnumerator for asynchronous enumeration over the sequence.