Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

AccessConnectionProviderMultiUserThreadSafe.ModifyData(ModificationStatement[]) Method

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.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