DataHelperChangeStringValues Method (DataTable, String, String, String, String) |
Note: This API is now obsolete.
Changes the string value in the given table.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Use ChangeValues instead.")]
public static void ChangeStringValues(
DataTable dt,
string columnName,
string oldValue,
string newValue,
string where
)
Parameters
- dt
- Type: System.DataDataTable
Table to process - columnName
- Type: SystemString
Column name - oldValue
- Type: SystemString
Old value - newValue
- Type: SystemString
New value - where
- Type: SystemString
Additional where condition
See Also