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

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

Syntax

Visual Basic (Declaration)
Public Overrides Property Table As Table
C#
public override Table Table { get; set; }
Visual C++
public:
virtual property Table^ Table {
	Table^ get () override;
	void set (Table^ value) override;
}
JavaScript
function get_table();
function set_table(value);

Field Value

The Table this class is stored in.

Remarks

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

See Also