Gets the Table of the class that is mapped in the class element.

Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property RootTable As Table
C#
public override Table RootTable { get; }
Visual C++
public:
virtual property Table^ RootTable {
	Table^ get () override;
}
JavaScript
function get_rootTable();

Field Value

The Table of the class this mapped class.

See Also