IDataStoreServiceAsync.ModifyDataAsync(ModificationStatement[]) Method
Uses specified modification statements to asynchronously update data in a data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
dmlStatements | ModificationStatement[] | An array of data modification statements. |
Returns
Type | Description |
---|---|
Task<OperationResult<ModificationResult>> | A Task that returns the data modification result. |
See Also