ObjectQuery<T>.IDbAsyncEnumerable<T>.GetAsyncEnumerator Method ()

 

Returns an IDbAsyncEnumerator<T> which when enumerated will execute the given SQL query against the database.

Namespace:   System.Data.Entity.Core.Objects
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 query results.