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

Field Value

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

See Also