EntityDataReader.RecordsAffected Property

 

Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public override int RecordsAffected { get; }

Property Value

Type: System.Int32

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