The DataSource.DataType enum is referenced by the type property on the DataSource.Column class.
The following are the values of the DataSource.DataType enum.
Value | Description |
---|---|
BOOLEAN_TYPE | Boolean |
DATETIME_TYPE | Date/time |
EXTERNAL_LOOKUP_TYPE | External lookup relationship |
INDIRECT_LOOKUP_TYPE | Indirect lookup relationship |
LOOKUP_TYPE | Lookup relationship |
NUMBER_TYPE | Number |
STRING_LONG_TYPE | Long text area |
STRING_SHORT_TYPE | Text area |
URL_TYPE | URL |