Share via


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

Definition

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

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

Returns

The query results.

Implements

Attributes

Applies to