I have a M2M relation, Roles-RolesPrefixes-Prefixes, and when I set a DevExpress GridControl datasource to the RolesPrefixes entityCollection I get 4 columns instead of 2.
I was expecting columns RolesId and PrefixesId, but I also get a Roles and Prefixes columns of types RolesEntity and PrefixesEntity.
Is this an LLBLGen issue or a DevExpress one? Can you help to fix it?
Thanks