This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the number of rows in the datatable.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Rows.Count")]
public static int RowsCount(
	 dataTable
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Rows.Count")> _
Public Shared Function RowsCount ( _
	dataTable As  _
) As Integer

Parameters

dataTable
SXMLDataTable
The datatable of which the rowcount is returned.

Return Value

The number of rows in the datatable.

See Also

Advanced