WebApiDataStoreClient.ModifyData(DataCacheCookie, ModificationStatement[]) Method
In This Article
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public DataCacheModificationResult ModifyData(
DataCacheCookie cookie,
ModificationStatement[] dmlStatements
)
#Parameters
Name | Type |
---|---|
cookie | Data |
dml |
Modification |
#Returns
Type |
---|
Data |
See Also