SqlDataReader::NextResultAsync Method
.NET Framework (current version)
Namespace:
System.Data.SqlClient
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | NextResultAsync() | An asynchronous version of NextResult, which advances the reader to the next result when reading the results of a batch of statements. Invokes NextResultAsync with CancellationToken.None.(Inherited from DbDataReader.) |
![]() | NextResultAsync(CancellationToken) | An asynchronous version of NextResult, which advances the data reader to the next result, when reading the results of batch Transact-SQL statements. The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.(Overrides DbDataReader::NextResultAsync(CancellationToken).) |
Show:
