Condividi tramite


ObjectQuery<T>.IDbAsyncEnumerable<T>.GetAsyncEnumerator Metodo

Definizione

Restituisce un oggetto IDbAsyncEnumerator<T> che, quando enumerato, eseguirà la query SQL specificata sul 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

Restituisce

Risultati di query.

Implementazioni

Attributi

Si applica a