Hi,
Is Table Per Hierarchy supported in abp suite generation tool? For instance create a abstract class that holds person entity and create derived class
Client for example. The Client entity inherites all attributes of Person + specific attributes.
Any help is appreciated.
Kind regards,
Tako Verkroost
If you're creating a bug/problem report, please include followings:
-
ABP Framework version: abp.io v4.4.2
-
UI type: Blazor
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): no
-
Exception message and stack trace:
-
Steps to reproduce the issue:"
1 Answer(s)
-
0
No that's not supported.
Actually there's no way to create inheritance while creating a new entity in Suite.
Because you enter all the properties and choose a base class from ABP base classes.