Removes all the rows in the datatable.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable.rows.removeall(datatable dataTable)

Parameters

Name Data Type Description
dataTable DataTable The datatable whose rows will be removed.

Return Value

None.

Expand image Example

SXML