Fixed
Details
Details
Assignee
Alex Zaytsev
Alex ZaytsevReporter
Diego Mijelshon
Diego MijelshonLabels
Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created August 31, 2010 at 8:07 PM
Updated September 13, 2017 at 11:15 PM
Resolved September 13, 2017 at 9:24 PM
With this patch, persistent collections can be queried in the server by client code even without referencing NHibernate, by using the standard AsQueryable extension method.
And advantage of that is that the code will work seamlessly even in unit tests (it will use an EnumerableQuery internally)