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

Namespace: NHibernate.Mapping
Assembly: 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;
}

Field Value

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

See Also