MSSql2005SqlDependencyCacheRoot.SelectData(DataCacheCookie, SelectStatement[]) Method
In This Article
Fetches data from a cached data store using specified query statements and returns the operation result.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public DataCacheSelectDataResult SelectData(
DataCacheCookie cookie,
SelectStatement[] selects
)
#Parameters
Name | Type | Description |
---|---|---|
cookie | Data |
A Root element’s state stored by a specific cache Node. |
selects | Select |
An array of query statements. |
#Returns
Type | Description |
---|---|
Data |
A Data |
See Also