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

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

Syntax

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

Field Value

true if this is an EntityType

See Also