Updates the data in the database based on the given where condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- updateExpression
- Type: System String
Update expression, e.g. "Value = Value * 2"
- parameters
- Type: CMS.DataEngine QueryDataParameters
Parameters
- where
- Type: System String
Where condition
See Also