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

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property Name As String
C#
public override string Name { get; }
Visual C++
public:
virtual property String^ Name {
	String^ get () override;
}
JavaScript
function get_name();

Implements

IType..::.Name
IType..::.Name

Remarks

This appends enumstring - to the beginning of the underlying enums name so that Enum could still be stored using the underlying value through the PersistentEnumType also.

See Also