Given the attached database model for the permissions
(rolebased)
I try to figure out the quickest way to get the permissioncollection, per UserEntity.
The most i get is RoleCollectionViaRoleUser, but what i would like to have is
User.PermissionCollectionViaRolePermissionViaRoleViaRoleUser.
There's gonna be a funcion in my Roleprovider that will query the roles a user is in quite often, so i need this to be a resource-efficient method.
Anyone who can give me some pointers?
Thanks