❔ [EF Core] e => locationsIds.Any(id => e.Location.ParentsIds.Contains(id)); could not be translated
Expression type
Expression<Func<Sensor, bool>>
where Sensor
has field Location
. Location
has string field ParentsIds
, containing bunch of Location
ID's.
Code:
Exception:
upd. Found mention of mine issue.
https://stackoverflow.com/a/27295828
No solution1 Reply
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.