Reloads all data in this data table including data sources set to store their data.
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 void ReloadAllData()
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if the data table cannot be reloaded. |
Remarks
Reloading data might not be possible if the data table contains parts that cannot be reloaded, such as clipboard data.
For more fine-grained control over data reloading, use the DataOperation API on the SourceView
Version Information
See Also