ConnectionProviderSql.ExecSqlAsync(Query, AsyncOperationIdentifier, CancellationToken) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
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