Gets the number of rows in the datatable.

Syntax

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

Parameters

Name Data Type Description
dataTable DataTable The datatable of which the rowcount is returned.

Return Value

Data Type Description
Integer The number of rows in the datatable.

Expand image Example

SXML