Gets the Fully Qualified Name of the class this Entity is an instance of.
Namespace:
NHibernate.ImplAssembly: 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(); |