开发者

How to make automapper ignore underscore?

开发者 https://www.devze.com 2023-03-20 01:13 出处:网络
I\'m using automapper v1.1. On my DB side, I have fields like this: manufacturer_id, manufacturer_name, ...

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消