Enum DefaultMembersPersistence
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Lists the values that determine which members are implied as persistent by default.
public enum DefaultMembersPersistence
Fields
Default = 0
The members are implied to be persistent by default if they are declared as public or have the PersistentAttribute attribute.
OnlyDeclaredAsPersistent = 1
The members are implied to be persistent if they have the PersistentAttribute attribute.