Changes the boolean value in the given table.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- dt
- Type: System.Data DataTable
Table to process
- columnName
- Type: System String
Column name
- oldValue
- Type: System Boolean
Old value
- newValue
- Type: System Boolean
New value
- where
- Type: System String
Additional where condition
See Also