Class NonPersistentAttribute
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Indicates that a class, property, or field will not be stored in a persistent data store.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface)]
public sealed class NonPersistentAttribute : Attribute
- Inheritance
-
NonPersistentAttribute
- Inherited Members
Constructors
NonPersistentAttribute()
Initializes a new instance of the NonPersistentAttribute class.
public NonPersistentAttribute()
Fields
AttributeType
Specifies the Type of this instance. This member supports the .NET Framework infrastructure and cannot be used directly from your code.
public static readonly Type AttributeType