Skip to main content
A newer version of this page is available. .

ReflectionClassInfo.DefaultMembersPersistence Property

Gets the rule that determines which members are persistent by default.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public DefaultMembersPersistence DefaultMembersPersistence { get; }

Property Value

Type Description
DefaultMembersPersistence

A DefaultMembersPersistence enumeration value that specifies which members are by default implied to be persistent.

Remarks

Use the DefaultMembersPersistenceAttribute to specify which members must be persistent by default.

See Also