On Thu, Sep 27, 2012 at 10:24 AM, Arman <[email protected]> wrote:

> this result in full update query when i call Session.SaveOrUpdate later,
> and full row update is not necessary at all and it takes long time too.


My guess is that you refer to that you get an SQL update statement which
lists all columns? That has nothing to do with lazy loading and is default
behavior. You want what NHibernate calls dynamic updates which result in
update and/or insert statements that only contain values which are actually
set/updated.

-- Ramon

-- 
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