I am trying to use dapper.net against a legacy database, some of the stored procedures return results with multiple columns of the same name, but different data types.
The existing code simply ignores the name of the column and uses the column index on the result.
Is this possible using Dapper?