Tagged Questions
0
votes
3answers
301 views
NHibernate query collection
I have a users and roles table. A user can have multiple roles.
I want to grab all of the users without a specific role. The problem is if a user has 2 roles, one being the role we don't want, the ...