7
votes
1answer
626 views

NHibernate select with Query Over optimization for user roles base case

I have a complicated select procedure that I solved with a 5 query transaction, so I am posting it here to get suggestions on how I can shorten it up a bit. I am hoping that someone can help me make ...