DataTableCollectionRefresh Method TIBCO Spotfire 7.6 API Reference
Refreshes the given tables in dependency order.

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

C#
public bool Refresh(
	IEnumerable<DataTable> tablesToRefresh
)

Parameters

tablesToRefresh
Type: System.Collections.GenericIEnumerableDataTable
The DataTables to refresh

Return Value

Type: Boolean
True if any table was refreshed, False otherwise. This indicates if any tables were in a refreshable state.
Exceptions

ExceptionCondition
ArgumentExceptionIf one of the input tables does not belong to this collection.
Remarks

Since this method keeps track of dependencies to load tables in order it should be used instead of Refresh if more than one table needs refreshing.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference