ColumnsChangedResultTypeChanges Property

Spotfire 14.3 API Reference
Gets the name, old type name, and new type name for all columns that have changed their data type. A list of string arrays with three elements, the first element is the name, the second is the old type name and the third is the new type name.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public IList<string[]> TypeChanges { get; }

Property Value

Type: IListString
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