I found that the mapping is a case sensitive mapping from IDataReader
which is a bummer as the database fields are all lower case and the POCOs
are CamelCase.
I found this post by Jimmy, Is AutoMapper case sensitive or insensitive?…
Is there a magic switch somewhere?
It’s not possible out of the box