❔ [EF Core] e => locationsIds.Any(id => e.Location.ParentsIds.Contains(id)); could not be translated
Expression type
Code:
Exception:
upd. Found mention of mine issue.
https://stackoverflow.com/a/27295828
No solution
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 solution