Condividi tramite


DbRawSqlQuery<TElement>.IDbAsyncEnumerable<TElement>.GetAsyncEnumerator Metodo

Definizione

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

Restituisce

IDbAsyncEnumerator<TElement>

Oggetto IDbAsyncEnumerable<T> che può essere usato per scorrere gli elementi.

Implementazioni

Attributi

Si applica a