Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property EntityType As EntityType
C#
public EntityType EntityType { get; }
Visual C++
public:
virtual property EntityType^ EntityType {
	EntityType^ get () sealed;
}
JavaScript
function get_entityType();

Implements

IOuterJoinLoadable..::.EntityType

See Also