ModificationResult Class
In This Article
Represents the result of an update operation on a data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Related API Members
The following members return ModificationResult objects:
#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.
See Also