Gets if the Property is updatable

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

Syntax

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

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