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

ConnectionProviderSql.ExecSqlAsync(Query, AsyncOperationIdentifier, CancellationToken) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.2.dll

Declaration

public Task<int> ExecSqlAsync(
    Query query,
    AsyncOperationIdentifier asyncOperationId,
    CancellationToken cancellationToken = default(CancellationToken)
)

Parameters

Name Type
query DevExpress.Xpo.DB.Helpers.Query
asyncOperationId DevExpress.Data.Helpers.AsyncOperationIdentifier

Optional Parameters

Name Type Default
cancellationToken CancellationToken *null*

Returns

Type
Task<Int32>
See Also