DataTableIsRefreshable Property

TIBCO Spotfire 11.4 API Reference

Note: This API is now obsolete.

Gets a value indicating whether this table is refreshable, that is, it supports Refresh calls.

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

C#
[ObsoleteAttribute("Use CanReloadAllData, CanReloadLinkedData or NeedsRefresh instead.")]
public virtual bool IsRefreshable { get; }

Property Value

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

Default is false.
Version Information

Supported in: 7.11
Obsolete (compiler warning) in 11.4
Obsolete (compiler warning) in 11.3
Obsolete (compiler warning) in 11.2
Obsolete (compiler warning) in 11.1
Obsolete (compiler warning) in 11.0
Obsolete (compiler warning) in 10.10
See Also

Reference