Back to Devexpress

DataCacheModificationResult Class

corelibraries-devexpress-dot-xpo-dot-db-dot-helpers-41937f92.md

latest3.7 KB
Original Source

DataCacheModificationResult Class

Information on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot), including data modification results.

Namespace : DevExpress.Xpo.DB.Helpers

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class DataCacheModificationResult :
    DataCacheResult
vb
Public Class DataCacheModificationResult
    Inherits DataCacheResult

The following members return DataCacheModificationResult objects:

LibraryRelated API Members
Cross-Platform Class LibraryDataCacheBase.ModifyData(DataCacheCookie, ModificationStatement[])
ICacheToCacheCommunicationCore.ModifyData(DataCacheCookie, ModificationStatement[])
XPO (.NET ORM Library)MSSql2005SqlDependencyCacheRoot.ModifyData(DataCacheCookie, ModificationStatement[])
WebApiDataStoreClient.ModifyData(DataCacheCookie, ModificationStatement[])

The following members return DataCacheModificationResult objects:

LibraryRelated API Members
Cross-Platform Class LibraryDataCacheBase.ModifyData(DataCacheCookie, ModificationStatement[])
ICacheToCacheCommunicationCore.ModifyData(DataCacheCookie, ModificationStatement[])
XPO (.NET ORM Library)MSSql2005SqlDependencyCacheRoot.ModifyData(DataCacheCookie, ModificationStatement[])
WebApiDataStoreClient.ModifyData(DataCacheCookie, ModificationStatement[])

Remarks

This class supports the internal infrastructure and is not intended to be used directly from your code.

Inheritance

Object DataCacheResult DataCacheModificationResult

See Also

DataCacheModificationResult Members

DevExpress.Xpo.DB.Helpers Namespace