Share via


StatementCompletedEventArgs(Int32) Konstruktor

Definice

Vytvoří novou instanci třídy StatementCompletedEventArgs.

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

Parametry

recordCount
Int32

Určuje počet řádků ovlivněných příkazem , které způsobily StatementCompleted výskyt události.

Platí pro