Skip to main content
.NET 6.0+

DefaultMembersPersistenceAttribute(DefaultMembersPersistence) Constructor

Initializes a new instance of the DefaultMembersPersistenceAttribute class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public DefaultMembersPersistenceAttribute(
    DefaultMembersPersistence defaultPersistence
)

Parameters

Name Type Description
defaultPersistence DefaultMembersPersistence

A DefaultMembersPersistence enumeration value that specifies which members are implied to be persistent by default. This value is assigned to the DefaultMembersPersistenceAttribute.DefaultMembersPersistence property.

See Also