| ExecuteScalar(DbCommand, String, Object) | Executes the SQL statement using DbCommand, and returns the value in the first column of the first row in the result set. |
| ExecuteScalar(DbConnection, String, Object) | Executes the SQL statement using DbConnection, and returns the value in the first column of the first row in the result set. |
| ExecuteScalar(DbCommand, Int32, String, Object) | Executes the SQL statement using DbCommand, and returns the value in the first column of the first row in the result set. |
| ExecuteScalar(DbConnection, Int32, String, Object) | Executes the SQL statement using DbConnection, and returns the value in the first column of the first row in the result set. |