다음을 통해 공유


DbRawSqlQuery<TElement>.IDbAsyncEnumerable<TElement>.GetAsyncEnumerator 메서드

정의

IDbAsyncEnumerable<T> 열거될 때 데이터베이스에 대해 SQL 쿼리를 실행하는 을 반환합니다.

[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

반환

IDbAsyncEnumerator<TElement>

IDbAsyncEnumerable<T> 요소를 반복하는 데 사용할 수 있는 개체입니다.

구현

특성

적용 대상