When implemented by a class, gets or sets if the mapped class has subclasses or is a subclass.

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

Syntax

C#
public abstract bool IsPolymorphic { get; set; }
Visual Basic
Public MustOverride Property IsPolymorphic As Boolean
	Get
	Set
Visual C++
public:
virtual property bool IsPolymorphic {
	bool get () abstract;
	void set (bool value) abstract;
}

Field Value

trueTruetruetrue (True in Visual Basic) if the mapped class has subclasses or is a subclass.

See Also