abstract methods inside EF core queries
I'm trying to model my domain as follows
(some EF configuration stuff is left out for brevity)
I am looking to do a query like:
EF is not able to translate this query unfortunately
Is there a method to handle this? I thought about returning expression trees manually but that seems not very easy
(some EF configuration stuff is left out for brevity)
I am looking to do a query like:
EF is not able to translate this query unfortunately
Is there a method to handle this? I thought about returning expression trees manually but that seems not very easy