ObjectResult.IDbAsyncEnumerable.GetAsyncEnumerator Method ()
Returns an asynchronous enumerator that iterates through the query results.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] IDbAsyncEnumerator IDbAsyncEnumerable.GetAsyncEnumerator()
Return Value
Type: System.Data.Entity.Infrastructure.IDbAsyncEnumeratorAn asynchronous enumerator that iterates through the query results.