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) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public abstract RootClass RootClazz { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property RootClazz As RootClass Get |
| Visual C++ |
|---|
public: virtual property RootClass^ RootClazz { RootClass^ get () abstract; } |