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

MSSql2005SqlDependencyCacheRoot.ModifyData(ModificationStatement[]) Method

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

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public ModificationResult ModifyData(
    params ModificationStatement[] dmlStatements
)

Parameters

Name Type Description
dmlStatements ModificationStatement[]

An array of data modification statements.

Returns

Type Description
ModificationResult

A ModificationResult object denoting the result of the data modifications.

Remarks

This method always raises the NotSupportedException. Use another ModifyData overloaded method instead.

See Also