Enum StorageType
Specifies how a column in the data model should be stored
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
public enum StorageTypeFields
| Name | Description | 
|---|---|
| BlobStore | Column content is stored in an external BLOB storage | 
| DatabaseStore | Column content is stored inside the database |