Results 1 comments of Sam Bauwens

I got around the issue by converting the `sql_variant` into the corresponding sql server string type (`nvarchar(max)` in my case) in the sql I'm giving to dapper : `CONVERT(NVARCHAR(MAX), @paramName)`