DataTableReader.RecordsAffected Property

Definition

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

public:
 virtual property int RecordsAffected { int get(); };
public override int RecordsAffected { get; }
member this.RecordsAffected : int
Public Overrides ReadOnly Property RecordsAffected As Integer

Property Value

The DataTableReader does not support this property and always returns 0.

Applies to