DbQuery<TResult>.IDbAsyncEnumerable<TResult>.GetAsyncEnumerator Method

Definition

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

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

Returns

The query results.

Implements

Attributes

Applies to