Get the actual class of the entity. Generally, EntityName should be used instead.

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

Syntax

C#
Type PersistentClass { get; }
Visual Basic
ReadOnly Property PersistentClass As Type
	Get
Visual C++
property Type^ PersistentClass {
	Type^ get ();
}

See Also