When implemented by a class, 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 MustOverride ReadOnly Property RootClazz As RootClass |
C# |
---|
public abstract RootClass RootClazz { get; } |
Visual C++ |
---|
public: virtual property RootClass^ RootClazz { RootClass^ get () abstract; } |
JavaScript |
---|
function get_rootClazz(); |