NHibernate Update query

Most of the time Update(object) method is enough to update record using NHibernate. Instead you can use update query to update records, sometimes you might have special cases to write your own update query to update records on the database. Here is the simple sample how to write update query with NHibernate.

using(ISession session [...]


Share to Facebook Share to Twitter Stumble It Share on Tumblr Digg More...