Skip to main content

ASPxDataBaseUpdatedEventArgs.AffectedRecords Property

Gets the number of records affected by the update operation.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public int AffectedRecords { get; }

#Property Value

Type Description
Int32

An integer value that specifies the number of records affected by the update operation.

See Also