Explicitly, an entity type is an entity type

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

Syntax

C#
public override sealed bool IsEntityType { get; }
Visual Basic
Public Overrides NotOverridable ReadOnly Property IsEntityType As Boolean
	Get
Visual C++
public:
virtual property bool IsEntityType {
	bool get () override sealed;
}

Field Value

True.

Implements

IType..::..IsEntityType
IType..::..IsEntityType

See Also