DbQuery<TResult>.IDbAsyncEnumerable.GetAsyncEnumerator Method ()

 

Returns an IDbAsyncEnumerator which when enumerated will execute the query against the database.

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

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

Return Value

Type: System.Data.Entity.Infrastructure.IDbAsyncEnumerator

The query results.