| DataType Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.DynamicData
public enum DataType
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | Type unknown | |
| Integer | 1 | Type is integer | |
| Float | 2 | Type is float | |
| Text | 3 | Type is text | |
| Boolean | 4 | Type is boolean | |
| Date | 5 | Type is date (actuall date/time) | |
| VarBinary | 6 | Type is vabinary | |
| SQLComputed | 7 | Type is SQL computed. TODO: change this - "computed" is not a type, computed fields have one of the other types | |
| LongInteger | 8 | Long integer. Cannot change above enum values for backward compatility reasons (existing database data) |