Gets an ICollection of all of the Table objects that the subclass finds its information in.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property SubclassTableClosureCollection As ICollection
C#
public virtual ICollection SubclassTableClosureCollection { get; }
Visual C++
public:
virtual property ICollection^ SubclassTableClosureCollection {
	ICollection^ get ();
}
JavaScript
function get_subclassTableClosureCollection();

Field Value

An ICollection of Table objects.

Remarks

It adds the TableClosureCollection and the subclassTables into the ICollection.

See Also