Skip to main content
.NET 8.0+

PersistentAttribute Properties
Show Inherited Hide Inherited

Indicates that a property, field or class will be stored in a persistent data store and specifies the target column or table name.
Name Description
MapTo Gets the name of the table or column to which to map a class or a property/field.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also