Open GoogleCodeExporter opened 8 years ago
I believe this is by design. If you need to call the constructor you can use
the method specified here:
http://stackoverflow.com/questions/8994933/call-custom-constructor-with-dapper
Otherwise you would need to update your select statement to this:
"select hello, world AS worldA from dbo.DapperTest" so that the property names
match.
Original comment by ppatters...@gmail.com
on 9 Nov 2012 at 4:53
Original issue reported on code.google.com by
walljm
on 9 Nov 2012 at 12:38