After the save, will te version number be incremented if the instance is modified?

Namespace: NHibernate.Event.Default
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual bool VersionIncrementDisabled { get; }
Visual Basic
Protected Overridable ReadOnly Property VersionIncrementDisabled As Boolean
	Get
Visual C++
protected:
virtual property bool VersionIncrementDisabled {
	bool get ();
}

Return Value

True if the version will be incremented on an entity change after save; false otherwise.

See Also