Search code examples
c#wpfnhibernatefluent-nhibernatefluent-nhibernate-mapping

Generating framework with NHibernate for Complex reports


I'm developing a application with wpf, Fluent NHibernate and MySQL,we need to generate complex reports. Can anyone help me out to find the best framework to implement for report generation at Database level.

I need help, how should my report manager manage the filter criteria and expression creation. Should i create sql statements and query the data from session ? Need support for designing framework for the same.

Thanks,


Solution

  • After long search on Google, a best way to implement some framework for querying to database Reports.
    I found some thing like DetachedCriteria for complex queries it solves the my problem.

    Reference : http://ayende.com/blog/1900/complex-searching-querying-with-nhibernate