csharp 通过Automapper创建/更新

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 通过Automapper创建/更新相关的知识,希望对你有一定的参考价值。

// create new object
contact_existing = Mapper.Map<ContactDTO, Contact>(contact_dto);

// update existing object
contact_existing = Mapper.Map<ContactDTO, Contact>(contact_dto, contact_existing);

以上是关于csharp 通过Automapper创建/更新的主要内容,如果未能解决你的问题,请参考以下文章

csharp automapper formember

csharp 在LINQ查询中使用AutoMapper

csharp AutoMapper 6.0演示

csharp automapper_2.cs

csharp automapper_1.cs

csharp AutoMapper EF项目的生产力