System.Web.UI.WebControls.DetailsViewDeletedEventArgs.AffectedRows Property

Gets the number of rows affected by the delete operation.

Syntax

public int AffectedRows { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DetailsViewDeletedEventArgs.AffectedRows property to determine the number of rows affected by the delete operation. This value is commonly used to verify that the appropriate number of rows was deleted.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0