nHibernate Linq Projection
- by Craig
I am using the version 1.0 release of Linq for nHibernate. When I run
the following linq statements I receive the error
not a single-length projection: Surname
I can find very few references to this on the web and looking into the
source it says it should never occur! ClientID is a Int type and
Surname is a string. When I comment out all the…