Back to Devexpress

DevExpress.Xpo.DB.Helpers Namespace

corelibraries-devexpress-dot-xpo-dot-db-a2fede05.md

latest3.3 KB
Original Source

DevExpress.Xpo.DB.Helpers Namespace

Contains auxiliary (helper) classes that handle operations on data stores.

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Classes

NameDescription
DataCacheBaseBase class for classes that implement data store caching.
DataCacheConfigurationContains configuration settings for cached data stores.
DataCacheCookieA cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot) state information stored in a Node element (DataCacheNode or DataCacheNodeLocal).
DataCacheModificationResultInformation on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot), including data modification results.
DataCacheResultInformation on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot).
DataCacheSelectDataResultInformation on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot), including query results.
DataCacheUpdateSchemaResultInformation on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot), including schema update results.
TableAgeInformation on the age of tables cached via a DataCacheRoot object.

Enums

NameDescription
DataCacheConfigurationCachingLists the values that specify the scope of cache configuration settings in cached data stores.