StatementCompletedEventArgs::RecordCount Property

 

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

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
property int RecordCount {
	int get();
}

Property Value

Type: System::Int32

The number of rows affected.

.NET Framework
Available since 2.0
Return to top
Show: