Retrieves the defined entity-name for the tuplized entity.

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

Syntax

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

See Also