I have a question. I have this query: var query = QueryOver.Of<Item>() .JoinQueryOver<ItemRelation>(p => p.ItemRelation)
I\'m using the QueryOver api that is part of NHibernate 3.x.I would like to get a row count, but the me开发者_运维百科thod I\'m using returns all objects and then gets the count of the collection.Is t