ReflectionClassInfo.DefaultMembersPersistence Property
Gets the rule that determines which members are persistent by default.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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