VisualizationSupportsTryChangeDataTable Method

Spotfire 15.0 API Reference
Checks whether the visualization supports the TryChangeDataTable mechanism at all.

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
protected virtual bool SupportsTryChangeDataTable(
	DataTable newDataTable
)

Parameters

newDataTable
Type: Spotfire.Dxp.DataDataTable
The data table to change to.

Return Value

Type: Boolean
true if TryChangeDataTable is worth trying, false if we need to bail out.
Version Information


See Also

Reference