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 public enum RepositoryMode
Members
| Member name | Value | Description |
---|
| Design | 0 |
The Design mode is the default operation mode. All operations
are alowed, especially the data model can be modified.
|
| Runtime | 1 |
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