AbstractInfoProviderTInfo, TProvider, TQueryReplaceData Method |
Note: This API is now obsolete.
Replaces the data in the given columns.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Method will be removed use custom logic instead.")]
protected virtual void ReplaceData(
string columns,
string pattern,
string replacement,
string where
)
Parameters
- columns
- Type: SystemString
List of columns to replace - pattern
- Type: SystemString
Pattern to replace - replacement
- Type: SystemString
Replacement text - where
- Type: SystemString
Where condition
See Also