[Missing <summary> documentation for "P:NHibernate.Type.EnumStringType.Name"]

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

Syntax

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

Implements

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