StatementCompletedEventArgs(Int32) Constructor

Definition

Creates a new instance of the StatementCompletedEventArgs class.

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

Parameters

recordCount
Int32

Indicates the number of rows affected by the statement that caused the StatementCompleted event to occur.

Applies to