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

ModificationResult Class

Represents the result of an update operation on a data store.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public class ModificationResult

Remarks

The ModificationResult class contains the result of an update operation on a data store.

When data is modified in a data store, specific information is retrieved back from the store and this contains the result of the update. For instance, for newly inserted rows the data store can retrieve key field values that has been automatically generated by a database.

Inheritance

Object
ModificationResult
See Also