ICacheToCacheCommunicationCore.SelectData(DataCacheCookie, SelectStatement[]) Method
When implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
cookie | DataCacheCookie | A Root element’s state stored by a specific cache Node. |
selects | SelectStatement[] | An array of query statements. |
Returns
Type | Description |
---|---|
DataCacheSelectDataResult | A DataCacheSelectDataResult object denoting the result of the data fetch. |
See Also