Gets the RootClass of the class that is mapped in the class element.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property RootClazz As RootClass |
C# |
---|
public override RootClass RootClazz { get; } |
Visual C++ |
---|
public: virtual property RootClass^ RootClazz { RootClass^ get () override; } |
JavaScript |
---|
function get_rootClazz(); |