DbSet<TEntity>.IAsyncEnumerable<TEntity>.GetAsyncEnumerator 메서드

정의

IAsyncEnumerator<T> 열거되면 데이터베이스에 대해 쿼리를 비동기적으로 실행하는 을 반환합니다.

System.Collections.Generic.IAsyncEnumerator<TEntity> IAsyncEnumerable<TEntity>.GetAsyncEnumerator (System.Threading.CancellationToken cancellationToken);
abstract member System.Collections.Generic.IAsyncEnumerable<TEntity>.GetAsyncEnumerator : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerator<'Entity (requires 'Entity : null)>
override this.System.Collections.Generic.IAsyncEnumerable<TEntity>.GetAsyncEnumerator : System.Threading.CancellationToken -> System.Collections.Generic.IAsyncEnumerator<'Entity (requires 'Entity : null)>
Function GetAsyncEnumerator (cancellationToken As CancellationToken) As IAsyncEnumerator(Of TEntity) Implements IAsyncEnumerable(Of TEntity).GetAsyncEnumerator

매개 변수

cancellationToken
CancellationToken

반환

IAsyncEnumerator<TEntity>

쿼리 결과입니다.

구현

적용 대상