DataHelperChangeStringValues Method |
Changes the string value in the given table.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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