DbRawSqlQuery<TElement>.IDbAsyncEnumerable<TElement>.GetAsyncEnumerator Method

Definition

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

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

Returns

IDbAsyncEnumerator<TElement>

An IDbAsyncEnumerable<T> object that can be used to iterate through the elements.

Implements

Attributes

Applies to