I\'d like to expose a Repository as an \'IQueryable\' type.
The repository uses Linq to NHibernate to communicate with the database.
Can anyone point me at an ex
Just return session.Linq()
session.Linq()