Method PerformExecuteReaderAsync
| Improve this Doc View SourcePerformExecuteReaderAsync(Model, TCommand, CancellationToken)
Performs the operation to execute the command and returns a database reader.
Declaration
protected Task<TReader> PerformExecuteReaderAsync(Model model, TCommand command, CancellationToken ct)
Parameters
Type | Name | Description |
---|---|---|
Model | model | The model. |
TCommand | command | The command. |
System.Threading.CancellationToken | ct | The async cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TReader> | The result reader. |