| TryRetrieveRow(DbCommand, String, DataRow, Object) | Tries to retrieve the first DataRow in the result set of the SQL statement using DbCommand. |
| TryRetrieveRow(DbConnection, String, DataRow, Object) | Tries to retrieve the first DataRow in the result set of the SQL statement using DbConnection. |
| TryRetrieveRow(DbCommand, String, Int32, DataRow, Object) | Tries to retrieve the first DataRow in the result set of the SQL statement using DbCommand. |
| TryRetrieveRow(DbConnection, String, Int32, DataRow, Object) | Tries to retrieve the first DataRow in the result set of the SQL statement using DbConnection. |