When implemented by a class, gets a value indicating if the implementor extends EntityType

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsEntityType As Boolean
C#
bool IsEntityType { get; }
Visual C++
property bool IsEntityType {
	bool get ();
}
JavaScript
function get_isEntityType();

Field Value

true if this is an EntityType

See Also