| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Number of rows affected by the SQL statement.
Source position: sqldb.pp line 412
| public function TCustomSQLStatement.RowsAffected: TRowsCount; virtual; | 
The number of affected rows by the last executed SQL command.
RowsAffected is set to the number of affected rows after Execute was called. Not all databases may support this.
| 
 | Execute the SQL statement. |