AbstractInfoProviderTInfo, TProviderUpdateData Method |
Updates the data in the database based on the given where condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected virtual void UpdateData(
string updateExpression,
QueryDataParameters parameters,
string where
)
Parameters
- updateExpression
- Type: SystemString
Update expression, e.g. "Value = Value * 2" - parameters
- Type: CMS.DataEngineQueryDataParameters
Parameters - where
- Type: SystemString
Where condition
See Also