3

I'm using automapper v1.1.

On my DB side, I have fields like this: manufacturer_id, manufacturer_name, ...

On my Dto side, I have fields like this: ManufacturerId, ManufacturerName, ...

How can I config automapper so that such mapping goes smoothly? Thanks.

neolei
  • 1,798
  • 2
  • 18
  • 32
  • Microsoft Enterprise Library DataAccess block. I know I can write sql to return "ManufacturerId", but I just wonder if automapper has such capability built in. – neolei Jul 14 '11 at 09:05
  • 1
    Answered here: http://stackoverflow.com/questions/732446/automapper-issue – Ed Charbeneau Jul 19 '11 at 19:52

0 Answers0