NonQueryResult.RowsAffected Property

Definition

Gets or sets the number of rows that are affected by the ExecuteNonQuery method.

public:
 property int RowsAffected { int get(); void set(int value); };
public int RowsAffected { get; set; }
member this.RowsAffected : int with get, set
Public Property RowsAffected As Integer

Property Value

The number of rows that are affected by the ExecuteNonQuery method.

Applies to