Click or drag to resize

DataType Enumeration

[This is preliminary documentation and is subject to change.]

Enum of valid data types. Caution: corresponds to values in database table DataType!

Namespace:  CSC.SC.TOPICA4.DynamicData
Assembly:  CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.37.7779.15937
Syntax
C#
public enum DataType
Members
  Member nameValueDescription
Unknown0 Type unknown
Integer1 Type is integer
Float2 Type is float
Text3 Type is text
Boolean4 Type is boolean
Date5 Type is date (actually: date/time)
VarBinary6 Type is vabinary
SQLComputed7 Type is SQL computed. TODO: change this - "computed" is not a type, computed fields have one of the other types
LongInteger8 Long integer. Cannot change above enum values for backward compatility reasons (existing database data)
See Also