Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

WebApiDataStoreService.ModifyData(ModificationStatement[]) Method

Calls the ModifyData method of the underlying IDataStore with error handling.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public OperationResult<ModificationResult> ModifyData(
    ModificationStatement[] dmlStatements
)

Parameters

Name Type Description
dmlStatements ModificationStatement[]

An array of data modification statements.

Returns

Type Description
OperationResult<ModificationResult>

The result of the data modifications.

See Also