DataRowReaderColumnCollection FindAll Method TIBCO Spotfire 6.0 API Reference
Find all columns that match the search expression.

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

public ICollection<DataRowReaderColumn> FindAll(
	string searchExpression
)

Parameters

searchExpression
Type: System String
The search expression.

Return Value

Type: ICollection DataRowReaderColumn 
All columns that match the search expression.
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown if the searchExpression is null.
Remarks

For search syntax see TIBCO Spotfire user manual.
See Also