SqlCeDataReader.RecordsAffected Property
Visual Studio 2010
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Property Value
Type: System.Int32The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements.
Implements
IDataReader.RecordsAffectedThe RecordsAffected property is not set until all rows are read and you close the SqlCeDataReader.
IsClosed and RecordsAffected are the only properties that you can call after the SqlCeDataReader is closed.