I went through How can I easily convert DataReader to List<T>?
I wanted to implement something like what is accepted as an answer in the above link.
Scenrio:
I am using OdbcDataReader to retrieve from the database.
And I have a Model Class . FYI , the properties of this class are exact replica of the column names from the database. I need to map these columns to the properties and return List Can this be accomplished using Automapper.