Set the marking selection for a given table.
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 void SetSelection( string whereClause, DataTable dataTable, DataSelectionOperation dataSelectionOperation )
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. - dataSelectionOperation
- Type: Spotfire.Dxp.DataDataSelectionOperation
The operation to use when combining this selection with previously set selections.
Version Information
Supported in: 14.7, 14.6, 14.5
See Also