NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
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: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
public enum EnumType
Members
| Member | Value | Description |
|---|---|---|
| ORDINAL | 0 | Persist enumerated type property or field as an integer.
|
| STRING | 1 | Persist enumerated type property or field as a string.
|