The class that this class is mapped as a subclass of - not necessarily the direct superclass

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

Syntax

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

See Also