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

ThreadSafeDataLayer.ModifyData(ModificationStatement[]) Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public override 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