Get the "versionability" of the properties of this class (is the property optimistic-locked)

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

Syntax

C#
bool[] PropertyVersionability { get; }
Visual Basic
ReadOnly Property PropertyVersionability As Boolean()
	Get
Visual C++
property array<bool>^ PropertyVersionability {
	array<bool>^ get ();
}

Field Value

trueTruetruetrue (True in Visual Basic) if the property is optimistic-locked; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also