Skip to main content
A newer version of this page is available. .

ConnectionProviderSql.SelectDataAsync(CancellationToken, SelectStatement[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.2.dll

Declaration

public override Task<SelectedData> SelectDataAsync(
    CancellationToken cancellationToken,
    params SelectStatement[] selects
)

Parameters

Name Type
cancellationToken CancellationToken
selects SelectStatement[]

Returns

Type
Task<SelectedData>
See Also