ExternalDataType Enumeration

Spotfire 14.3 API Reference
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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[PersistenceVersionAttribute(6, 0)]
public enum ExternalDataType
Members

  Member nameValueDescription
Undefined0The data type is unknown or unsupported.
Boolean1A bool column.
String2A string column.
Integer3A integer column.
LongInteger4A long integer column.
Real5A real column.
SingleReal6A single real column.
Currency7A currency column.
Date8A date column.
Time9A time column.
DateTime10A date time column.
Clob11A clob column, which in most ways is handled as a string column.
Blob12A blob column.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference