MSSql2005SqlDependencyCacheRoot.SelectData(SelectStatement[]) Method
Fetches data from a cached data store using specified query statements.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| selects | SelectStatement[] | An array of statements to obtain data from the cached data store. |
Returns
| Type | Description |
|---|---|
| SelectedData | Data retrieved from the cached data store. |
See Also