错误无法将此解析为可查询表达式

时间:2015-04-23 09:19:02

标签: entity-framework automapper

我有一个奇怪的错误: 我的应用程序使用AutoMapper和EF将DTO对象转换为EF对象。 为MwbePaymentMethodDtoInOut和MwbePaymentMethod类定义自动映射映射 这一行:

var result = repository.FindBy(x => x.UserData.Id == userId).AsQueryable().Project().To<MwbePaymentMethodDtoInOut>();

出现以下错误:无法将此解析为可查询表达式

0 个答案:

没有答案