corelibraries-devexpress-dot-xpo-dot-db-dot-helpers-25995af5.md
Information on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot), including schema update results.
Namespace : DevExpress.Xpo.DB.Helpers
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class DataCacheUpdateSchemaResult :
DataCacheResult
Public Class DataCacheUpdateSchemaResult
Inherits DataCacheResult
The following members return DataCacheUpdateSchemaResult objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | DataCacheBase.UpdateSchema(DataCacheCookie, DBTable[], Boolean) |
| ICacheToCacheCommunicationCore.UpdateSchema(DataCacheCookie, DBTable[], Boolean) | |
| XPO (.NET ORM Library) | MSSql2005SqlDependencyCacheRoot.UpdateSchema(DataCacheCookie, DBTable[], Boolean) |
| WebApiDataStoreClient.UpdateSchema(DataCacheCookie, DBTable[], Boolean) |
The following members return DataCacheUpdateSchemaResult objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | DataCacheBase.UpdateSchema(DataCacheCookie, DBTable[], Boolean) |
| ICacheToCacheCommunicationCore.UpdateSchema(DataCacheCookie, DBTable[], Boolean) | |
| XPO (.NET ORM Library) | MSSql2005SqlDependencyCacheRoot.UpdateSchema(DataCacheCookie, DBTable[], Boolean) |
| WebApiDataStoreClient.UpdateSchema(DataCacheCookie, DBTable[], Boolean) |
This class supports the internal infrastructure and is not intended to be used directly from your code.
Object DataCacheResult DataCacheUpdateSchemaResult
See Also