Gets a Boolean indicating if a dirty collection was found.
Namespace: NHibernate.Event.DefaultAssembly: 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 (); } |