I\'m trying to build a search query using NHibernate that will filter on parameters from several different tables and result in somewhat-reasonable SQL t开发者_开发问答hat can take advantage of NHiber
I need to do a simple \"group by\" with a nhibernate query. My try were : (from adn in session.Query&l开发者_StackOverflowt;Table>()
I\'m working on a multi f开发者_高级运维acet engine. I\'ve 2 types of Class : ResultProduct public int Id { get; set; }
We were using NHibernate 2.1 and I upgraded our system to 3.0 to test the new LINQ provider. I compared the linq provider, createquery, and queryover.
I\'ve this query : var resQuery = (from pan in session.Query<Pan>() orderby pan.AdnMonture.Marque.Nom select pan).ToList<Pan>();
First off I know GroubBy multiple properties has not been implemented yet. What I want to do is SELECT count(*)
Our application has the concept of Stories and the concept of Tags. A story can have many tags applied to it, and a tag can be applied to many stories, making the relationship many-to-many. The two ta
Does anybody know a way to do compound from clauses - that are possible with Linq to objects - with nHibernate 3 QueryOver syntax. I know its possible with Linq To nHibernate, but I\'m still trying to
I found 2 similar questions: Multiple Fetches in linq to nhibernate Is this the right way of using ThenFetch() to load multiple collections?
I am using FetchMany for some of my queries and the NHibernate profiler gives me the following error: