Are instances of this class versioned by a timestamp or version number column?

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsVersioned { get; }
Visual Basic
ReadOnly Property IsVersioned As Boolean
	Get
Visual C++
property bool IsVersioned {
	bool get ();
}

Implements

IOptimisticCacheSource..::..IsVersioned

See Also