DataMarkingSelectionSetSelection Method (String, DataTable)

Spotfire 15.0 API Reference
Set the marking selection for a given table.

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

C#
public void SetSelection(
	string whereClause,
	DataTable dataTable
)

Parameters

whereClause
Type: SystemString
An expression string with conditions for the data columns used to set the marking. For more information, see the documentation for the Spotfire Expression Language.
dataTable
Type: Spotfire.Dxp.DataDataTable
The table to set the selection on.
Version Information

Supported in: 15.0, 14.8, 14.7, 14.6, 14.5
See Also

Reference