Is it possible to mimic IQueryable with NHibernate?
I was looking at Nhibernate docs and for what i could tell, it always returns a List of objects, that have it's attributes indexed by a integer. Ok, perfect, that works.
But is there a way to retrieve objects like LINQ? With something like IQueryable?
Thanks