| RetrieveRowAsync(DbCommand, String, CancellationToken, Object) | Executes the SQL statement using DbCommand, and returns the first DataRow in the result set. |
| RetrieveRowAsync(DbConnection, String, CancellationToken, Object) | Executes the SQL statement using DbConnection, and returns the first DataRow in the result set. |
| RetrieveRowAsync(DbCommand, Int32, String, CancellationToken, Object) | Executes the SQL statement using DbCommand, and returns the first DataRow in the result set. |
| RetrieveRowAsync(DbConnection, Int32, String, CancellationToken, Object) | Executes the SQL statement using DbConnection, and returns the first DataRow in the result set. |