I wonder if this is possible with any Nhibernate version.
I have a class A with a property of class B connected by a lazy many-to-one relation. I'd like to get A.B.Id without going to the database (I mean, without getting the whole B entity). Is this possible?
Thanks!