Is it possible to mimic IQueryable with NHibernate?
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-04-29T00:37:25Z
Indexed on
2010/04/29
0:47 UTC
Read the original article
Hit count: 471
nhibernate
|c#
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
© Stack Overflow or respective owner