다음을 통해 공유


EntityCommand.ExecuteDbDataReaderAsync 메서드

정의

명령을 비동기적으로 실행하고 결과를 읽기 위한 데이터 판독기를 반환합니다.

[System.Diagnostics.DebuggerStepThrough]
protected override System.Threading.Tasks.Task<System.Data.Common.DbDataReader> ExecuteDbDataReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken);
override this.ExecuteDbDataReaderAsync : System.Data.CommandBehavior * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Data.Common.DbDataReader>

매개 변수

behavior
CommandBehavior

명령을 실행할 때 사용할 동작

cancellationToken
CancellationToken

취소 요청을 모니터링할 토큰

반환

비동기 작업(operation)을 나타내는 작업(task)입니다. 작업 결과에는 DbDataReader 개체가 포함됩니다.

특성

적용 대상