Click or drag to resize
DataHelperChangeStringValues Method (DataTable, String, String, String)
Changes the string value in the given table.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void ChangeStringValues(
	DataTable dt,
	string columnName,
	string value,
	string where
)

Parameters

dt
Type: System.DataDataTable
Table to process
columnName
Type: SystemString
Column name
value
Type: SystemString
Value
where
Type: SystemString
Additional where condition
See Also