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