SqlDataSourceStatusEventArgs::AffectedRows Property
.NET Framework (current version)
Gets the number of rows affected by a database operation.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The number of rows affected by a database operation. The default value is -1.
All operations return the number of rows affected by the operation. The AffectedRows property has the same value as the return value of the Update, Insert, and Delete methods.
When the Select method is called and the data source is set to DataReader mode, the return value is 0 in all cases.
.NET Framework
Available since 2.0
Available since 2.0
Show: