DevExpress.Xpo.DB.Helpers Namespace
Contains auxiliary (helper) classes that handle operations on data stores.
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
Classes
Name | Description |
---|---|
DataCacheBase | Base class for classes that implement data store caching. |
DataCacheConfiguration | Contains configuration settings for cached data stores. |
DataCacheCookie | A cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot) state information stored in a Node element (DataCacheNode or DataCacheNodeLocal). |
DataCacheModificationResult | Information on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot), including data modification results. |
DataCacheResult | Information on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot). |
DataCacheSelectDataResult | Information on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot), including query results. |
DataCacheUpdateSchemaResult | Information on the last state of a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot), including schema update results. |
TableAge | Information on the age of tables cached via a DataCacheRoot object. |
Enums
Name | Description |
---|---|
DataCacheConfigurationCaching | Lists the values that specify the scope of cache configuration settings in cached data stores. |