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