다음을 통해 공유


ObjectQuery<T>.IDbAsyncEnumerable<T>.GetAsyncEnumerator 메서드

정의

IDbAsyncEnumerator<T> 열거되면 데이터베이스에 대해 지정된 SQL 쿼리를 실행하는 을 반환합니다.

[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

반환

쿼리 결과입니다.

구현

특성

적용 대상