Returns the class owning the collection.

Namespace:  NHibernate.Loader.Custom
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property OwnerEntityName As String
C#
public string OwnerEntityName { get; }
Visual C++
public:
property String^ OwnerEntityName {
	String^ get ();
}
JavaScript
function get_ownerEntityName();

See Also