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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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