Properties that may be dirty (and thus should be dirty-checked). These include all updatable properties and some associations.

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

Syntax

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

See Also