Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public class DataCacheUpdateSchemaResult :
    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)
eXpress Persistent Objects MSSql2005SqlDependencyCacheRoot.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