Skip to main content

ConnectionProviderSql.ModifyDataAsync(CancellationToken, ModificationStatement[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Parameters

Name Type
cancellationToken CancellationToken
dmlStatements ModificationStatement[]

Returns

Type
Task<ModificationResult>
See Also