Gets if the Property is updatable

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

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyUpdateability As Boolean()
C#
bool[] PropertyUpdateability { get; }
Visual C++
property array<bool>^ PropertyUpdateability {
	array<bool>^ get ();
}
JavaScript
function get_propertyUpdateability();

Field Value

trueTruetruetrue (True in Visual Basic) if the Property's value can be updated.

Remarks

This is for formula columns and if the user sets the update attribute on the <property> element.

See Also