MSSql2005SqlDependencyCacheRoot.ModifyData(ModificationStatement[]) Method
In This Article
Updates data in a cached data store using specified modification statements and returns the operation result.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ModificationResult ModifyData(
params ModificationStatement[] dmlStatements
)
#Parameters
Name | Type | Description |
---|---|---|
dml |
Modification |
An array of data modification statements. |
#Returns
Type | Description |
---|---|
Modification |
A Modification |
#Remarks
This method always raises the NotSupportedException. Use another ModifyData overloaded method instead.
See Also