DataSelectionScope Enumeration TIBCO Spotfire 6.0 API Reference
Specifies the scope of a DataSelection. Determines which tables are affected by a setting a selection.

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

[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
[ObsoleteAttribute("This scope is always TableGroup.")]
public enum DataSelectionScope
Members

  Member nameValueDescription
TableGroup0The selection for a DataTable only affects related tables.
DataManager1The selection for a DataTable affects all tables in the DataManager.
See Also