Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Data

#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