Sdílet prostřednictvím


DbRawSqlQuery<TElement>.IDbAsyncEnumerable<TElement>.GetAsyncEnumerator Metoda

Definice

Vrátí hodnotu , IDbAsyncEnumerable<T> která při výčtu provede dotaz SQL na databázi.

[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

Návraty

IDbAsyncEnumerator<TElement>

Objekt IDbAsyncEnumerable<T> , který lze použít k iteraci prvky.

Implementuje

Atributy

Platí pro