xpo-devexpress-dot-xpo-a1c8be9f.md
Lists the values that determine which members are implied as persistent by default.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public enum DefaultMembersPersistence
Public Enum DefaultMembersPersistence
| Name | Description |
|---|---|
Default |
The members are implied to be persistent by default if they are declared as public or have the PersistentAttribute attribute.
|
| OnlyDeclaredAsPersistent |
The members are implied to be persistent if they have the PersistentAttribute attribute.
|
The following properties accept/return DefaultMembersPersistence values:
The values listed by this enumeration are used to set the DefaultMembersPersistenceAttribute.DefaultMembersPersistence property.
See Also