0
shyamjith created
Hi
I have an entity with multiple foreign keys (and related navigation properties). When I get the entity, all the navigation properties EXCEPT User is being returned. User is the only entity derived from ABP, all other entities are created by me. All the navigation properties are defined as 'virtual' and those are retrieved without explicit 'Include' call. The User navigation property is obtained only if I use an 'Include' call.
Is this in any way related to AbpUser?