Gets if the Property is insertable.

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

Syntax

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

Field Value

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

Remarks

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

See Also