Returns the rows that matches the where clause expression.
The expression must be a boolean Spotfire expression.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- whereClause
- Type: System String
A where clause expression.
Return Value
Type: RowSelectionThe rows that matches the expression.
Exceptions
Exception | Condition |
---|---|
Spotfire.Dxp.Data.Exceptions ExpressionException | Thrown if the argument is not a valid where clause. |
System InvalidOperationException | Thrown if invoked on a DataView. |
Version Information
See Also