Skip to main content

MSSql2005SqlDependencyCacheRoot.ModifyData(DataCacheCookie, ModificationStatement[]) Method

Updates data in a cached data store using specified settings and returns the operation result.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Parameters

Name Type Description
cookie DataCacheCookie

A DataCacheCookie object specifying MSSql2005SqlDependencyCacheRoot state information.

dmlStatements ModificationStatement[]

An array of data modification statements.

Returns

Type Description
DataCacheModificationResult

A DataCacheModificationResult object denoting the result of the data modifications.

See Also