How to update model\'s field using database function?
Something like NHibernate equivalent of
UPDATE table SET LastSync = Now(), Hash = Foo(arg) WHERE ...