ColumnsChangedResult Class

Spotfire 14.3 API Reference
This is a report on the changes in a DataTable after a large operation such as ReplaceData(DataSource) is performed. It should be used to notify the user of the changes.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataColumnsChangedResult

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 sealed class ColumnsChangedResult

The ColumnsChangedResult type exposes the following members.

Properties

  NameDescription
Public propertyAddedColumns
Gets the names of the added columns.
Public propertyColumnMismatch
Gets a value indicating whether some columns match, but not all, or not. Column additions do not count as mismatches.
Public propertyInvalidatedColumns
Gets the names of the invalidated columns.
Public propertyInvalidatedHierarchies
Gets the names of the invalidated hierarchies.
Public propertyNameChanges
Gets the old and new names of the renamed columns. A list of string arrays with two elements, the first element is the old name and the second is the new name.
Public propertyNoMatchingColumns
Gets a value indicating whether no columns match or not.
Public propertyPrimaryKeyMismatch
Gets a value indicating whether the primary key could not be matched to the new data set or not.
Public propertyRemovedColumns
Gets the names of the removed columns.
Public propertyTypeChanges
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.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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