Skip to main content
.NET 6.0+

AccessConnectionProviderMultiUserThreadSafe.SelectData(SelectStatement[]) Method

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.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 data store.

Returns

Type Description
SelectedData

The data retrieved from the data store.

See Also