Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
Multiple Child Collections
posted

I have a self referencing entity that contains two collections

Level Entity

LevelCode
ParentCode
Description
Association<Level>
Association<Document>

Document Entity

LevelCode
Description
FileName

This all works fine but can I get rid of the Documents & Levels that display under the item and just show the sub items so the tree would look like

Level
    Document
    Document
    Level
    Level
       Document
       Document
       Level
       Level

Thanks David