Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DefaultMembersPersistence Enum

Lists the values that determine which members are implied as persistent by default.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public enum DefaultMembersPersistence

Members

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.

Remarks

The values listed by this enumeration are used to set the DefaultMembersPersistenceAttribute.DefaultMembersPersistence property.

See Also