Skip to main content
All docs
V26.1
  • ConnectionProviderSql.ExecSqlAsync(Query, AsyncOperationIdentifier, CancellationToken) Method

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Data.v26.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