In llblgen's documentation the example used to describe a hierarchy is Employee - Manager - BoardMember.
Assuming you had an existing Manager entity and you wanted to "promote" them to a BoardMember. How would you suggest adding the new BoardMember entity such that it extends an existing hierarchy of database records.
The basic goal is to just add a new BoardMember record that references the existing Manager record.
This is a hierarchy of type TargetPerEntity.
I'm using the 2.6 adapter with .net 3.5.