Adds a Table that a subclass is stored in.

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

Syntax

C#
public override void AddSubclassTable(
	Table table
)
Visual Basic
Public Overrides Sub AddSubclassTable ( _
	table As Table _
)
Visual C++
public:
virtual void AddSubclassTable(
	Table^ table
) override

Parameters

table
Type: NHibernate.Mapping..::..Table
The Table the subclass is stored in.

Remarks

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

See Also