DataTable IsRefreshableByNeed Property TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public virtual bool IsRefreshableByNeed { get; }

Property Value

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

Default is false.
See Also