Gets or Sets the Table that this class is stored in.

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

Syntax

C#
public override Table Table { get; }
Visual Basic
Public Overrides ReadOnly Property Table As Table
	Get
Visual C++
public:
virtual property Table^ Table {
	Table^ get () override;
}

Field Value

The Table this class is stored in.

Remarks

This also adds the Table to the Superclass' collection of SubclassType Tables.

See Also