Hey to all,
I am trying to build an inheritance model with Exposed I have 2 classes inheriting from one. The strategy should be one table per class. Has anyone ever implemented this before? Is this possible at the moment?
t
tapac
03/31/2020, 9:00 PM
EntityClass accepts explicit table and bound to an Entity.
Could you describe a use-cases a little bit more?