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

ConnectionProviderSql.ModifyDataAsync(CancellationToken, ModificationStatement[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.2.dll

Declaration

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

Parameters

Name Type
cancellationToken CancellationToken
dmlStatements ModificationStatement[]

Returns

Type
Task<ModificationResult>
See Also