AccessConnectionProviderMultiUserThreadSafe.ModifyData(ModificationStatement[]) Method
Updates data in a data store using the specified modification statements.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dmlStatements | ModificationStatement[] | An array of data modification statements. |
Returns
| Type | Description |
|---|---|
| ModificationResult | The result of the data modifications. |
See Also