I am using Dapper.Net against SQL Server 2008 R2 in the following code to pass a ...List<long>... parameter to run a SQL query that has a WHERE IN clause, but I get the exception:...No mapping exists from object type System.Int64[] to a known managed prov...