Dapper provides two methods for selecting scalar values along with their asynchronous counterparts. MethodDescription ExecuteScalarReturns the first column of the first row as adynamictype ExecuteScalar<T>Returns the first column of the first row as the specifiedTtype parameter ...