SQLSelect.NumSuccessfulRows Property (Typed) | |
A numeric value containing the number of rows that were modified by a delete, append, or update operation.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NumSuccessfulRows AS LONG GET
public virtual int NumSuccessfulRows { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value containing the number of rows that were modified by a delete, append, or update operation.
See Also