I am getting a SQL Update error when trying to update a table by passing in an object to Dapper Contrib (I'm allowing it to map the object's properties to the database table):...connection.Update(myObject);
...Without running some kind of SQL Server profi...