Returns the number of rows changed, inserted, or deleted by the execution of the SQL statement.
Public ReadOnly Shadows Property RecordsAffected As Integer
public new int RecordsAffected {get;}
For SELECT statements this value is -1.
The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |