| Overload | Description | 
|---|---|
| ExecuteScalar(String) | Execute the passed query and return the first column of the first row | 
| ExecuteScalar(String,Dictionary<String,Object>) | Execute the passed query and return the first column of the first row | 
| ExecuteScalar(String,IEnumerable<Object>) | Execute the passed query and return the first column of the first row |