A newer version of this page is available.
Switch to the current version.
DataCacheSelectDataResult Class
Information on the last state of a cached data store's Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot), including query results.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Data.v18.2.dll
Declaration
public class DataCacheSelectDataResult :
DataCacheResult
Public Class DataCacheSelectDataResult
Inherits DataCacheResult
Related API Members
The following members accept/return DataCacheSelectDataResult objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | DataCacheBase.SelectData(DataCacheCookie, SelectStatement[]) |
ICacheToCacheCommunicationCore.SelectData(DataCacheCookie, SelectStatement[]) | |
eXpress Persistent Objects | MSSql2005SqlDependencyCacheRoot.SelectData(DataCacheCookie, SelectStatement[]) |
Remarks
This class supports the internal infrastructure and is not intended to be used directly from your code.
Inheritance
Object
DataCacheResult
DataCacheSelectDataResult
See Also
Feedback