Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

WebApiDataStoreService.SelectData(SelectStatement[]) Method

Calls the SelectData method of the underlying IDataStore with error handling.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public OperationResult<SelectedData> SelectData(
    SelectStatement[] selects
)

Parameters

Name Type Description
selects SelectStatement[]

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

Returns

Type Description
OperationResult<SelectedData>

Data retrieved from the data store.

See Also