сущность В. Отношение один ко многим. Мне нужно сущность B достать с условием. var listA = context.A.Where(x => id = 1).Include(x => x.B.Where(c => c.Date == null)).FirstOrDefault(); На мелкософте вроде написано что может быть но я падаю в ошибку Message=The Include property lambda expression
'x => {from Devices d in x.Devices where ([d].EndDate == null) select [d]}' is invalid.
The expression should represent a property access: 't => t.MyProperty'.
To target navigations declared on derived types, specify an explicitly typed lambda parameter of the target type,
E.g. '(Derived d) => d.MyProperty'. For more information on including related data, see http://go.microsoft.com/fwlink/?LinkID=746393.
какая версия кора у тебя?
Обсуждают сегодня