Hi,
I am using DTOs between services, The DTOs are NOT fully loaded.
I am looking for a way to create the DTOs without fetching more data
while creating them.
I tried to use: NHibernateUtils.IsPrpertInitilized()but it always
return true even though child assosiation was not loaded.
I also tried using:
Session.GetSessionImplementation().PersistenceContext.Unproxy(proxy) .
It doesn't work for collections.

Any idea how do I do this?
10x
TD

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to