ObjectResult.IDbAsyncEnumerable.GetAsyncEnumerator Method ()

 

Returns an asynchronous enumerator that iterates through the query results.

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

[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
IDbAsyncEnumerator IDbAsyncEnumerable.GetAsyncEnumerator()

Return Value

Type: System.Data.Entity.Infrastructure.IDbAsyncEnumerator

An asynchronous enumerator that iterates through the query results.