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

IDataStore.SelectData(SelectStatement[]) Method

When implemented by a class, fetches data from a data store using the specified query statements.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

SelectedData SelectData(
    params SelectStatement[] selects
)

Parameters

Name Type Description
selects SelectStatement[]

An array of statements to obtain data from the data store.

Returns

Type Description
SelectedData

Data retrieved from the data store.

See Also