Method ExecuteReaderAsync
| Improve this Doc View SourceExecuteReaderAsync(IDbSet, CancellationToken)
Executes reader on database recordset.
Declaration
public Task<TReader> ExecuteReaderAsync(IDbSet dbSet, CancellationToken ct = default(CancellationToken))
Parameters
Type | Name | Description |
---|---|---|
IDbSet | dbSet | The database recordset. |
System.Threading.CancellationToken | ct | The async cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TReader> | The ADO.Net database reader. |