Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbQuery<TResult>::IDbAsyncEnumerable::GetAsyncEnumerator Method ()

Entity Framework 6.0
 

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

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

private:
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
virtual IDbAsyncEnumerator^ GetAsyncEnumerator() sealed = IDbAsyncEnumerable::GetAsyncEnumerator

Return Value

Type: System.Data.Entity.Infrastructure::IDbAsyncEnumerator^

The query results.

Return to top
Show: