The persistent class

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

Syntax

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

See Also