DataStoreService.ModifyData(ModificationStatement[]) Method
Updates data in a data store using specified modification statements and returns the operation result. This method delegates its call to the corresponding method of a data store passed as provider to the constructor.
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 |
---|---|
OperationResult<ModificationResult> | An OperationResult<ModificationResult> denoting the result of the data modifications. |
Implements
See Also