DataFilteringSelectionGetRelationPropagationBehaviour Method

Spotfire 14.3 API Reference
When two tables are related the filtering in one table may affect the other table. The setting of propagation of filtering between related tables can be retrieved from 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public RelatedRowsPropagation GetRelationPropagationBehaviour(
	DataTable toTable,
	DataTable fromTable
)

Parameters

toTable
Type: Spotfire.Dxp.DataDataTable
The table to propagate to.
fromTable
Type: Spotfire.Dxp.DataDataTable
The table to propagate from.

Return Value

Type: RelatedRowsPropagation
The relation propagation behavior.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the tables are not related.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference