Skip to main content
.NET 6.0+

ThreadSafeDataLayer.ModifyData(ModificationStatement[]) Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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