Skip to main content
All docs
V23.2
.NET 6.0+

WebApiDataStoreService.SelectData(SelectStatement[]) Method

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

Namespace: DevExpress.Xpo.DB

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