SQLSelect.NumSuccessfulRows Property | |
A numeric value containing the number of rows that were modified by a delete, append, or update operation.
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 modified by a delete, append, or update operation.
See Also