IDataLayerAsync.ModifyDataAsync(CancellationToken, ModificationStatement[]) Method
In This Article
Asynchronously updates data in a data store, according to specified modification statements.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
Task<ModificationResult> ModifyDataAsync(
CancellationToken cancellationToken,
params ModificationStatement[] dmlStatements
)
#Parameters
Name | Type | Description |
---|---|---|
cancellation |
Cancellation |
A Cancellation |
dml |
Modification |
An array of data modification statements. |
#Returns
Type | Description |
---|---|
Task<Modification |
The data modification result. |
See Also