StatementCompletedEventArgs(Int32) Konstruktor

Definicja

Tworzy nowe wystąpienie klasy 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

Wskazuje liczbę wierszy, których dotyczy instrukcja, która spowodowała StatementCompleted wystąpienie zdarzenia.

Dotyczy