WebApiDataStoreService.SelectData(SelectStatement[]) Method
Calls the SelectData method of the underlying IDataStore with error handling.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
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