Gets the Fully Qualified Name of the class this Entity is an instance of.

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

Syntax

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

Field Value

The Fully Qualified Name of the class this Entity is an instance of.

See Also