.NET – Update data without retrieving

Can NHibernate update some (but not all) fields in a table row without retrieving any data?
I know the identity of the entity.
You can find all the examples here:

http://nhibernate.info/doc/nh/en/index.html#batch-direct

NHibernate can update some of the table rows (not All) fields without retrieving any data?
I know the identity of the entity.

You can find all the examples here:

http://nhibernate.info/ doc/nh/en/index.html#batch-direct

Leave a Comment

Your email address will not be published.