DataFilteringSelectionSetRelationPropagationBehavior Method TIBCO Spotfire 7.6 API Reference
When two tables are related the filtering in one table may affect the other table. This propagation of filtering between related tables are modified by this method. Note that this is a property that is set in one direction only, filtering in one table may affect the filtering in another table while the filtering in that table may or may not affect the first table.

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 void SetRelationPropagationBehavior(
	DataTable toTable,
	DataTable fromTable,
	RelatedRowsPropagation relationPropagationBehavior
)

Parameters

toTable
Type: Spotfire.Dxp.DataDataTable
The table to propagate to.
fromTable
Type: Spotfire.Dxp.DataDataTable
The table to propagate from.
relationPropagationBehavior
Type: Spotfire.Dxp.DataRelatedRowsPropagation
The requested behavior.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the tables are not related.
Remarks

If propagation of filtering in both directions between the two tables are needed then call this method twice with the toTable and fromTable switched.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference