KeyValuePair

AutoMapper将实体对象映射到KeyValuePair的配置方法

public OrderMappingProfile() { //将实体映射到KeyValuePair键值对 CreateMap<tab_carPlan, KeyValuePair<int, string>>() .ConstructUsing(x => new KeyValuePair<int, ......
KeyValuePair AutoMapper 实体 对象 方法
共1篇  :1/1页 首页上一页1下一页尾页