| 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.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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