OleDBConnectionProvider.ModifyDataAsync(CancellationToken, ModificationStatement[]) Method
In This Article
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public override Task<ModificationResult> ModifyDataAsync(
CancellationToken cancellationToken,
params ModificationStatement[] dmlStatements
)
#Parameters
Name | Type |
---|---|
cancellation |
Cancellation |
dml |
Modification |
#Returns
Type |
---|
Task<Modification |
See Also