Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PersistentAttribute Constructors

Indicates that a property, field or class will be stored in a persistent data store and specifies the target column or table name.
Name Parameters Description
PersistentAttribute() none Initializes a new instance of the PersistentAttribute class.
PersistentAttribute(String) mapTo Initializes a new instance of the PersistentAttribute class with the specified name for the table or column.
See Also