Skip to main content
A newer version of this page is available. .

AccessConnectionProviderMultiUserThreadSafe.ModifyData(ModificationStatement[]) Method

Updates data in a data store using the specified modification statements.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public ModificationResult ModifyData(
    params ModificationStatement[] dmlStatements
)

Parameters

Name Type Description
dmlStatements ModificationStatement[]

An array of data modification statements.

Returns

Type Description
ModificationResult

The result of the data modifications.

See Also