Using lazy loading on property in nhibernate?

Lazy properties are only supported from N so you need to upgrade if you want that property to be on your entity.

Lazy properties are only supported from N so you need to upgrade if you want that property to be on your entity. Another possiblity is to create an entity which is lazy-loaded and has just this single property on it (you could even map it to the same table). I don't know if this is an issue to you, but you should also consider creating a view for that calculation which uses group by.

This is important if you want to load not a single but many entities at the same time as group by usually performs mich better than a subselect.

ayende.com/Blog/archive/2010/01/27/nhibe... Looking at the date I don't think that made it into 2.1.2, since that was released in nov 2009.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions