ModificationResult Class
Represents the result of an update operation on a data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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