[]
An asynchronous version of method ExecuteDbDataReader that executes the command text against the connection.
protected override Task<DbDataReader> ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
| Type | Name | Description |
|---|---|---|
| CommandBehavior | behavior | An instance of CommandBehavior. |
| CancellationToken | cancellationToken | The token to monitor for cancellation requests. |
| Type | Description |
|---|---|
| Task<DbDataReader> |