How to make automapper ignore underscore?
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 开发者_如何学JAVAthat such mapping goes smoothly? Thanks.
精彩评论