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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsDirty As Boolean
C#
public bool IsDirty { get; }
Visual C++
public:
virtual property bool IsDirty {
	bool get () sealed;
}
JavaScript
function get_isDirty();

Implements

IPersistentCollection..::.IsDirty

See Also