Skip to main content

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

NuGet Package: DevExpress.Data

Declaration

DataCacheSelectDataResult SelectData(
    DataCacheCookie cookie,
    SelectStatement[] selects
)

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