Hi, My objects of type Object1 contain List Children1 property. I would love to get these objects without children.
Seems like detachedCriteria.SetFetchMode ("Children1", FetchMode.Lazy) should be the thing, but apparently it's not :( I tried getting the data in using (new SessionScope()) and setting null to .Children1 but it didn't succeed (the data was already fetched).
Any ideas would be appreciated.