Skip to main content
A newer version of this page is available. .

MSSql2005SqlDependencyCacheRoot.SelectData(SelectStatement[]) Method

Fetches data from a cached data store using specified query statements.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public SelectedData SelectData(
    params SelectStatement[] selects
)

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