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

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

Syntax

C#
bool IsAlwaysDirtyChecked { get; }
Visual Basic
ReadOnly Property IsAlwaysDirtyChecked As Boolean
	Get
Visual C++
property bool IsAlwaysDirtyChecked {
	bool get ();
}

See Also