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

Namespace:  NHibernate.Metadata
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsVersioned As Boolean
C#
bool IsVersioned { get; }
Visual C++
property bool IsVersioned {
	bool get ();
}
JavaScript
function get_isVersioned();

See Also