Well maybe I'm missing something, the idea is that we have IRepository
interfaces that provide IQueryables of the entities, and then each
consumer can attach the predicates they need. The implementation of
IRepostiory could be Linq-to-sql, Entity Framework or NHibernate. For
the first two the dynamic queries work, for Nhibernate they don't.

I know Nhibernate already provides dynamic mechanisms like the
Criteria API, and HQL, but my consumers know nothing about that.

I don't know if that make much sense. Thanks!
-Miguel

On Jun 8, 6:10 am, Fabio Maulo <[email protected]> wrote:
> I can't see the sense of the usage of Dynamic-LINQ with NHibernate.

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to