Click or drag to resize

RepositoryMode Enumeration

Defines the operation mode of an ice.NET repository (relevant for repositories that are implemented to utilize relational databases only).

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum RepositoryMode
Members
  Member nameValueDescription
Design0 The Design mode is the default operation mode. All operations are alowed, especially the data model can be modified.
Runtime1 The Runtime mode is a performance optimization mode. The data model cannot be modified in Runtime mode. This allows caching the data model and minimizes database access for retrieving model information.
See Also