ObjectResult<T>.IDbAsyncEnumerable<T>.GetAsyncEnumerator Method ()
Asynchronously gets the enumerator that iterates through ObjectResult<T>.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] IDbAsyncEnumerator<T> IDbAsyncEnumerable<T>.GetAsyncEnumerator()
Return Value
Type: System.Data.Entity.Infrastructure.IDbAsyncEnumerator<T>The enumerator that iterates through ObjectResult<T>.