DbQuery.IDbAsyncEnumerable.GetAsyncEnumerator Method

Definition

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
System.Data.Entity.Infrastructure.IDbAsyncEnumerator IDbAsyncEnumerable.GetAsyncEnumerator ();
Function GetAsyncEnumerator () As IDbAsyncEnumerator Implements IDbAsyncEnumerable.GetAsyncEnumerator

Returns

The query results.

Implements

Attributes

Applies to