Gets the Table 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 Table RootTable { get; }  | 
| Visual Basic | 
|---|
Public Overrides ReadOnly Property RootTable As Table Get  | 
| Visual C++ | 
|---|
public: virtual property Table^ RootTable { Table^ get () override; }  |