| ExecuteReaderAsync(DbCommand, String, CancellationToken, Object) | Executes the SQL statement using DbCommand, and builds a DbDataReader. |
| ExecuteReaderAsync(DbConnection, String, CancellationToken, Object) | Executes the SQL statement using DbConnection, and builds a DbDataReader. |
| ExecuteReaderAsync(DbCommand, Int32, String, CancellationToken, Object) | Executes the SQL statement using DbCommand, and builds a DbDataReader. |
| ExecuteReaderAsync(DbConnection, Int32, String, CancellationToken, Object) | Executes the SQL statement using DbConnection, and builds a DbDataReader. |
| ExecuteReaderAsync(DbCommand, Int32, String, CommandBehavior, CancellationToken, Object) | Executes the SQL statement using DbCommand, and builds a DbDataReader. |
| ExecuteReaderAsync(DbConnection, Int32, String, CommandBehavior, CancellationToken, Object) | Executes the SQL statement using DbConnection, and builds a DbDataReader. |