I'm trying to star using the new dictionary.
I have two tables that use inheritance, with [Inheritance(TInheritanceStrategy.JoinedTables)]
defined in the parent class, and [PrimaryJoinColumn('MyEntityID')]
in the child class.
The dictionary does not expose the MyEntityID
when I reference this child class.
Is it by design? How could I use the dictionary in these cases?
Will next versions be exposing the primary join column in child classes dictionary interfaces?
btw.. my classes and dictionary are generated from Data Modeler.