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.v25.1.dll
NuGet Package: DevExpress.Xpo
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