corelibraries-devexpress-dot-xpo-dot-db-4d633be6.md
Represents the result of an update operation on a data store.
Namespace : DevExpress.Xpo.DB
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class ModificationResult
Public Class ModificationResult
The following members return ModificationResult objects:
The following members return ModificationResult objects:
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.
Object ModificationResult
See Also