NonPersistentAttribute Class
In This Article
Indicates that a class, property, or field will not be stored in a persistent data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Remarks
Apply the NonPersistentAttribute attribute to a property or class if you don’t want to store its data that is persistent by default.
The NonPersistentAttribute is not inherited by derived classes.
Important
Do not use the Non
See Also