| RetrieveDataAsync(DbCommand, String, CancellationToken, Object) | Executes the SQL statement using DbCommand, and returns the first DataTable of result set, if the result set contains multiple tables. |
| RetrieveDataAsync(DbConnection, String, CancellationToken, Object) | Executes the SQL statement using DbConnection, and returns the first DataTable of result set, if the result set contains multiple tables. |
| RetrieveDataAsync(DbCommand, Int32, String, CancellationToken, Object) | Executes the SQL statement using DbCommand, and returns the first DataTable of result set, if the result set contains multiple tables. |
| RetrieveDataAsync(DbConnection, Int32, String, CancellationToken, Object) | Executes the SQL statement using DbConnection, and returns the first DataTable of result set, if the result set contains multiple tables. |