DataFilteringSelection GetRelationPropagationBehaviour Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public RelatedRowsPropagation GetRelationPropagationBehaviour(
	DataTable toTable,
	DataTable fromTable
)

Return Value

Type: RelatedRowsPropagation
The relation propagation behavior.
Exceptions

ExceptionCondition
System InvalidOperationExceptionThrown if the tables are not related.
See Also