The entity name which this persister maps.

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

Syntax

C#
string EntityName { get; }
Visual Basic
ReadOnly Property EntityName As String
	Get
Visual C++
property String^ EntityName {
	String^ get ();
}

See Also