NHibernate - Is there a way to prevent version increment?
Posted
by Alice
on Stack Overflow
See other posts from Stack Overflow
or by Alice
Published on 2010-05-29T19:05:48Z
Indexed on
2010/05/29
19:12 UTC
Read the original article
Hit count: 152
nhibernate
For performance reasons, sometimes I want to update entities without any version increment(or version check). With LINQ TO SQL, I just left the version unchanged and it worked fine. Is this behavior possible in NHibernate?
© Stack Overflow or respective owner