PierreCB wrote:
How do i navigate through the subtypes ?
I have an entity : Subitem and i want to acces to SubItem_NotesEntity (Sub-types of SubItem)
The above phrase was confusing, because usually navigation happen from an entity to its related entities.
Not from a SuperType to a SubType. That's because you either have a SuperType entity, or a SubType entity, not one associated with the other.
But since a SubType entity has some info in the SuperType table, maybe you mean, you have the PK value, then all you need to do is to fetch the SubTypeEntity with that PK.