DataTableCollectionCanReloadAllData Method

Spotfire 15.0 API Reference
Gets a value indicating whether any data tables can be reloaded using the ReloadAllData method.

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

C#
public bool CanReloadAllData()

Return Value

Type: Boolean
True if any data table can be reloaded; false otherwise.
Remarks

Reloading data might not be possible if the data table contains parts that cannot be reloaded, such as clipboard data.
Version Information


See Also

Reference