SQLStatement.NumSuccessfulRows Property | |
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:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NumSuccessfulRows AS USUAL GET
public virtual Usual NumSuccessfulRows { get; }
Request Example
View SourceProperty Value
Type:
UsualA 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