Skip to main content
A newer version of this page is available. .

ASPxDataBaseUpdatedEventArgs.AffectedRecords Property

Gets the number of records affected by the update operation.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v18.2.dll

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