Gets a Boolean indicating if the collection was at one time associated with an Entity and then later dereferenced during a Flush().

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

Syntax

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

See Also