AutoMapper.Extensions.ExpressionMapping

时间:2024-04-11 14:44:37
【文件属性】:

文件名称:AutoMapper.Extensions.ExpressionMapping

文件大小:93KB

文件格式:ZIP

更新时间:2024-04-11 14:44:37

C#

数据 用于映射表达式(OData)的AutoMapper扩展 要使用,请使用配置帮助器方法进行配置: var mapper = new Mapper ( new MapperConfiguration ( cfg => { cfg . AddExpressionMapping (); // Rest of your configuration })); // or if using the MS Ext DI: services . AddAutoMapper ( cfg => { cfg . AddExpressionMapping (); }, /* assemblies with profiles */ ); DTO查询 表达式映射还支持针对映射对象编写查询。 采取以下来源和目的地类型: public class User { p


网友评论