IDataStoreServiceAsync.SelectDataAsync(SelectStatement[]) Method
Uses specified query statements to asynchronously fetch data from a data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| selects | SelectStatement[] | An array of query statements. |
Returns
| Type | Description |
|---|---|
| Task<OperationResult<SelectedData>> | A Task that returns the data fetch result. |
See Also