Contents Index Errors property Row property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaRowUpdatedEventArgs class

RecordsAffected property


Description 

The number of rows changed, inserted, or deleted by execution of the SQL statement. Inherited from RowUpdatedEventArgs.

Syntax 

int RecordsAffected

Property value 

The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements.

Access 

Read-only


Contents Index Errors property Row property