DefaultMembersPersistenceAttribute.DefaultMembersPersistence Property
In This Article
Gets a value that determines which members are persistent by default.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public DefaultMembersPersistence DefaultMembersPersistence { get; }
#Property Value
Type | Description |
---|---|
Default |
A Default |
Available values:
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 |
See Also