EF Core allows to use OfType to filter derived entities from base collections It would be great to have this supported as part of Where clause, e.g. : `ctx.Set<Base>.Where("OfType("\Derived\").Any(DerivedProperty> 10)")`
EF Core allows to use OfType to filter derived entities from base collections
It would be great to have this supported as part of Where clause, e.g. :
ctx.Set<Base>.Where("OfType("\Derived\").Any(DerivedProperty> 10)")