System.Web.UI.WebControls.DetailsViewUpdatedEventArgs.AffectedRows Property

Gets the number of rows affected by the update operation.

Syntax

public int AffectedRows { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DetailsViewUpdatedEventArgs.AffectedRows property to determine the number of rows affected by the update operation. This value is commonly used to verify that the appropriate number of rows was updated.

Requirements

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