NHibernate.Linq Pitfalls: Order of operators

added by notherdev
11/5/2011 5:47:55 AM

114 Views

When writing SQL queries you need to put all the clauses in particular order that is enforced by the SQL language itself and somehow relates with how the RDBMS is going to process the query. When writing NHibernate's LINQ queries, the rules generally still apply.


0 comments