Skip to main content
All docs
V26.1
  • .NET 8.0+

    IDataLayerAsync.ModifyDataAsync(CancellationToken, ModificationStatement[]) Method

    Asynchronously updates data in a data store, according to specified modification statements.

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    Task<ModificationResult> ModifyDataAsync(
        CancellationToken cancellationToken,
        params ModificationStatement[] dmlStatements
    )

    Parameters

    Name Type Description
    cancellationToken CancellationToken

    A CancellationToken object that delivers a cancellation notice to the running operation.

    dmlStatements ModificationStatement[]

    An array of data modification statements.

    Returns

    Type Description
    Task<ModificationResult>

    The data modification result.

    See Also