EntityDataReader.RecordsAffected Property
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Int32The number of rows changed, inserted, or deleted. Returns -1 for SELECT statements; 0 if no rows were affected or the statement failed.