Returns the number of affected records when executing in scalar mode.

Syntax

Smartsite SXML CopyCode image Copy Code
integer this.affectedrecords()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Integer Number of records affected by the call.

Used in

Macro Description
SqlQuery Executes sql queries/statements and shows the results.
SXML