Specifies the data type of data source columns in the information model. Can be converted
to client side datatype with FromExternalDataType(ExternalDataType)
Namespace: Spotfire.Dxp.Data.InformationModel
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[PersistenceVersionAttribute(6, 0)] public enum ExternalDataType
Members
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | The data type is unknown or unsupported. | |
| Boolean | 1 | A bool column. | |
| String | 2 | A string column. | |
| Integer | 3 | A integer column. | |
| LongInteger | 4 | A long integer column. | |
| Real | 5 | A real column. | |
| SingleReal | 6 | A single real column. | |
| Currency | 7 | A currency column. | |
| Date | 8 | A date column. | |
| Time | 9 | A time column. | |
| DateTime | 10 | A date time column. | |
| Clob | 11 | A clob column, which in most ways is handled as a string column. | |
| Blob | 12 | A blob column. |
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also