Specifies how a column in the data model should be stored
Namespace: TimeCockpit.Data.DataModelAssembly: TimeCockpit.Data (in TimeCockpit.Data.dll) Version: 1.13.2417.9 (1.13.2417.9)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DatabaseStore | 0 | Column content is stored inside the database | |
| BlobStore | 1 | Column content is stored in an external BLOB storage |
See Also