The collection owner entity that is affected by this event.

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

Syntax

C#
public Object AffectedOwnerOrNull { get; }
Visual Basic
Public ReadOnly Property AffectedOwnerOrNull As Object
	Get
Visual C++
public:
property Object^ AffectedOwnerOrNull {
	Object^ get ();
}

Field Value

Returns null if the entity is not in the persistence context (e.g., because the collection from a detached entity was moved to a new owner)

See Also