it looks like there was an ExecuteScalar in Dapper...
http://code.google.com/p/dapper-dot-net/issues/attachmentText?id=22&aid=220000000&name=ExecuteScalar.cs
In version 1.50.4 I was able to call connection.QuerySingle(query,params)
connection.QuerySingle(query,params)