Skip to main content

MSSql2005SqlDependencyCacheRoot.SelectData(SelectStatement[]) Method

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 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