Find all columns that match the search expression.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax
Parameters
- searchExpression
- Type: System String
The search expression.
Return Value
Type: ICollection DataRowReaderColumnAll columns that match the search expression.
Exceptions
| Exception | Condition |
|---|---|
| System ArgumentNullException | Thrown if the searchExpression is null. |
Remarks
See Also