I\'m trying to get distinct results using the Criteria API in NHibernate. I know this is possible using HQL, but I would prefer to do this using the Criteria API, because th
For what it is worth, NHibernate: Optimising Queries with Projections helped me with basically this same issue.