Enum PersistBehavior
Represents if and how a ModelElement is persisted.
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
public enum PersistBehavior
Fields
Name | Description |
---|---|
Full | The ModelElement is persisted in metadata and an explicit table for the modelelement is created. |
MetadataOnly | 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. |
None | The ModelElement is not persisted at all. |