Back to Devexpress

ModificationResult Class

corelibraries-devexpress-dot-xpo-dot-db-4d633be6.md

latest4.2 KB
Original Source

ModificationResult Class

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

Declaration

csharp
public class ModificationResult
vb
Public Class ModificationResult

The following members return ModificationResult objects:

LibraryRelated API Members
Cross-Platform Class LibraryConnectionProviderSql.ModifyData(ModificationStatement[])
DataCacheBase.ModifyData(ModificationStatement[])
IDataStore.ModifyData(ModificationStatement[])
XPO (.NET ORM Library)AccessConnectionProviderMultiUserThreadSafe.ModifyData(ModificationStatement[])
IDataLayer.ModifyData(ModificationStatement[])
MSSql2005SqlDependencyCacheRoot.ModifyData(ModificationStatement[])
SimpleDataLayer.ModifyData(ModificationStatement[])
ThreadSafeDataLayer.ModifyData(ModificationStatement[])

The following members return ModificationResult objects:

LibraryRelated API Members
Cross-Platform Class LibraryConnectionProviderSql.ModifyData(ModificationStatement[])
DataCacheBase.ModifyData(ModificationStatement[])
IDataStore.ModifyData(ModificationStatement[])
XPO (.NET ORM Library)AccessConnectionProviderMultiUserThreadSafe.ModifyData(ModificationStatement[])
IDataLayer.ModifyData(ModificationStatement[])
MSSql2005SqlDependencyCacheRoot.ModifyData(ModificationStatement[])
SimpleDataLayer.ModifyData(ModificationStatement[])
ThreadSafeDataLayer.ModifyData(ModificationStatement[])

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

ModificationResult Members

DevExpress.Xpo.DB Namespace