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