0
kicks
NHibernate Linq provider: dynamic filtering using lambda expressions
This article describes a simple method to dynamically build up and concatenate lamdba expressions to be used as a filter function in a Linq to NHibernate where clause. The techniques works for in memory Linq to Objects too.