Back to Devexpress

DataCacheUpdateSchemaResult Class

corelibraries-devexpress-dot-xpo-dot-db-dot-helpers-25995af5.md

latest3.7 KB
Original Source

DataCacheUpdateSchemaResult Class

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

Declaration

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

The following members return DataCacheUpdateSchemaResult objects:

LibraryRelated API Members
Cross-Platform Class LibraryDataCacheBase.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:

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

Remarks

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

Inheritance

Object DataCacheResult DataCacheUpdateSchemaResult

See Also

DataCacheUpdateSchemaResult Members

DevExpress.Xpo.DB.Helpers Namespace