Gets a Boolean indicating if a dirty collection was found.

Namespace: NHibernate.Event.Default
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool WasDirtyCollectionFound { get; }
Visual Basic
Public ReadOnly Property WasDirtyCollectionFound As Boolean
	Get
Visual C++
public:
property bool WasDirtyCollectionFound {
	bool get ();
}

Field Value

trueTruetruetrue (True in Visual Basic) if a dirty collection was found.

See Also