RowUpdatedEventArgs.RowCount Property

Definition

Gets the number of rows processed in a batch of updated records.

public:
 property int RowCount { int get(); };
public int RowCount { get; }
member this.RowCount : int
Public ReadOnly Property RowCount As Integer

Property Value

int that specifies the number of row processed.

Applies to

See also