I have made a Generic class that adds paging and criteria.

When I call

criteria.SetMaxResults(limit.Value).SetFirstResult(start.Value);

I get the error "The column xxx was specified multiple times for
query"
Is this bug in nHibernate v2.0.1 ? or my own bug?


I had similar code using a DetachedCriteria and calling it manually
and it worked.

Cheers
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhusers@googlegroups.com
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to