Click or drag to resize

SQLStatement.NumSuccessfulRows Property (Typed)

X#
A numeric value containing the number of rows that were affected by the insert, update, or delete statement. A return value of -1 indicates an error.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY NumSuccessfulRows AS LONG GET 
Request Example View Source

Property Value

Type: Long
A numeric value containing the number of rows that were affected by the insert, update, or delete statement. A return value of -1 indicates an error.
See Also