RowUpdatedEventArgs.RowCount Propiedad

Definición

Obtiene el número de filas procesadas en un lote de registros actualizados.

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

Valor de propiedad

int que especifica el número de filas procesadas.

Se aplica a

Consulte también