ConnectionProviderSql.ExecSqlAsync(Query, AsyncOperationIdentifier, CancellationToken) Method
In This Article
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public Task<int> ExecSqlAsync(
Query query,
AsyncOperationIdentifier asyncOperationId,
CancellationToken cancellationToken = default(CancellationToken)
)
#Parameters
Name | Type |
---|---|
query | DevExpress. |
async |
DevExpress. |
#Optional Parameters
Name | Type | Default |
---|---|---|
cancellation |
Cancellation |
null |
#Returns
Type |
---|
Task<Int32> |
See Also