Skip to main content
All docs
V24.2
.NET Framework 4.6.2+

OleDBConnectionProvider.SelectDataAsync(CancellationToken, SelectStatement[]) Method

Namespace: DevExpress.Xpo.DB

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