DataSelectionTryGetSelectionExpression Method

Spotfire 14.7 API Reference
Tries to get the selection expression.

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

C#
public bool TryGetSelectionExpression(
	DataTable dataTable,
	out string expression
)

Parameters

dataTable
Type: Spotfire.Dxp.DataDataTable
The table to get the selection from.
expression
Type: SystemString
The selection expression.

Return Value

Type: Boolean
True if the expression could be retrieved; false otherwise. The method will fail if the selection contains index sets.
Version Information

Supported in: 14.7, 14.6, 14.5
See Also

Reference