Mimer Data Provider v9.2

MimerRowUpdatedEventArgs.RecordsAffected Property

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

[Visual Basic]
Public ReadOnly Property RecordsAffected As Integer
[C#]
new public int RecordsAffected {get;}

Remarks

Note: Do not cast this class to the base class RowUpdatedEventArgs as the RecordsAffected property will not return the correct value.

See Also

MimerRowUpdatedEventArgs Class | Mimer.Data.Client Namespace