Method ExecuteDbReaderAsync
| Improve this Doc View SourceExecuteDbReaderAsync(CancellationToken)
Executes the database reader.
Declaration
public Task<DbReader> ExecuteDbReaderAsync(CancellationToken ct = default(CancellationToken))
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | ct | The async cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DbReader> | The database reader. |