DefaultMembersPersistence Enum
Lists the values that determine which members are implied as persistent by default.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Members
Name | Description |
---|---|
Default
|
The members are implied to be persistent by default if they are declared as public or have the Persistent |
Only
|
The members are implied to be persistent if they have the Persistent |
#Related API Members
The following properties accept/return DefaultMembersPersistence values:
#Remarks
The values listed by this enumeration are used to set the DefaultMembersPersistenceAttribute.DefaultMembersPersistence property.