StatementCompletedEventArgs(Int32) Constructor

Definición

Crea una nueva instancia de la clase StatementCompletedEventArgs.

public:
 StatementCompletedEventArgs(int recordCount);
public StatementCompletedEventArgs (int recordCount);
new System.Data.StatementCompletedEventArgs : int -> System.Data.StatementCompletedEventArgs
Public Sub New (recordCount As Integer)

Parámetros

recordCount
Int32

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

Se aplica a