You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure the entities (Entity.Generated) to generate inherited relationships -
is there a built-in way to do that?
My goal is to do the following: if a table has a single primary key that is also a foreign key with a carnality of one-to-one I want it to generate an inheritance from the related table name. It would also need to be mapped properly in the generated maps too.
The text was updated successfully, but these errors were encountered:
I'm trying to configure the entities (Entity.Generated) to generate inherited relationships -
is there a built-in way to do that?
My goal is to do the following: if a table has a single primary key that is also a foreign key with a carnality of one-to-one I want it to generate an inheritance from the related table name. It would also need to be mapped properly in the generated maps too.
The text was updated successfully, but these errors were encountered: