PersistBehavior Enumeration
Version  Language 
Represents if and how a ModelElement is persisted.

Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data (in TimeCockpit.Data.dll) Version: 1.11.2319.17 (1.11.2319.17)
Syntax

public enum PersistBehavior
Members

  Member nameValueDescription
None0 The ModelElement is not persisted at all.
MetadataOnly1 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.
Full2 The ModelElement is persisted in metadata and an explicit table for the modelelement is created.
See Also