Get the "versionability" of the properties of this class (is the property optimistic-locked)
Namespace:
NHibernate.Persister.Entity
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property PropertyVersionability As Boolean() |
C# |
---|
bool[] PropertyVersionability { get; } |
Visual C++ |
---|
property array<bool>^ PropertyVersionability {
array<bool>^ get ();
} |
JavaScript |
---|
function get_propertyVersionability();
|
Field Value
trueTruetruetrue (True in Visual Basic) if the property is optimistic-locked; otherwise,
falseFalsefalsefalse (False in Visual Basic).
See Also