IDataLayerAsync.SelectDataAsync(CancellationToken, SelectStatement[]) Method
In This Article
Asynchronously retrieves data from a data store, according to specified query statements.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
Task<SelectedData> SelectDataAsync(
CancellationToken cancellationToken,
params SelectStatement[] selects
)
#Parameters
Name | Type | Description |
---|---|---|
cancellation |
Cancellation |
A Cancellation |
selects | Select |
An array of query statements. |
#Returns
Type | Description |
---|---|
Task<Selected |
Data retrieved from the data store. |
See Also