Is the inheritance hierarchy described by this persister contained across multiple tables?

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsMultiTable { get; }
Visual Basic
ReadOnly Property IsMultiTable As Boolean
	Get
Visual C++
property bool IsMultiTable {
	bool get ();
}

Return Value

True if the inheritance hierarchy is spread across multiple tables; false otherwise.

See Also