Skip to main content
A newer version of this page is available. .

MSSql2005SqlDependencyCacheRoot.SelectData(DataCacheCookie, SelectStatement[]) Method

Fetches data from a cached data store using specified query statements and returns the operation result.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public 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