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
Return Value
Type: BooleanTrue if any table was refreshed, False otherwise. This indicates if any tables were in a refreshable state.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If one of the input tables does not belong to this collection. |
Remarks
Version Information
See Also