Represents if and how a ModelElement is persisted.
Namespace: TimeCockpit.Data.DataModelAssembly: TimeCockpit.Data (in TimeCockpit.Data.dll) Version: 1.11.2319.17 (1.11.2319.17)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The ModelElement is not persisted at all. | |
| MetadataOnly | 1 | The ModelElement is only persisted in metadata. That is, a modelelement exists in the system tables, but there exists no explicit table for the modelelement in the database. | |
| Full | 2 | The ModelElement is persisted in metadata and an explicit table for the modelelement is created. |
See Also