I\'ve just started working with Dapper and I don\'t seem to find something very simple like mapping an entity to a table in my database:
I have a stored procedure:>
It can't, your user class must be defined to match the result coming back from the query.
Once you've got the result back you must map it manually to another class (or use AutoMapper)