Get the entity class that "owns" this collection

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

Syntax

Visual Basic (Declaration)
ReadOnly Property OwnerClass As Type
C#
Type OwnerClass { get; }
Visual C++
property Type^ OwnerClass {
	Type^ get ();
}
JavaScript
function get_ownerClass();

See Also