StatementCompletedEventArgs.RecordCount Propiedad

Definición

Indica el número de filas afectadas por la instrucción que provocó el evento StatementCompleted.

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

Valor de propiedad

El número de filas afectadas.

Se aplica a