The owning entity.

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

Syntax

Visual Basic (Declaration)
Property Owner As Object
C#
Object Owner { get; set; }
Visual C++
property Object^ Owner {
	Object^ get ();
	void set (Object^ value);
}
JavaScript
function get_owner();
function set_owner(value);

Remarks

Note that the owner is only set during the flush cycle, and when a new collection wrapper is created while loading an entity.

See Also