Hardcoding of 255 for the maximum length
of the Enum name that will be saved to the db.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Const MaxLengthForEnumString As Integer |
C# |
---|
public const int MaxLengthForEnumString |
Visual C++ |
---|
public: literal int MaxLengthForEnumString |
JavaScript |
---|
NHibernate.Type.EnumStringType.maxLengthForEnumString |