DataTable IsRefreshableByNeed Property TIBCO Spotfire 5.5 API Reference
Gets a value indicating whether this table is refreshable by need, that is, it supports Refresh  calls and uses the NeedsRefresh property to indicate if refresh is needed.

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

public virtual bool IsRefreshableByNeed { get; }

Property Value

Type: Boolean
Returns true if refreshable by need; otherwise, false.
Remarks

Default is false.
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also