Removes the rows based on the given expression.

Syntax

Smartsite SXML CopyCode image Copy Code
integer datatable.rows.remove(datatable dataTable, string expression)

Parameters

Name Data Type Description
dataTable DataTable The datatable from which rows will be removed.
expression String The expression that selects the rows that will be removed.

Return Value

Data Type Description
Integer The number of rows that has been removed.

Expand image Example

SXML