NPersistence Reference Guide
Defines mapping for enumerated types. The constants of this enumerated type specify how a persistent property or field of an enumerated type should be persisted.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public enum EnumType

Members

MemberValueDescription
ORDINAL0
Persist enumerated type property or field as an integer.
STRING1
Persist enumerated type property or field as a string.

See Also