Do we dirty check this association, even when there are no columns to be updated.

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsAlwaysDirtyChecked As Boolean
C#
bool IsAlwaysDirtyChecked { get; }
Visual C++
property bool IsAlwaysDirtyChecked {
	bool get ();
}
JavaScript
function get_isAlwaysDirtyChecked();

See Also