Searches the specified data table using the given expression.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable datatable.search(datatable dataTable, string filterExpression)

Parameters

Name Data Type Description
dataTable DataTable The data table.
filterExpression String The filter expression.

Return Value

Data Type Description
DataTable A new filtered datatable containing the selected rows.

Expand image Examples

SXML