You are here: Core Reference > Coding > Scripting > ServerQuery.RowCount

ServerQuery.RowCount

The ServerQuery.RowCount property returns the total number of rows in the Query that is returned by the Server.Query property.

Syntax

ServerQuery.RowCount

Description

Returns the total number of rows in the SQL Query that is returned by the Server.Query property (see Server.Query).

Arguments

None.

Returns

Count {integer}.

The count is the total number of rows in the Query that is returned by the Server.Query property.

For an example that shows how the ServerQuery.RowCount property can be used, please refer to Server.Query.


ClearSCADA 2015 R2