Gets if the Property is insertable.

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

Syntax

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

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