Skip to main content
All docs
V23.2
.NET 6.0+

WebApiDataStoreClient.ModifyData(DataCacheCookie, ModificationStatement[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public DataCacheModificationResult ModifyData(
    DataCacheCookie cookie,
    ModificationStatement[] dmlStatements
)

Parameters

Name Type
cookie DataCacheCookie
dmlStatements ModificationStatement[]

Returns

Type
DataCacheModificationResult
See Also