Freigeben über


DbQuery<TResult>.IDbAsyncEnumerable<TResult>.GetAsyncEnumerator Methode

Definition

Gibt einen IDbAsyncEnumerator<T> zurück, der bei Enumeration die Abfrage für die Datenbank ausführt.

[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

Gibt zurück

Die Abfrageergebnisse.

Implementiert

Attribute

Gilt für: