Click or drag to resize
AbstractInfoProviderTInfo, TProviderReplaceData Method
Replaces the data in the given columns.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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