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

Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ClassName As String
C#
public string ClassName { get; }
Visual C++
public:
property String^ ClassName {
	String^ get ();
}
JavaScript
function get_className();

Field Value

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

See Also