Newer Version Available
DataType Enum
Specifies the data types that are supported by the Apex Connector
Framework.
Usage
The DataSource.DataType enum is referenced by the type property on the DataSource.Column class.
Enum Values
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 |