DataStoreService.ModifyData(ModificationStatement[]) Method
In This Article
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.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public virtual OperationResult<ModificationResult> ModifyData(
ModificationStatement[] dmlStatements
)
#Parameters
Name | Type | Description |
---|---|---|
dml |
Modification |
An array of data modification statements. |
#Returns
Type | Description |
---|---|
Operation |
An Operation |
#Implements
See Also