I'm using dapper with SQL Server, but using Sqlite for some in memory tests for my unit tests....I have a class as follows...public class Test
{
public int ID {get;set;}
public string Name
}
...If I query using dapper with a SQL Server connection, it...