Expose async versions of the extenson methods GetReader, GetReaderSql off of an IDbConnection
It would be useful to be able to able to get an async datareader that used ExecuteReaderAsync similar to the current GetReader, GetReaderSql in DBConnectionExtensions
Additional context
This simplifies creating fully async bulkcopy operations.
Describe the feature
Expose async versions of the extenson methods GetReader, GetReaderSql off of an IDbConnection It would be useful to be able to able to get an async datareader that used ExecuteReaderAsync similar to the current GetReader, GetReaderSql in DBConnectionExtensions
Additional context
This simplifies creating fully async bulkcopy operations.