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 |
---|---|---|
Persistent |
none |
Initializes a new instance of the Persistent |
Persistent |
map |
Initializes a new instance of the Persistent |
See Also