NHibernate and reporting
- by Paul Knopf
I am building a website on top of nhibernate. Is there any efficient way to build reports? BY reports, I mean is there anyway to execute a complicated query that grabs random pieces of data? StoreProcedures? Hql?
Can I get single, non mapped values from hql?