AccessConnectionProviderMultiUserThreadSafe.ModifyData(ModificationStatement[]) Method
In This Article
Updates data in a data store using the specified modification statements.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ModificationResult ModifyData(
params ModificationStatement[] dmlStatements
)
#Parameters
Name | Type | Description |
---|---|---|
dml |
Modification |
An array of data modification statements. |
#Returns
Type | Description |
---|---|
Modification |
The result of the data modifications. |
See Also